Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
[oota-llvm.git] / test / CodeGen / Thumb2 /
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...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2010-01-19 Jakob Stoklund OlesenRemove predicates when changing an add into an unpredic...
2010-01-16 Bob WilsonRun the pre-register allocation tail duplication pass...
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-12-16 Nick LewyckyMake this test pass on Linux.
2009-12-06 Anton KorobeynikovDynamic stack realignment use of sp register as source...
2009-12-01 Jim Grosbachtest case for IV-Users simplification loop improvement
2009-11-24 Evan ChengEnable predication of NEON instructions in Thumb2 mode.
2009-11-23 Jim Grosbachmove fconst[sd] to UAL. <rdar://7414913>
2009-11-23 Jim Grosbachupdate test for 89694
2009-11-22 Edward O'CallaghanMiss two, PR5307.
2009-11-22 Edward O'CallaghanConvert Thumb2 tests to FileCheck for PR5307.
2009-11-21 Jim GrosbachRevert 89562. We're being sneakier than I was giving...
2009-11-21 Jim GrosbachDarwin requires a frame pointer for all non-leaf functi...
2009-11-20 Evan ChengEnable hoisting load from constant memories.
2009-11-20 Evan ChengRemat VLDRD from constpool. Clean up some instruction...
2009-11-20 Evan ChengAlso CSE non-pic load from constant pools.
2009-11-19 Evan ChengMore consistent thumb1 asm printing.
2009-11-19 Evan ChengShrink ldr / str [sp, imm0-1024] to 16-bit instructions.
2009-11-17 Jim GrosbachEnable arm jumpt table adjustment.
2009-11-17 Anton KorobeynikovForgot to commit test fixes
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachConvert to FileCheck
2009-11-17 Jim GrosbachCleanup. Missed removing these when converting. Oops.
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim GrosbachConvert to FileCheck
2009-11-16 Jim Grosbachtbb opt off by default
2009-11-15 Jim GrosbachDetect need for autoalignment of the stack earlier...
2009-11-14 Jim Grosbachremove xfail
2009-11-14 Evan ChengWhen expanding t2STRDi8 r, r to two stores, add kill...
2009-11-12 Jim GrosbachClean up testcase a bit. Simplify case blocks and adjus...
2009-11-12 Benjamin KramerFix typo in run line.
2009-11-12 Evan ChengRegScavenger::enterBasicBlock should always reset regis...
2009-11-12 Evan Cheng- Teach LSR to avoid changing cmp iv stride if it will...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-11-09 Jim GrosbachUpdate test
2009-11-09 Jim GrosbachUse Unified Assembly Syntax for the ARM backend.
next