Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / Thumb2 /
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.
2011-04-23 Andrew TrickAccidental function name mangling.
2011-04-23 Andrew TrickThumb2 and ARM add/subtract with carry fixes.
2011-04-23 Andrew Trickwhitespace
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-09 Chris Lattnerfix two completely broken tests, which were matching...
2011-03-31 Jakob Stoklund OlesenFix Thumb and Thumb2 tests to be register allocator...
2011-03-26 Eric ChristopherFix the bfi handling for or (and a mask) (and b mask...
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-02-05 Bob WilsonMove a test that ended up in the wrong place.
2011-01-21 Evan ChengLast round of fixes for movw + movt global address...
2011-01-21 Andrew TrickEnable support for precise scheduling of the instructio...
2011-01-07 Bob WilsonAdd ARM patterns to match EXTRACT_SUBVECTOR nodes.
2010-12-13 Bob WilsonRemove the rest of the *_sfp Neon instruction patterns.
2010-12-11 Evan Cheng(or (and (shl A, #shamt), mask), B) => ARMbfi B, A...
2010-12-09 Jim GrosbachARM stm/ldm instructions require more than one register...
2010-12-04 Bob WilsonThe Thumb tADDrSPi instruction is not valid when the...
2010-12-03 Jim GrosbachWhen using the 'push' mnemonic for Thumb2 stmdb, be...
2010-12-01 Owen AndersonAdd correct encodings for STRD and LDRD, including...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-18 Eric ChristopherRewrite stack callee saved spills and restores to use...
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-17 Evan ChengRemove ARM isel hacks that fold large immediates into...
2010-11-03 Evan ChengTwo sets of changes. Sorry they are intermingled.
2010-11-02 Jim GrosbachRevert r114340 (improvements in Darwin function prologu...
2010-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-10-29 Evan ChengAvoiding overly aggressive latency scheduling. If the...
2010-10-20 Evan ChengMore accurate estimate / tracking of register pressure.
2010-10-20 Dale JohannesenFix crash introduced in 116852. 8573915.
2010-10-19 Dale JohannesenEnable using vdup for vector constants which are splat of
2010-10-19 Evan ChengRe-enable register pressure aware machine licm with...
2010-10-19 Daniel DunbarRevert r116781 "- Add a hook for target to determine...
2010-10-19 Evan Cheng- Add a hook for target to determine whether an instruc...
2010-10-08 Bob WilsonChange register allocation order for ARM VFP and NEON...
2010-09-21 Owen AndersonEnable target-specific mul-lowering on ARM, even at...
2010-09-20 Jim GrosbachSimplify ARM callee-saved register handling by removing...
2010-09-17 Jim GrosbachTeach the (non-MC) instruction printer to use the canno...
2010-09-17 Jim GrosbachMove thumb2 tests to the thumb2 directory
2010-09-10 Evan ChengTeach if-converter to be more careful with predicating...
2010-09-09 Bob WilsonFix NEON VLD pseudo instruction itineraries that were...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2010-09-02 Jim GrosbachNow that register allocation properly considers reserve...
2010-09-01 Chris Lattnertemporarily revert r112664, it is causing a decoding...
2010-08-31 Bill WendlingWe have a chance for an optimization. Consider this...
next