Factor ARM triple parsing out of ARMSubtarget. Another step towards making ARM subtar...
[oota-llvm.git] / test /
2011-07-06 Andrew Trickindvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
2011-07-06 Tobias GrosserLICM: Do not loose alignment on promotion
2011-07-06 Jakub StaszakIntroduce "expect" intrinsic instructions.
2011-07-06 Kevin EnderbyUpdate MC/ELF/relocation.s with change to X86 PUSH64i8...
2011-07-06 Kevin EnderbyChanged the X86 PUSH64i8 record to use the i64i8imm...
2011-07-05 Dan GohmanRevert r134366 and add an explicit triple to make this...
2011-07-05 Eli FriedmanAdd assembler/disassembler support for non-AVX pclmulqd...
2011-07-05 Jakob Stoklund OlesenFix PR10277.
2011-07-04 Benjamin KramerPR10267: Don't combine an equality compare with an...
2011-07-03 NAKAMURA Takumitest/CodeGen/X86/lsr-nonaffine.ll: Relax expressions...
2011-07-02 Chandler CarruthFileCheck-ize another test. Reduces the llc invocations...
2011-07-02 Chandler CarruthAvoid writing to an arbitrary filename during the test...
2011-07-02 Chandler CarruthFileCheck-ize another X86 test, making it more precisel...
2011-07-02 Chandler CarruthQuote two greps which contain parentheses.
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUN lines.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and tighten up assertions to only check...
2011-07-02 Chandler CarruthFileCheck-ize and cleanup IR.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthRemove a grep that is already checked with FileCheck.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize and modernize IR.
2011-07-02 Chandler CarruthFileCheck-ize and simplify RUNs.
2011-07-02 Chandler CarruthFileCheck-ize and modernize the RUN line.
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize, tightening checks and avoiding a tempora...
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize a test, avoiding a temporary file.
2011-07-02 Chandler CarruthFileCheck-ize and simplify this test.
2011-07-02 Chandler CarruthFileCheck-ize
2011-07-02 Chandler CarruthFileCheck-ize another codegen test.
2011-07-02 Chandler CarruthPartially FileCheck-ize a test to remove a weird quotin...
2011-07-02 Chandler CarruthFileCheck-ize another test, and upgrade its syntax...
2011-07-02 Chandler CarruthFileCheck-ize another codegen test, tightening it up.
2011-07-02 Chandler CarruthFileCheck-ize another test, making it much more precise...
2011-07-02 Chandler CarruthFileCheck-ize another test. This one is more clear...
2011-07-02 Chandler CarruthFileCheck-ize a test, no functionality changed.
2011-07-02 Jakob Stoklund OlesenBetter diagnostics when inline asm fails to allocate.
2011-07-02 Eric ChristopherBe less specific about register allocation ordering.
2011-07-02 Andrew Trickindvars -disable-iv-rewrite: bug fix involving weird...
2011-07-01 Eric ChristopherTargetConstant immediates won't be placed into register...
2011-07-01 Dan GohmanTeach IVUsers to stop at non-affine expressions unless...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-07-01 Dan GohmanImprove constant folding of undef for cmp and select...
2011-07-01 Eric ChristopherAdd support for the 'j' immediate constraint. This...
2011-07-01 Dan GohmanImprove constant folding of undef for binary operators.
2011-07-01 Eric ChristopherAdd support for the ARM 't' register constraint. And...
2011-07-01 Eric ChristopherAdd support for the 'x' constraint.
2011-06-30 Jakob Stoklund OlesenFix a problem with fast-isel return values introduced...
2011-06-30 Eric ChristopherAdd support for the 'h' constraint.
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-30 Rafael EspindolaAdd r134057 back, but splice the predecessor after...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle cloning binary...
2011-06-30 Jim GrosbachPseudo-ize the t2LDMIA_RET instruction.
2011-06-30 Joerg SonnenbergerRecognize the xstorerng alias for VIA PadLock's xstore...
2011-06-30 Andrew Trickindvars -disable-iv-rewrite: handle an edge case involv...
2011-06-30 Eric ChristopherFix a small thinko for constant i64 lock/orq optimizati...
2011-06-29 Devang PatelRevert r133953 for now.
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: insert new trunc instructi...
2011-06-29 Cameron ZwarichIn the ARM global merging pass, allow extraneous alignm...
2011-06-29 Chad RosierTemporarily revert r134057: "Let simplify cfg simplify...
2011-06-29 Jim GrosbachAsm parser range checking on .<size> <value> directives.
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-06-29 Benjamin KramerRevert a part of r126557 which could create unschedulab...
2011-06-29 Rafael EspindolaLet simplify cfg simplify bb with only debug and lifeti...
2011-06-29 Andrew Trickindvars -disable-iv-rewrite: just because SCEV ignores...
2011-06-28 NAKAMURA TakumiFix a CMake warning, following up to r134008.
2011-06-28 Jakob Stoklund OlesenClean up the handling of the x87 fp stack to make it...
2011-06-28 Andrew Trickcmake: Our MSVC build does not support config-time...
2011-06-28 Roman DivackyImplement ISD::VAARG lowering on PPC32.
2011-06-28 Andrew TrickFileCheckify and prepare for -disable-iv-rewrite.
2011-06-28 Jakob Stoklund OlesenFileCheckize a couple of tests.
2011-06-28 Chandler CarruthFileCheck-ize a test that had the strangest TCL quote...
2011-06-28 Jim GrosbachARM Thumb2 asm syntax optional destination operand...
2011-06-27 Jim GrosbachARM Assembly support for Thumb mov-immediate.
2011-06-27 Evan ChengRemove the experimental (and unused) pre-ra splitting...
2011-06-27 Devang PatelDuring bottom up fast-isel, instructions emitted to...
2011-06-27 Eric ChristopherFix this test to actually check something and be able...
2011-06-27 Jim GrosbachARM assembler support for ldmfd/stmfd mnemonics.
2011-06-27 Eric ChristopherAllow lr in the register options here.
2011-06-27 Jim GrosbachARM assembler support for vpush/vpop.
2011-06-27 Jim GrosbachARM Assembly syntax support for arithmetic implied...
2011-06-27 Jakob Stoklund OlesenMove all inline-asm-fpstack tests to a single file.
2011-06-27 Nick LewyckyTeach one piece of scalarrepl to handle lifetime marker...
2011-06-25 Dan BaileyPTX: corrected tests that were failing
2011-06-25 Dan BaileyPTX: Reverting implementation of i8.
2011-06-25 Chad RosierTest case for r133858 (tail call optimize in the presen...
2011-06-25 Jim GrosbachMove ARM-specific test to ARM directory.
2011-06-24 Jim GrosbachTestcase for r133818
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-06-24 Dan BaileyPTX: Add support for i8 type and introduce associated...
2011-06-24 Chad RosierThe Neon VCVT (between floating-point and fixed-point...
2011-06-24 Akira HatanakaChange the chain input of nodes that load the address...
2011-06-24 Akira HatanakaPrevent generation of redundant addiu instructions...
2011-06-23 Eli FriedmanAdd support for movntil/movntiq mnemonics. Reported...
2011-06-23 Eli FriedmanPR10180: Fix a instcombine crash with FP vectors.
2011-06-23 Justin HolewinskiPTX: Always use registers for return values, but use...
2011-06-23 Justin HolewinskiPTX: Fixup test cases for device param changes
2011-06-23 Andrew Trickcmake+lit: final cleanup related to the recent churn
next