Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / Thumb2 /
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...
2010-04-21 Evan Cheng- Clean up some crappy code which deals with coalescing...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-04-15 Evan ChengUse default lowering of DYNAMIC_STACKALLOC. As far...
2010-04-15 Evan ChengARM SelectDYN_ALLOC should emit a copy from SP rather...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-16 Bob WilsonAdd a testcase for the change in r98586.
2010-03-10 Evan ChengEnable machine cse pass.
2010-03-08 Bob WilsonFix a crash compiling 254.gap for Thumb2. The Thumb2...
2010-03-04 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2010-02-24 Jakob Stoklund OlesenCreate a stack frame on ARM when
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
2010-02-15 Bob WilsonLast week we were generating code with duplicate induct...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-06 Bob WilsonHandle AddrMode6 (for NEON load/stores) in Thumb2's...
next