summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-26
* Fix a test with malformed IR. Not sure why this didn't fail before.Owen Anderson2010-07-26
* Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variableDan Gohman2010-07-26
* Avoid depending on LCSSA implicitly pulling in LoopSimplify.Dan Gohman2010-07-26
* Support x86 "eiz" and "riz" pseudo index registers in the assembler.Bruno Cardoso Lopes2010-07-24
* Consolidate the ELF section directive tests into a single file asMatt Fleming2010-07-23
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-23
* Move AVX encoding tests to different filesBruno Cardoso Lopes2010-07-23
* Use the proper type for shift counts. This fixes a bootstrap error.Dan Gohman2010-07-23
* Test case to insure template function declaration refers to correct filename....Stuart Hastings2010-07-23
* Add AVX version of CLMUL instructionsBruno Cardoso Lopes2010-07-23
* DAGCombine (shl (anyext x, c)) to (anyext (shl x, c)) if the high bitsDan Gohman2010-07-23
* Add complete assembler support for FMA3 instructions, with descriptions and e...Bruno Cardoso Lopes2010-07-23
* Add remaining AVX instructions (most of them dealing with GR64 destinations. ...Bruno Cardoso Lopes2010-07-22
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Custom lower the memory barrier instructions and add supportEric Christopher2010-07-22
* More register pressure aware scheduling work.Evan Cheng2010-07-21
* Add more 256-bit forms for a bunch of regular AVX instructionsBruno Cardoso Lopes2010-07-21
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-21
* Add missing AVX convert instructions. Those instructions are not described in...Bruno Cardoso Lopes2010-07-21
* Disallow null as a named metadata operand.Dan Gohman2010-07-21
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-21
* Add AVX only vzeroall and vzeroupper instructionsBruno Cardoso Lopes2010-07-21
* Turn this test on again after the llvm-gcc change in r108986.Eric Christopher2010-07-21
* Update this to use a "valid" alignment.Eric Christopher2010-07-21
* Add new AVX vpermilps, vpermilpd and vperm2f128 instructionsBruno Cardoso Lopes2010-07-21
* Add new AVX vmaskmov instructions, and also fix the VEX encoding bits to supp...Bruno Cardoso Lopes2010-07-21
* Add new AVX vextractf128 instructionsBruno Cardoso Lopes2010-07-20
* Include some tests for the recently committed ELF section directiveMatt Fleming2010-07-20
* Testcase for llvm-gcc commit r108910.Eric Christopher2010-07-20
* Add new AVX instruction vinsertf128Bruno Cardoso Lopes2010-07-20
* Fix SCEV denormalization of expressions where the exit value fromDan Gohman2010-07-20
* update tests for smarter BIC usageJim Grosbach2010-07-20
* The same problem was being tracked in PR7652.Duncan Sands2010-07-20
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-20
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-20
* x86_32 tests for vbroadcastBruno Cardoso Lopes2010-07-20
* Add AVX vbroadcast new instructionBruno Cardoso Lopes2010-07-20
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-19
* X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the sameDaniel Dunbar2010-07-19
* Testcase for 108732 (8195660).Dale Johannesen2010-07-19
* Fix PR 7662.Devang Patel2010-07-19
* Testcase for r108687.Owen Anderson2010-07-19
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-19
* X86-64: Mark WINCALL and more tail call instructions as code gen only.Daniel Dunbar2010-07-19
* MC/X86: We now match instructions like "incl %eax" correctly for the arch we areDaniel Dunbar2010-07-19
* tests: Force another triple.Daniel Dunbar2010-07-19
* tests: Force triples.Daniel Dunbar2010-07-18
* MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary tokenDaniel Dunbar2010-07-18