aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Fix a CPSR liveness tracking bug introduced when I converted IT block to bundle.Evan Cheng2011-12-171-0/+28
* Make sure that the lower bits on the VSELECT condition are properly set.Lang Hames2011-12-171-4/+11
* Fix off-by-one error in bucket sort.Jakob Stoklund Olesen2011-12-161-0/+26
* Hexagon: Fix a nasty order-of-initialization bug.Benjamin Kramer2011-12-1610-20/+10
* Don't try to match 'unpackl/h v, v' for 32xi8 and 16xi16 when only AVX1 is su...Craig Topper2011-12-162-0/+65
* Add missing zmovl AVX patterns which were causing crashes.Chad Rosier2011-12-151-0/+8
* Fix assert in LowerBUILD_VECTOR for v16i16 type on AVX.Chad Rosier2011-12-151-0/+8
* Set specific target cpu for testcase.Lang Hames2011-12-151-1/+1
* Added test case for r146671.Lang Hames2011-12-151-0/+12
* Add a test case to make sure that the nop really does follow the bl on ppc64 elfHal Finkel2011-12-151-0/+16
* Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman2011-12-151-0/+16
* Add support for lowering fneg when AVX is enabled.Chad Rosier2011-12-151-0/+8
* Do not sink instruction, if it is not profitable.Devang Patel2011-12-141-0/+48
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+19
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-144-5/+5
* Add newline at EOF.Chad Rosier2011-12-141-1/+1
* [fast-isel] Unaligned loads of floats are not supported. Therefore, convert ...Chad Rosier2011-12-131-0/+21
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-131-29/+0
* Relocation against a symbol, instead of against section. We had some extremeAkira Hatanaka2011-12-131-0/+29
* Temporarily disable Hexagon tests. They are failing on OS XTony Linthicum2011-12-1310-10/+20
* Test case for r146432 by Jack Carter.Akira Hatanaka2011-12-121-0/+13
* Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>Bob Wilson2011-12-121-0/+10
* Hexagon backend supportTony Linthicum2011-12-1211-0/+193
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-1215-69/+69
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-111-0/+302
* Revert associate SelectInsertValue test as well.Chad Rosier2011-12-101-94/+0
* Revert r146322 to appease buildbots. Original commit message:Chad Rosier2011-12-101-302/+0
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-101-0/+302
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-102-20/+20
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-091-0/+10
* Update test to something more sensible.Evan Cheng2011-12-091-3/+3
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-091-0/+94
* X86: Add patterns for the various rounding ops for SSE4.1 and AVX.Benjamin Kramer2011-12-091-0/+132
* Forgot setting -march.Evan Cheng2011-12-091-1/+1
* jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka2011-12-091-0/+8
* Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman2011-12-091-0/+16
* Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417Evan Cheng2011-12-081-0/+10
* Add various missing AVX patterns which was causing crashes. Sadly, the generatedEvan Cheng2011-12-081-0/+63
* Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson2011-12-081-2/+2
* Add test for r146163.Evan Cheng2011-12-081-0/+3
* Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar2011-12-081-302/+0
* test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2011-12-081-1/+1
* Fix a bug in the integer-promotion of bitcast operations on vector types.Nadav Rotem2011-12-083-1/+17
* Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy2011-12-081-0/+302
* 32 to 64-bit zext pattern.Akira Hatanaka2011-12-071-0/+11
* 64-bit WrapperPICPat patterns.Akira Hatanaka2011-12-071-8/+15
* Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka2011-12-071-38/+46
* Fix 64-bit immediate patterns.Akira Hatanaka2011-12-071-0/+35
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-071-0/+5
* Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman2011-12-071-0/+18