summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth2011-12-12
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-11
* Revert associate SelectInsertValue test as well.Chad Rosier2011-12-10
* Revert r146322 to appease buildbots. Original commit message:Chad Rosier2011-12-10
* Fixed bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix f...Stepan Dyatkovskiy2011-12-10
* Make CR spill and restore use a reserved register. These operations cannot us...Hal Finkel2011-12-10
* Splats can contain undef's; make sure to handle them correctly. PR11526.Eli Friedman2011-12-09
* Update test to something more sensible.Evan Cheng2011-12-09
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09
* X86: Add patterns for the various rounding ops for SSE4.1 and AVX.Benjamin Kramer2011-12-09
* Forgot setting -march.Evan Cheng2011-12-09
* jalr should use t9 ($25) for indirect calls regardless of the relocation modelAkira Hatanaka2011-12-09
* Fix a couple of logic bugs in TargetLowering::SimplifyDemandedBits. PR11514.Eli Friedman2011-12-09
* Add 256-bit variant vmovss and vmovsd patterns. rdar://10538417Evan Cheng2011-12-08
* Add various missing AVX patterns which was causing crashes. Sadly, the generatedEvan Cheng2011-12-08
* Teach SelectionDAG to match more calls to libm functions onto existing SDNode...Owen Anderson2011-12-08
* Add test for r146163.Evan Cheng2011-12-08
* Revert r146143, "Fix bug 9905: Failure in code selection for llvm intrinsicsDaniel Dunbar2011-12-08
* test/CodeGen/X86/vec_compare-2.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2011-12-08
* Fix a bug in the integer-promotion of bitcast operations on vector types.Nadav Rotem2011-12-08
* Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy2011-12-08
* 32 to 64-bit zext pattern.Akira Hatanaka2011-12-07
* 64-bit WrapperPICPat patterns.Akira Hatanaka2011-12-07
* Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka2011-12-07
* Fix 64-bit immediate patterns.Akira Hatanaka2011-12-07
* Support vector bitcasts in the AsmPrinter. PR11495.Eli Friedman2011-12-07
* Fix an optimization involving EXTRACT_SUBVECTOR in DAGCombine so it behaves c...Eli Friedman2011-12-07
* delaying restore-cr changed assigned registers in some testsHal Finkel2011-12-06
* add a test case that uses RESTORE_CRHal Finkel2011-12-06
* PTX: Continue to fix up the register mess.Justin Holewinski2011-12-06
* Fix a bunch of SSE/AVX patterns to use v2i64/v4i64 loads since all other inte...Craig Topper2011-12-06
* Merge isSHUFPMask and isCommutedSHUFPMask into single function that can do bo...Craig Topper2011-12-06
* [arm-fast-isel] Doublewords only require word-alignment.Chad Rosier2011-12-06
* Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen2011-12-06
* Add definitions of 64-bit extract and insert instrucions and makeAkira Hatanaka2011-12-05
* Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 andAkira Hatanaka2011-12-05
* Add test case - this input used to crash because of duplicate generation of S...Hal Finkel2011-12-05
* enable PPC register scavenging by default (update tests and remove some FIXMEs)Hal Finkel2011-12-05
* remove wasted space for extra bit copies of CR2 subregsHal Finkel2011-12-05
* test/CodeGen/X86/pointer-vector.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2011-12-05
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Emit the ctors in the proper order on ARM/EABI.Anton Korobeynikov2011-12-03
* Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() sinceVenkatraman Govindaraju2011-12-03
* Check for stack space more intelligently.Sanjoy Das2011-12-03
* Fix a bug in the x86-32 code generated for segmented stacks.Sanjoy Das2011-12-03
* [arm-fast-isel] Unaligned stores of floats require special care.Chad Rosier2011-12-03
* Test cases for 64-bit multiplication and division.Akira Hatanaka2011-12-02
* Fix test cases to use FileCheck.Akira Hatanaka2011-12-02
* [arm-fast-isel] After promoting a function parameter be sure to update theChad Rosier2011-12-02
* specify cpu for test to fix failure on some darwin systems with a g4+ cpuHal Finkel2011-12-02