Move all inline-asm-fpstack tests to a single file.
[oota-llvm.git] / test / CodeGen / Thumb2 /
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...
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-25 Daniel DunbarARM/Thumb2: Fix a misselect in getARMCmp, when attempti...
2010-08-17 Bob WilsonChange ARM PKHTB and PKHBT instructions to use a shift_...
2010-08-16 Bob WilsonGeneralize a pattern for PKHTB: an SRL of 16-31 bits...
2010-08-16 Bob WilsonConvert test to FileCheck.
2010-08-13 Bob WilsonTemporarily disable tail calls on ARM to work around...
2010-08-11 Jim Grosbachfix silly typo
2010-08-11 Jim GrosbachAdd a target triple, as the runtime library invocation...
2010-08-11 Dan GohmanTemporarily disable some failing tests, until they...
2010-08-11 Jim Grosbachcortex m4 has floating point support, but only single...
2010-08-11 Evan ChengReport error if codegen tries to instantiate a ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-07-30 Jim GrosbachMany Thumb2 instructions can reference the full ARM...
2010-07-29 Dale JohannesenImplement vector constants which are splat of
2010-07-20 Jim Grosbachupdate tests for smarter BIC usage
2010-07-17 Jim GrosbachAdd combiner patterns to more effectively utilize the...
2010-07-16 Jim GrosbachAdd basic support to code-gen the ARM/Thumb2 bit-field...
2010-07-14 Jim GrosbachImprove 64-subtraction of immediates when parts of...
2010-07-14 Bob WilsonFix test to appease the buildbots.
2010-07-09 Bob WilsonPrint "dregpair" NEON operands with a space between...
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-06-29 Evan ChengPR7503: uxtb16 is not available for ARMv7-M. Patch...
2010-06-29 Bob WilsonReapply my if-conversion cleanup from svn r106939 with...
2010-06-26 Bob WilsonRevert my if-conversion cleanup since it caused a bunch...
2010-06-26 Eli FriedmanRemove bogus test.
2010-06-26 Bob WilsonClean up some problems with extra CFG edges being intro...
2010-06-24 Bob WilsonPR7458: Try commuting Thumb2 instruction operands to...
2010-06-24 Dan GohmanEliminate the first have of the optimization which...
next