The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions
[oota-llvm.git] / test / CodeGen / Thumb2 /
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...
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-20 Evan ChengFix a crash caused by dereference of MBB.end(). rdar...
2010-06-19 Evan ChengDisable sibcall optimization for Thumb1 for now since...
2010-06-18 Evan ChengMove ARM if-conversion before post-ra scheduling.
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-18 Jakob Stoklund OlesenTwoAddressInstructionPass::CoalesceExtSubRegs can inser...
2010-06-18 Evan ChengFix an inverted condition.
2010-06-18 Dale JohannesenEnable tail calls on ARM by default, with some
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-16 Jakob Stoklund OlesenAllow a register to be redefined multiple times in...
2010-06-16 Evan ChengMake post-ra scheduling, anti-dep breaking, and registe...
2010-06-15 Rafael EspindolaRemove the arm_aapcscc marker from the tests. It is...
2010-06-15 Jakob Stoklund OlesenAdd CoalescerPair helper class.
2010-06-04 Dale JohannesenMore tail call removal.
2010-06-04 Dale JohannesenRemove tail call. A tail call version will follow.
2010-06-03 Dale JohannesenRemove tail call to preserve this test. A tail
2010-06-03 Dale JohannesenMake this test not use tail calls. A tail call
2010-05-24 Bob WilsonThumb2 RSBS instructions were being printed without...
2010-05-22 Bob WilsonRecognize more BUILD_VECTORs and VECTOR_SHUFFLEs that...
2010-05-19 Evan Chengt2LEApcrel and tLEApcrel are re-materializable. This...
2010-05-07 Jim GrosbachClean up the conditional for handling of sign_extend_in...
2010-05-05 Jim GrosbachCleanup of ARMv7M support. Move hardware divide and...
2010-05-05 Jim Grosbachfix copy/paste oops.
2010-05-05 Jim GrosbachAdd tests for ARMV7M divide instruction use
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-04-26 Bob WilsonHandle register-to-register copies within the tGPR...
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
next