index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
Thumb1InstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-3
/
+3
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-3
/
+6
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-7
/
+6
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
1
-1
/
+0
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
1
-2
/
+2
*
ARM implement TargetInstrInfo::getNoopForMachoTarget()
Jim Grosbach
2012-02-28
1
-0
/
+3
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Move callee-saved regs spills / reloads to TFI
Anton Korobeynikov
2010-11-27
1
-9
/
+0
*
Formatting.
Eric Christopher
2010-10-15
1
-4
/
+4
*
RISC architectures get their memory operand folding for free.
Jakob Stoklund Olesen
2010-07-11
1
-14
/
+0
*
Replace copyRegToReg with copyPhysReg for ARM.
Jakob Stoklund Olesen
2010-07-11
1
-6
/
+4
*
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
1
-2
/
+4
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-1
/
+2
*
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2010-05-06
1
-2
/
+4
*
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-12-05
1
-3
/
+0
*
Refactor code.
Evan Cheng
2009-11-08
1
-4
/
+0
*
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
1
-1
/
+1
*
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
1
-0
/
+4
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-1
/
+1
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
1
-3
/
+0
*
Merge isLoadFromStackSlot into one since it behaves the same regardless of su...
Evan Cheng
2009-07-27
1
-5
/
+0
*
Just use a single isMoveInstr to catch all the cases.
Evan Cheng
2009-07-27
1
-3
/
+0
*
Remove unused member functions.
Eli Friedman
2009-07-24
1
-10
/
+0
*
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-24
1
-7
/
+0
*
Fix frame index elimination to correctly handle thumb-2 addressing modes that...
David Goodwin
2009-07-23
1
-0
/
+7
*
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
1
-0
/
+10
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
1
-0
/
+93