Merging r261039:
[oota-llvm.git] / test / CodeGen / Thumb2 /
2013-02-21 Jakob Stoklund OlesenMake RAFast::UsedInInstr indexed by register units.
2013-02-19 Jim GrosbachARM: Allocation hints must make sure to be in the alloc...
2013-01-25 Reid KlecknerFileCheck-ify some grep tests
2013-01-19 Jakob Stoklund OlesenRemove some register allocation order dependencies.
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-09-29 Bob WilsonAdd LLVM support for Swift.
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-05 Jakob Stoklund OlesenUse predication instead of pseudo-opcodes when folding...
2012-09-04 Arnold SchwaighoferPatch to implement UMLAL/SMLAL instructions for the...
2012-08-16 Jakob Stoklund OlesenAdd ADD and SUB to the predicable ARM instructions.
2012-08-15 Jakob Stoklund OlesenFold predicable instructions into MOVCC / t2MOVCC.
2012-07-19 Jush Lu[arm-fast-isel] Add support for vararg function calls.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Bob WilsonDo not attempt to use ROR for Thumb1.
2012-07-02 Chandler CarruthFix the TCL-style quoting in one random test that someh...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-23 Jakob Stoklund OlesenAdd a test case for global live range splitting.
2012-05-23 Jakob Stoklund OlesenAdd a last resort tryInstructionSplit() to RAGreedy.
2012-05-21 Jim GrosbachFileCheck'ize test, and add a bit to test for r157221.
2012-05-20 Jakob Stoklund OlesenUse the right register class for LDRrs.
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-17 Jakob Stoklund OlesenRemove -join-physregs from the test suite.
2012-05-09 Danil MalyshevAdded a regress test for the bug #9964 before close it.
2012-05-04 Sebastian PopAdded missing CMN case in Thumb2SizeReduction pass...
2012-04-26 Evan ChengIf triple is armv7 / thumbv7 and a CPU is specified...
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-05 Jakob Stoklund OlesenDon't break the IV update in TLI::SimplifySetCC().
2012-03-28 Jakob Stoklund OlesenDon't kill the base register when expanding strd.
2012-03-28 Jakob Stoklund OlesenSpill DPair registers, not just QPR.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-28 Jakob Stoklund OlesenEnable ARM base pointer when calling functions with...
2012-02-24 Jim GrosbachThumb2 size reduction fix for tied operands of tMUL.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-14 Evan ChengAfter r147827 and r147902, it's now possible for unallo...
2012-01-10 Jakob Stoklund OlesenConsider unknown alignment caused by OptimizeThumb2Inst...
2012-01-10 Evan ChengAllow machine-cse to look across MBB boundary when...
2012-01-06 Jakob Stoklund OlesenEnable aligned NEON spilling by default.
2012-01-05 Jakob Stoklund OlesenReapply r146997, "Heed spill slot alignment on ARM."
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2012-01-03 Jakob Stoklund OlesenRevert r146997, "Heed spill slot alignment on ARM."
2011-12-23 Jakob Stoklund OlesenExperimental support for aligned NEON spills.
2011-12-20 Jakob Stoklund OlesenHeed spill slot alignment on ARM.
2011-12-20 Evan ChengARM target code clean up. Check for iOS, not Darwin...
2011-12-17 Evan ChengFix a CPSR liveness tracking bug introduced when I...
2011-12-16 Jakob Stoklund OlesenFix off-by-one error in bucket sort.
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-12 Chandler CarruthManually upgrade the test suite to specify the flag...
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-15 Evan ChengAdd vmov.f32 to materialize f32 immediate splats which...
2011-11-14 Jim GrosbachARM VLDR/VSTR instructions don't need a size suffix.
2011-11-12 Jakob Stoklund OlesenLinear scan is going away.
2011-11-12 Jakob Stoklund OlesenSwitch a few tests off linearscan.
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-27 Eli FriedmanLast batch of test conversions to new atomic instructions.
2011-09-26 Eli FriedmanConvert more tests to new atomic instructions.
2011-09-13 Andrew TrickGeneralize this test's CHECK statements to handle diffe...
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-19 Jim GrosbachUpdate tests.
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2011-08-08 Eli FriedmanFix up the patterns for SXTB, SXTH, UXTB, and UXTH...
2011-08-03 Jakub StaszakUse MachineBranchProbabilityInfo in If-Conversion inste...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-13 Evan ChengImprove codegen for select's:
2011-07-12 Jim GrosbachImprove test cases from r134746.
2011-07-08 Jim GrosbachMake tBX_RET and tBX_RET_vararg predicable.
2011-07-08 Jakob Stoklund OlesenFix more register allocation sensitive tests.
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-07-02 Chandler CarruthFileCheck-ize another test. Reduces the llc invocations...
2011-07-01 Jim GrosbachARMv7M vs. ARMv7E-M support.
2011-06-30 Jim GrosbachThumb1 register to register MOV instruction is predicable.
2011-06-30 Jim GrosbachPseudo-ize the t2LDMIA_RET instruction.
2011-06-29 Benjamin KramerDon't depend on the optimization reverted in r134067.
2011-06-19 Chris LattnerRemove support for parsing the "type i32" syntax for...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-18 Jakob Stoklund OlesenSwitch ARM to using AltOrders instead of MethodBodies.
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-14 Rafael EspindolaImplement Jakob's suggestion on how to detect fall...
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
2011-06-07 Cameron ZwarichFix an issue where the two-address conversion pass...
2011-06-03 Jakob Stoklund OlesenSwitch AllocationOrder to using RegisterClassInfo inste...
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-13 Stuart HastingsTweak 131261 (thumb2-cbnz.ll) to generate the intended...
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2011-05-04 Jakob Stoklund OlesenFix more register and coalescing dependencies.
2011-05-04 Jakob Stoklund OlesenExplicitly request physreg coalesing for a bunch of...
2011-04-30 Jakob Stoklund OlesenWeekly fix of register allocation dependent unit tests.
2011-04-29 Andrew TrickTeach Thumb2 isel to fold and->rotr ==> ROR.
2011-04-29 Andrew TrickCombine thumb2-ror tests.
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-25 Benjamin KramerMake tests more useful.
next