index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
Thumb1RegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-1
/
+1
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-16
/
+14
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+1
*
Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo
Eli Bendersky
2013-02-21
1
-5
/
+0
*
[PEI] Pass the frame index operand number to the eliminateFrameIndex function.
Chad Rosier
2013-01-31
1
-1
/
+2
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-1
/
+2
*
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-03-17
1
-2
/
+1
*
Add a TRI::getLargestLegalSuperClass hook to provide an upper limit on regist...
Jakob Stoklund Olesen
2011-04-26
1
-0
/
+3
*
Provide a legal pointer register class when targeting thumb1.
Jakob Stoklund Olesen
2011-03-31
1
-0
/
+2
*
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
1
-1
/
+2
*
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
1
-2
/
+0
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-3
/
+0
*
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-08-26
1
-3
/
+2
*
Add Thumb1 support for virtual frame indices.
Jim Grosbach
2010-08-19
1
-7
/
+8
*
Constify some arguments.
Eric Christopher
2010-07-20
1
-1
/
+1
*
Make getPhysicalRegisterRegClass non-virtual. Should be able to remove it soon.
Rafael Espindola
2010-07-11
1
-3
/
+0
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
1
-1
/
+2
*
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2010-03-09
1
-1
/
+1
*
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
1
-2
/
+3
*
Cleanup now that frame index scavenging via post-pass is working for ARM and ...
Jim Grosbach
2009-10-28
1
-3
/
+0
*
Missing piece of the ARM frame index post-scavenging conditionalization
Jim Grosbach
2009-10-21
1
-0
/
+3
*
Now that all ARM subtargets use frame index scavenging, the Thumb1 requires*
Jim Grosbach
2009-10-20
1
-3
/
+0
*
Adjust the scavenge register spilling to allow the target to choose an
Jim Grosbach
2009-10-19
1
-4
/
+1
*
Re-enable register scavenging in Thumb1 by default.
Jim Grosbach
2009-10-08
1
-0
/
+1
*
reverting thumb1 scavenging default due to test failure while I figure out wh...
Jim Grosbach
2009-10-07
1
-1
/
+0
*
Enable thumb1 register scavenging by default.
Jim Grosbach
2009-10-07
1
-0
/
+1
*
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-10-07
1
-2
/
+3
*
In Thumb1, the register scavenger is not always able to use an emergency
Jim Grosbach
2009-10-05
1
-0
/
+8
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-1
/
+1
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-1
/
+1
*
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-28
1
-2
/
+2
*
Refactor. Get rid of a few more getOpcode() calls.
Evan Cheng
2009-07-26
1
-0
/
+2
*
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-24
1
-0
/
+4
*
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-16
1
-1
/
+1
*
Generalize opcode selection in ARMBaseRegisterInfo.
David Goodwin
2009-07-08
1
-1
/
+1
*
Push methods into base class in preparation for sharing.
David Goodwin
2009-07-08
1
-9
/
+8
*
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-02
1
-0
/
+60