Erase joined copies immediately.
[oota-llvm.git] / test / CodeGen /
2012-05-19 Jakob Stoklund OlesenErase joined copies immediately.
2012-05-19 Nadav RotemOn Haswell, perfer storing YMM registers using a single...
2012-05-19 Nadav RotemAdd support for additional in-reg vbroadcast patterns
2012-05-19 Eric ChristopherAdd support for the 'd' mips inline asm output modifier.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Eric ChristopherAdd support for the mips 'x' inline asm modifier.
2012-05-18 Craig TopperSimplify handling of v16i8 shuffles and fix a missed...
2012-05-18 Evan ChengTeach two-address pass to update the "source" map so...
2012-05-18 Jakob Stoklund OlesenRemove a test that was only testing for physreg joining.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-05-17 Tim NorthoverRemove incorrect pattern for ARM SMML instruction.
2012-05-16 Evan ChengAvoid creating a cycle when folding load / op with...
2012-05-15 Jakob Stoklund OlesenEnable sub-sub-register copy coalescing.
2012-05-15 Sirish PandeEnable all Hexagon tests.
2012-05-14 Jakob Stoklund OlesenFix PR12821.
2012-05-14 Brendon CahoonRevert 156634 upon request until code improvement chang...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-12 Sirish PandeSupport for Hexagon feature, New Value Jump.
2012-05-12 Akira HatanakaFix test cases.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-05-11 Akira HatanakaDo not replace operands of pseudo instructions with...
2012-05-11 Akira HatanakaUse regular expression to match register names.
2012-05-11 Chad Rosier[fast-isel] Add support for selecting @llvm.trap().
2012-05-11 Brendon CahoonHexagon constant extender support.
2012-05-11 Chad Rosier[fast-isel] Remove -disable-arm-fast-isel option. ...
2012-05-11 Chad Rosier[fast-isel] Cleaner fix for when we're unable to handle...
2012-05-11 Hans WennborgFix test/CodeGen/X86/tls-pie.ll.
2012-05-11 Hans WennborgImplement initial-exec TLS model for 32-bit PIC x86
2012-05-11 Manman RenARM: peephole optimization to remove cmp instruction
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-10 Eric ChristopherAdd support for the 'X' inline asm operand modifier.
2012-05-10 Sirish PandeHexagon V5 FP Support.
2012-05-10 Manman RenRevert: 156550 "ARM: peephole optimization to remove...
2012-05-10 Manman RenARM: peephole optimization to remove cmp instruction
2012-05-10 Nadav RotemAVX2: Add an additional broadcast idiom.
2012-05-10 Nadav RotemGenerate AVX/AVX2 shuffles even when there is a memory...
2012-05-09 Danil MalyshevAdded a regress test for the bug #9964 before close it.
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-05-09 Akira HatanakaAdd another peephole pattern for conditional moves.
2012-05-09 Akira HatanakaMake register FP allocatable if the compiled function...
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-08 Craig TopperRemove 256-bit AVX non-temporal store intrinsics. Simil...
2012-05-07 Owen AndersonTeach DAG combine to fold x-x to 0.0 when unsafe FP...
2012-05-07 Chad RosierFix a regression from r147481. This combine should...
2012-05-07 Manman RenX86: optimization for -(x != 0)
2012-05-07 Eric ChristopherAdd support for the 'l' constraint.
2012-05-07 Eric ChristopherAdd support for the 'c' constraint.
2012-05-07 Eric ChristopherAdd support for the 'P' constraint.
2012-05-07 Eric ChristopherAdd support for the 'O' constraint.
2012-05-07 Eric ChristopherAdd support for the 'N' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the 'L' inline asm constraint.
2012-05-07 Eric ChristopherAdd support for the inline asm constraint 'K'.
2012-05-07 Craig TopperAdd SSE4A MOVNTSS/MOVNTSD instructions.
2012-05-07 Eric ChristopherSupport the 'J' constraint.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-05-06 Benjamin KramerSwitch the select to branch transformation on by default.
2012-05-05 Benjamin KramerCodeGenPrepare: Add a transform to turn selects into...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-05-04 Craig TopperAllow v16i16 and v32i8 shuffles to be rewritten as...
2012-05-03 Sirish PandeSupport for target dependent Hexagon VLIW packetizer.
2012-05-03 Craig TopperFix 256-bit vpshuflw and vpshufhw immediate encoding...
2012-05-03 Evan ChengFix two-address pass's aggressive instruction commuting...
2012-05-02 Owen AndersonTeach DAGCombine the same multiply-by-1.0 folding trick...
2012-05-02 Owen AndersonTeach DAG combine that multiplication by 1.0 can always...
2012-05-02 Manman RenRevert r155853
2012-05-02 Craig TopperAdd support for selecting AVX2 vpshuflw and vpshufhw...
2012-05-01 Bill WendlingStrip the pointer casts off of allocas so that the...
2012-05-01 Manman RenX86: optimization for max-like struct
2012-05-01 Jay FoadRegression test for PR2960.
2012-04-30 Manman RenX86: optimization for -(x != 0)
2012-04-30 Manman Rentest/CodeGen/X86/select.ll: remove spaces
2012-04-30 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-30 Bob WilsonDon't introduce illegal types when creating vmull opera...
2012-04-28 Andrew TrickReapply 155668: Fix the SD scheduler to avoid gluing...
2012-04-27 Derek SchuffRevert r155745
2012-04-27 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-27 Andrew TrickTemporarily revert r155668: Fix the SD scheduler to...
2012-04-27 Chad RosierAdd x86-specific DAG combine to simplify:
2012-04-27 Evan ChengMake test less fragile.
2012-04-27 Lang HamesFix the order of the operands in the llvm.fma intrinsic...
2012-04-27 Benjamin KramerX86: Don't emit conditional floating point moves on...
2012-04-27 Craig TopperAdd mcpu to tests to prevent them from using AVX instru...
2012-04-27 Evan ChengImplement a bastardized ABI.
2012-04-27 Evan Cheng- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn...
2012-04-26 Andrew TrickFix the SD scheduler to avoid gluing the same node...
2012-04-26 Tim NorthoverUse VLD1 in NEON extenting-load patterns instead of...
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-25 Jakob Stoklund OlesenTry to fix llvm-arm-linux builder with -mcpu.
2012-04-25 Preston GurdTrivial change to make the test use -mcpu=generic so...
2012-04-25 Akira HatanakaDo not use $gp as a dedicated global register if the...
2012-04-24 Nadav RotemFix the testcase. We do expect two vblendw on XMMs.
2012-04-24 Nadav RotemAdd a testcase for 155440
2012-04-24 Evan ChengMachineBasicBlock::SplitCriticalEdge() should follow...
2012-04-24 Nadav RotemAVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes...
2012-04-23 Nadav RotemOptimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SI...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
2012-04-23 Chandler CarruthRevert r155365, r155366, and r155367. All three of...
2012-04-23 Sirish PandeHexagon V5 (floating point) support.
next