Age | Commit message (Expand) | Author | Files | Lines |
2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 1 | -2/+2 |
2016-06-28 | Don't pass Reloc::Model to places that already have it. NFC. | Rafael Espindola | 1 | -6/+6 |
2016-06-12 | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 1 | -7/+9 |
2016-06-09 | [Thumb] A branch is not part of an IT block | James Molloy | 1 | -1/+1 |
2016-05-31 | ARM: Do not attempt to modify register class of physregs. | Matthias Braun | 1 | -4/+9 |
2016-02-23 | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 1 | -6/+6 |
2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz | 1 | -10/+6 |
2015-05-13 | MC: Modernize MCOperand API naming. NFC. | Jim Grosbach | 1 | -3/+3 |
2015-04-30 | [ARM] Do not generate invalid encoding for stack adjust, even if this is just | Quentin Colombet | 1 | -2/+7 |
2015-03-12 | Remove the need to cache the subtarget in the ARM TargetRegisterInfo | Eric Christopher | 1 | -2/+1 |
2015-02-24 | Fix handling of negative offsets for AddrModeT2_i8s4 in rewriteT2FrameIndex. | Bob Wilson | 1 | -5/+2 |
2015-02-23 | Fix incorrect immediate size for AddrModeT2_i8s4 in rewriteT2FrameIndex. | Bob Wilson | 1 | -1/+1 |
2014-08-02 | [ARM] In dynamic-no-pic mode, ARM's post-RA pseudo expansion was incorrectly | Akira Hatanaka | 1 | -3/+3 |
2014-07-25 | [stack protector] Fix a potential security bug in stack protector where the | Akira Hatanaka | 1 | -0/+9 |
2014-03-22 | Prune includes in ARM target. | Craig Topper | 1 | -1/+0 |
2013-11-04 | ARM: remove unnecessary state-tracking during frame lowering. | Tim Northover | 1 | -0/+7 |
2013-10-18 | Add hint disassembly syntax for 16-bit Thumb hint instructions. | Richard Barton | 1 | -1/+2 |
2013-09-26 | Fix PR 17372: Emitting PLD for stack address for ARM Thumb2 | Weiming Zhao | 1 | -0/+7 |
2013-09-05 | Reverting 190043 for now. | Tilmann Scheller | 1 | -14/+2 |
2013-09-05 | ARM: Add GPR register class excluding LR for use with the ADR instruction. | Tilmann Scheller | 1 | -2/+14 |
2013-06-07 | Don't cache the instruction and register info from the TargetMachine, because | Bill Wendling | 1 | -1/+1 |
2013-05-24 | Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. | Michael J. Spencer | 1 | -3/+3 |
2013-04-21 | ARM: Use ldrd/strd to spill 64-bit pairs when available. | Tim Northover | 1 | -20/+64 |
2012-12-19 | Remove the explicit MachineInstrBuilder(MI) constructor. | Jakob Stoklund Olesen | 1 | -1/+1 |
2012-11-28 | Remove all references to TargetInstrInfoImpl. | Jakob Stoklund Olesen | 1 | -2/+2 |
2012-08-13 | Remove the TII::scheduleTwoAddrSource() hook. | Jakob Stoklund Olesen | 1 | -42/+0 |
2012-04-20 | Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s... | Craig Topper | 1 | -6/+6 |
2012-03-27 | Prune some includes | Craig Topper | 1 | -1/+0 |
2012-03-27 | Remove unnecessary llvm:: qualifications | Craig Topper | 1 | -5/+5 |
2012-03-17 | Reorder includes to match coding standards. Fix an issue or two exposed by that. | Craig Topper | 1 | -1/+0 |
2012-02-28 | ARM implement TargetInstrInfo::getNoopForMachoTarget() | Jim Grosbach | 1 | -0/+8 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2012-02-17 | Handle regmask operands in ARMInstrInfo. | Jakob Stoklund Olesen | 1 | -1/+1 |
2011-11-15 | Make use of MachinePointerInfo::getFixedStack. This removes all mention | Jay Foad | 1 | -5/+2 |
2011-08-24 | Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode. | Jim Grosbach | 1 | -3/+2 |
2011-08-11 | Handle new register classes in Thumb2 mode. Should fix the ARM buildbots. | Owen Anderson | 1 | -2/+4 |
2011-07-20 | Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A... | Evan Cheng | 1 | -1/+1 |
2011-06-30 | Refact ARM Thumb1 tMOVr instruction family. | Jim Grosbach | 1 | -15/+4 |
2011-06-30 | Thumb1 register to register MOV instruction is predicable. | Jim Grosbach | 1 | -7/+7 |
2011-06-30 | Kill dead code. | Jim Grosbach | 1 | -1/+0 |
2011-06-29 | Remove redundant Thumb2 ADD/SUB SP instruction definitions. | Jim Grosbach | 1 | -6/+4 |
2011-06-28 | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 1 | -1/+0 |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 1 | -1/+1 |
2011-03-05 | Preliminary support for ARM frame save directives emission via MI flags. | Anton Korobeynikov | 1 | -8/+11 |
2011-02-22 | Guard against de-referencing MBB.end(). | Evan Cheng | 1 | -1/+4 |
2011-02-21 | Skipping over debugvalue instructions to determine whether the split spot is ... | Evan Cheng | 1 | -0/+3 |
2010-12-05 | Making use of VFP / NEON floating point multiply-accumulate / subtraction is | Evan Cheng | 1 | -6/+0 |
2010-11-03 | Two sets of changes. Sorry they are intermingled. | Evan Cheng | 1 | -27/+0 |
2010-10-01 | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson | 1 | -4/+7 |
2010-10-01 | Provide an option to restore old-style if-conversion heuristics for Thumb2. | Owen Anderson | 1 | -0/+29 |