index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
2012-03-22
Remove tests: indvars trivially preserves GEPs now.
Andrew Trick
2012-03-22
Remove test: trivial canonical IV test which is covered by other SCEV tests.
Andrew Trick
2012-03-22
Test scalar evolution directly instead of testing the result of
Andrew Trick
2012-03-22
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-03-22
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%
Chad Rosier
2012-03-21
misched: tag a few XFAILs that I plan to fix
Andrew Trick
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
I meant to disable this test, not XFAIL it
Andrew Trick
2012-03-21
misched: beginning to add unit tests
Andrew Trick
2012-03-21
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-20
Fix test case from r153135.
Chad Rosier
2012-03-20
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
2012-03-20
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.
Andrew Trick
2012-03-20
LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walk
Andrew Trick
2012-03-20
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
Chad Rosier
2012-03-20
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-20
Fix test.
Chad Rosier
2012-03-20
[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.
Chad Rosier
2012-03-20
The ARM instructions that have an unpredictable behavior when the pc register...
Silviu Baranga
2012-03-20
It's possible to have a constant expression who's size is quite big (e.g.,
Bill Wendling
2012-03-19
Perform mul combine when multiplying wiht negative constants.
Anton Korobeynikov
2012-03-19
llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.
NAKAMURA Takumi
2012-03-19
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-03-18
Factor out the multiply analysis code in ComputeMaskedBits and apply it to the
Nick Lewycky
2012-03-17
MC asm parser macro argument count was wrong when empty.
Jim Grosbach
2012-03-16
ARM ldm/stm register lists can be out of order.
Jim Grosbach
2012-03-16
Revert r152907.
Bill Wendling
2012-03-16
The alignment of the pointer part of the store instruction may have an
Bill Wendling
2012-03-16
Rip out support for 'llvm.noinline'. This thing has a strange history...
Chandler Carruth
2012-03-16
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
In InstCombiner::visitOr, make sure we reverse the operand swap used for chec...
Eli Friedman
2012-03-16
ARM optional operand on MRC/MCR assembly instructions.
Jim Grosbach
2012-03-16
ARM vmrs system registers mvfr0 and mvfr1 handling.
Jim Grosbach
2012-03-16
Do the right thing on NULL uint64 fields.
Eric Christopher
2012-03-15
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
[fast-isel] Address Eli's comments for r152847. Specifically, add a test case
Chad Rosier
2012-03-15
ARM case-insensitive checking for APSR_nzcv.
Jim Grosbach
2012-03-15
line endings
Matt Beaumont-Gay
2012-03-15
Use vmov.f32 to materialize f32 consts on ARM. This relaxes constraints on
Lang Hames
2012-03-15
Fix VCVT decoding (between floating-point and fixed-point, Floating-point). ...
Kristof Beyls
2012-03-15
Short term fix for pr12270 before we change dominates to handle unreachable
Rafael Espindola
[prev]
[next]