aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add new RegionInfo pass.Tobias Grosser2010-07-2222-0/+886
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-222-0/+28
* More register pressure aware scheduling work.Evan Cheng2010-07-211-8/+8
* Add more 256-bit forms for a bunch of regular AVX instructionsBruno Cardoso Lopes2010-07-212-0/+260
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-211-0/+15
* Add missing AVX convert instructions. Those instructions are not described in...Bruno Cardoso Lopes2010-07-212-0/+72
* Disallow null as a named metadata operand.Dan Gohman2010-07-211-1/+1
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-211-5/+23
* Add AVX only vzeroall and vzeroupper instructionsBruno Cardoso Lopes2010-07-211-0/+8
* Turn this test on again after the llvm-gcc change in r108986.Eric Christopher2010-07-211-2/+1
* Update this to use a "valid" alignment.Eric Christopher2010-07-211-2/+2
* Add new AVX vpermilps, vpermilpd and vperm2f128 instructionsBruno Cardoso Lopes2010-07-212-0/+144
* Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...Bruno Cardoso Lopes2010-07-212-0/+64
* Add new AVX vextractf128 instructionsBruno Cardoso Lopes2010-07-202-0/+16
* Include some tests for the recently committed ELF section directiveMatt Fleming2010-07-208-0/+48
* Testcase for llvm-gcc commit r108910.Eric Christopher2010-07-201-0/+10
* Add new AVX instruction vinsertf128Bruno Cardoso Lopes2010-07-202-0/+16
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-201-0/+99
* update tests for smarter BIC usageJim Grosbach2010-07-203-6/+4
* The same problem was being tracked in PR7652.Duncan Sands2010-07-201-0/+1
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-201-0/+33
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-201-0/+21
* x86_32 tests for vbroadcastBruno Cardoso Lopes2010-07-201-0/+16
* Add AVX vbroadcast new instructionBruno Cardoso Lopes2010-07-201-0/+16
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-192-0/+144
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-191-0/+16
* X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the sameDaniel Dunbar2010-07-192-0/+6
* Testcase for 108732 (8195660).Dale Johannesen2010-07-191-0/+21
* Fix PR 7662.Devang Patel2010-07-191-0/+24
* Testcase for r108687.Owen Anderson2010-07-191-0/+16
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-191-17/+0
* X86-64: Mark WINCALL and more tail call instructions as code gen only.Daniel Dunbar2010-07-191-1/+1
* MC/X86: We now match instructions like "incl %eax" correctly for the arch we areDaniel Dunbar2010-07-191-3/+3
* tests: Force another triple.Daniel Dunbar2010-07-191-1/+1
* tests: Force triples.Daniel Dunbar2010-07-182-2/+2
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-181-3/+3
* MC/AsmParser: Add macro argument substitution support.Daniel Dunbar2010-07-182-0/+45
* MC/AsmParser: Add basic support for macro instantiation.Daniel Dunbar2010-07-181-1/+1
* MC/AsmParser: Add basic parsing support for .macro definitions.Daniel Dunbar2010-07-181-4/+19
* daniel doesn't hate me, he hates macpython 2.5, whichChris Lattner2010-07-181-3/+0
* MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don'tDaniel Dunbar2010-07-181-0/+8
* Add a testcase for r108639.Owen Anderson2010-07-181-0/+17
* Another attempt at getting the clang self-host to like my instcombine patch.Owen Anderson2010-07-171-0/+26
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-172-0/+46
* Test for ELF .size directive.Eli Friedman2010-07-171-0/+8
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-162-0/+34
* Consider this function:Bill Wendling2010-07-164-16/+27
* Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKillJakob Stoklund Olesen2010-07-161-133/+0
* Feed the right output into FileCheck.Benjamin Kramer2010-07-161-2/+2
* Arrays and vectors with different numbers of elements are not equivalent.Nick Lewycky2010-07-161-0/+18