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
/
include
/
llvm
/
CodeGen
/
MachineRegisterInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
1
-3
/
+12
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
1
-3
/
+16
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
1
-7
/
+11
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-25
/
+41
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-38
/
+332
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+2
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-2
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+2
*
Add a convenient PSetIterator for visiting pressure sets affected by a register.
Andrew Trick
2013-08-23
1
-0
/
+46
*
Notify LiveRangeEdit of new virtual registers.
Mark Lacey
2013-08-14
1
-0
/
+27
*
Handle more cases in LiveRangeEdit::eliminateDeadDefs.
Andrew Trick
2013-06-21
1
-4
/
+4
*
Directly access objects which may change during compilation.
Bill Wendling
2013-06-17
1
-6
/
+15
*
Add an MRI::verifyUseLists() function.
Jakob Stoklund Olesen
2013-04-19
1
-0
/
+6
*
Residual cleanup: live-out set is gone
Eli Bendersky
2013-03-11
1
-8
/
+7
*
Make RAFast::UsedInInstr indexed by register units.
Jakob Stoklund Olesen
2013-02-21
1
-0
/
+6
*
Remove liveout lists from MachineRegisterInfo.
Jakob Stoklund Olesen
2013-02-05
1
-11
/
+4
*
Add MachineRegisterInfo::moveOperands().
Jakob Stoklund Olesen
2013-01-05
1
-0
/
+3
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Switch MRI::UsedPhysRegs to a register unit bit vector.
Jakob Stoklund Olesen
2012-10-17
1
-10
/
+18
*
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
1
-7
/
+6
*
Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.
Jakob Stoklund Olesen
2012-10-17
1
-4
/
+0
*
Freeze the reserved registers as soon as isel is complete.
Jakob Stoklund Olesen
2012-10-15
1
-3
/
+28
*
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
1
-2
/
+2
*
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
1
-9
/
+14
*
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
1
-14
/
+9
*
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
1
-5
/
+14
*
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
1
-4
/
+0
*
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
1
-14
/
+20
*
Move getNextOperandForReg() into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-08
1
-2
/
+11
*
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
1
-0
/
+9
*
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
1
-1
/
+6
*
Add getUniqueVRegDef to MachineRegisterInfo.
Manman Ren
2012-06-29
1
-0
/
+5
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-1
/
+1
*
Add an MRI::tracksLiveness() flag.
Jakob Stoklund Olesen
2012-03-27
1
-0
/
+22
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Make InlineSpiller bundle-aware.
Jakob Stoklund Olesen
2012-03-01
1
-0
/
+9
*
Clear virtual registers after they are no longer referenced.
Andrew Trick
2012-02-21
1
-0
/
+3
*
whitespace
Andrew Trick
2012-02-21
1
-26
/
+26
*
Transfer regmasks to MRI.
Jakob Stoklund Olesen
2012-02-17
1
-8
/
+22
*
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
1
-1
/
+9
*
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-05
1
-1
/
+38
*
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-21
1
-1
/
+10
*
Admonish that MI is not IR and virtual registers have constraints.
Jakob Stoklund Olesen
2011-10-17
1
-0
/
+8
*
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
1
-0
/
+2
*
Add a MinNumRegs argument to MRI::constrainRegClass().
Jakob Stoklund Olesen
2011-09-22
1
-3
/
+5
*
Move CalculateRegClass to MRI::recomputeRegClass.
Jakob Stoklund Olesen
2011-08-09
1
-0
/
+11
*
Add an isSSA() flag to MachineRegisterInfo.
Jakob Stoklund Olesen
2011-07-29
1
-1
/
+21
*
Be more aggressive about following hints.
Jakob Stoklund Olesen
2011-07-08
1
-0
/
+8
*
Remove RegClass2VRegMap from MachineRegisterInfo.
Evan Cheng
2011-06-27
1
-12
/
+0
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-12
/
+2
[next]