test commit redux
[oota-llvm.git] / test / CodeGen /
2011-10-24 Dan GohmanChange the default scheduler from Latency to ILP, since...
2011-10-23 Chandler CarruthCompletely re-write the algorithm behind MachineBlockPl...
2011-10-22 Nadav RotemFix pr11193.
2011-10-21 Nadav RotemFix pr11194. When promoting and splitting integers...
2011-10-21 Chandler CarruthDon't hard code the desired alignment for loops --...
2011-10-21 Nadav Rotem1. Fix the widening of SETCC in WidenVecOp_SETCC. Use...
2011-10-21 Chandler CarruthAdd loop aligning to MachineBlockPlacement based on...
2011-10-21 Chandler CarruthAdd a very basic test for MachineBlockPlacement. This...
2011-10-21 Craig TopperRemove intrinsics for X86 BLSI, BLSMSK, and BLSR intrin...
2011-10-20 Chad RosierRevert 142337. Thumb1 still doesn't support dynamic...
2011-10-19 Evan ChengFix TLS lowering bug. The CopyFromReg must be glued...
2011-10-19 Nadav RotemImprove code generation for vselect on SSE2:
2011-10-19 James MolloyUse literal pool loads instead of MOVW/MOVT for materia...
2011-10-19 Nadav RotemAdd support for the vector-widening of vselect and...
2011-10-19 Craig TopperRename PEXTR to PEXT. Add intrinsics for BMI instructions.
2011-10-18 Lang HamesAdded testcase for <rdar://problem/10215997>
2011-10-18 Nadav RotemAdd additional element-promotion tests.
2011-10-18 Nadav RotemFix a bug in the legalization of vector anyext-load...
2011-10-18 Bob WilsonFix incorrect check for sign-extended constant BUILD_VE...
2011-10-18 Bob WilsonFix a DAG combiner assertion failure when constant...
2011-10-18 Justin HolewinskiPTX: Fix disabling of MAD instruction selection
2011-10-18 Chad RosierAdd support for dynamic stack realignment when in thumb...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-10-17 Nadav RotemAdd CHECKs and document PR11158.
2011-10-17 Nadav Rotemstabalize tests by specifying the exact sse level
2011-10-17 Hal Finkeluse FileCheck and not grep in new tests
2011-10-17 Nadav RotemClean the triple, add check lines.
2011-10-17 Nadav RotemPreviously v2i32 vectors were legalized to v4i32. Now...
2011-10-17 Hal FinkelTest case for CanLowerReturn fix (r141981)
2011-10-17 Hal FinkelAdd PPC 440 scheduler and some associated tests (new...
2011-10-16 Nadav RotemAdd tripple and stabalize a few more tests.
2011-10-16 Nadav RotemAdd triple to tests.
2011-10-16 Nadav Rotemfix a typo in the test
2011-10-16 Nadav RotemEnable element promotion type legalization by deafault.
2011-10-16 Nadav RotemRemove the the test which checks the saving of a vector...
2011-10-16 Nadav RotemFix a bug in LowerV2I64Splat, which generated a BUILD_V...
2011-10-14 Eli FriedmanAdd missing correctness check to ARMTargetLowering...
2011-10-14 Jakob Stoklund OlesenUpdate live-in lists when splitting critical edges.
2011-10-14 Craig TopperAdd X86 ANDN instruction. Including instruction selection.
2011-10-14 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-14 Jakob Stoklund OlesenAdd value numbers when spilling dead defs.
2011-10-13 Benjamin KramerForce CPU type on test so it doesn't accidentally emit...
2011-10-13 Kalle RaiskilaMark 'branch indirect' instruction as an indirect branch.
2011-10-13 Bill WendlingMore closely follow libgcc, which has code after the...
2011-10-13 Bill WendlingRevert r141854 because it was causing failures:
2011-10-13 Bill WendlingShould not add instructions to a BB after a return...
2011-10-13 Craig TopperAdd X86 TZCNT instruction and patterns to select it...
2011-10-12 Jakob Stoklund OlesenAlso inflate register classes around inline asm.
2011-10-12 Bill WendlingWe need to verify that the machine instruction we're...
2011-10-12 Jakob Stoklund OlesenFix -widen-vmovs liveness issues.
2011-10-11 Bob WilsonMake this test more specific. There are 3 stats that...
2011-10-11 Eric ChristopherAdd a new wrapper node for a DILexicalBlock that encaps...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-11 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-11 Nadav RotemAdd support for legalization of vector SHL/SRA/SRL...
2011-10-11 Craig TopperTest case for X86 LZCNT instruction selection.
2011-10-11 Bill WendlingTest simplification that Ana Pazos noticed.
2011-10-11 NAKAMURA Takumitest/CodeGen/X86/movbe.ll: Give explicit -mtriple=x86_6...
2011-10-11 Akira HatanakaTest cases for 64-bit load and store instructions.
2011-10-11 Bill WendlingAdd testcase for PR11107.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Eli FriedmanMake sure the X86 backend doesn't explode on 128-bit...
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Nadav RotemFix 10892 - When lowering SIGN_EXTEND_INREG do not...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Benjamin KramerX86: Add patterns for the movbe instruction (mov +...
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-08 Jakob Stoklund OlesenAdd TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.
2011-10-08 Jakob Stoklund OlesenAdd missing test case for r141410.
2011-10-07 Evan ChengHigh bits of movmskp{s|d} and pmovmskb are known zero...
2011-10-07 Bob WilsonReenable tail calls for iOS 5.0 and later.
2011-10-07 Bob WilsonReenable use of divmod compiler_rt functions for iOS...
2011-10-07 Anton KorobeynikovPeephole optimization for ABS on ARM.
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-10-05 Dan GohmanMake this test less sensitive to codegen optimizations.
2011-10-03 Akira HatanakaMove CHECK after entry label.
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-09-30 Bill WendlingFilecheck-ize.
2011-09-30 Bill WendlingAdd new line at end of file.
2011-09-30 Bill WendlingWhen inferring the pointer alignment, if the global...
2011-09-30 Akira HatanakaRemove unnecessary checking of register operands.
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-30 Akira HatanakaCheck values of immediate operands.
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-29 Andrew TrickLSR: rewrite inner loops only.
2011-09-29 Andrew Trickwhitespace
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-28 Evan ChengTighten a ARM dag combine condition to avoid an identit...
2011-09-28 Eli FriedmanPR11033: Make sure we don't generate PCMPGTQ and PCMPEQ...
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-27 Jakob Stoklund OlesenRemove X86-dependent stuff from SSEDomainFix.
next