Age | Commit message (Expand) | Author |
2012-12-04 | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth |
2012-10-10 | misched: Use the TargetSchedModel interface wherever possible. | Andrew Trick |
2012-09-29 | Add LLVM support for Swift. | Bob Wilson |
2012-09-29 | Whitespace. | Bob Wilson |
2012-09-14 | Implement getNumLDMAddresses and expose through ARMBaseInstrInfo. | Andrew Trick |
2012-08-16 | Handle ARM MOVCC optimization in PeepholeOptimizer. | Jakob Stoklund Olesen |
2012-08-15 | Fold predicable instructions into MOVCC / t2MOVCC. | Jakob Stoklund Olesen |
2012-06-29 | Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare | Manman Ren |
2012-06-05 | misched: API for minimum vs. expected latency. | Andrew Trick |
2012-04-04 | Implement ARMBaseInstrInfo::commuteInstruction() for MOVCCr. | Jakob Stoklund Olesen |
2012-02-28 | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2011-12-14 | Model ARM predicated write as read-mod-write. e.g. | Evan Cheng |
2011-12-14 | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng |
2011-10-11 | Move -widen-vmovs to ARMBaseInstrInfo::expandPostRAPseudo(). | Jakob Stoklund Olesen |
2011-09-27 | Implement TII::get/setExecutionDomain() for ARM. | Jakob Stoklund Olesen |
2011-09-21 | Lower ARM adds/subs to add/sub after adding optional CPSR operand. | Andrew Trick |
2011-08-08 | Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM. | Jakob Stoklund Olesen |
2011-07-20 | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng |
2011-07-13 | Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ... | Owen Anderson |
2011-07-10 | Use BranchProbability instead of floating points in IfConverter. | Jakub Staszak |
2011-07-01 | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
2011-06-13 | Clean up a few 80 column violations. | Jim Grosbach |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-13 | Fix a typo. | Cameron Zwarich |
2011-03-31 | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes |
2011-03-31 | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes |
2011-03-31 | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes |
2011-03-31 | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay |
2011-03-30 | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes |
2011-03-05 | Preliminary support for ARM frame save directives emission via MI flags. | Anton Korobeynikov |
2011-02-22 | VFP single precision arith instructions can go down to NEON pipeline, but on ... | Evan Cheng |
2011-01-20 | Sorry, several patches in one. | Evan Cheng |
2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
2010-12-05 | Making use of VFP / NEON floating point multiply-accumulate / subtraction is | Evan Cheng |
2010-11-30 | s/ARM::BRIND/ARM::BX/g to coincide with r120366. | Bill Wendling |
2010-11-27 | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov |
2010-11-18 | Rewrite stack callee saved spills and restores to use push/pop instructions. | Eric Christopher |
2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng |
2010-11-15 | Code clean up. The peephole pass should be the one updating the instruction | Evan Cheng |
2010-11-11 | Revert this temporarily. | Eric Christopher |
2010-11-11 | Change the prologue and epilogue to use push/pop for the low ARM registers. | Eric Christopher |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng |
2010-10-26 | First part of refactoring ARM addrmode2 (load/store) instructions to be more | Jim Grosbach |
2010-10-26 | Use instruction itinerary to determine what instructions are 'cheap'. | Evan Cheng |
2010-10-26 | Tidy up redundant check. | Bob Wilson |
2010-10-19 | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach |
2010-10-19 | Re-enable register pressure aware machine licm with fixes. Hoist() may have | Evan Cheng |
2010-10-19 | Revert r116781 "- Add a hook for target to determine whether an instruction def | Daniel Dunbar |