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
/
TargetRegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Minimize #include's and forward-declares in Target.
Nick Lewycky
2011-12-10
1
-2
/
+0
*
Store sub-class lists as a bit vector.
Jakob Stoklund Olesen
2011-09-30
1
-32
/
+13
*
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-30
1
-2
/
+2
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
1
-4
/
+1
*
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-24
1
-6
/
+3
*
Zap the last reference to allocation_order_begin().
Jakob Stoklund Olesen
2011-06-17
1
-3
/
+3
*
Replace the statically generated hashtables for checking register relationshi...
Owen Anderson
2011-06-15
1
-6
/
+2
*
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-02
1
-1
/
+2
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-1
/
+0
*
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
1
-1
/
+3
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-5
/
+15
*
Add TargetRegisterInfo::printReg() to pretty-print registers.
Jakob Stoklund Olesen
2010-12-14
1
-0
/
+8
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-11
/
+0
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-7
/
+0
*
Reduce malloc thrashing.
Benjamin Kramer
2010-10-28
1
-1
/
+1
*
remove trailing whitespace
Jim Grosbach
2010-09-02
1
-1
/
+1
*
handle case where a register class is specified
Jim Grosbach
2010-09-02
1
-5
/
+4
*
Mask out reserved registers when constructing the set of allocatable regs.
Jim Grosbach
2010-09-02
1
-0
/
+5
*
Convert the last use of getPhysicalRegisterRegClass and remove it.
Rafael Espindola
2010-07-12
1
-21
/
+0
*
Make getMinimalPhysRegClass' comment mention what makes it different
Dan Gohman
2010-07-06
1
-1
/
+2
*
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
1
-2
/
+3
*
Remove uses of getCalleeSavedRegClasses from outside the
Rafael Espindola
2010-06-02
1
-0
/
+19
*
Drop the SuperregHashTable. It is essentially the same as SubregHashTable.
Jakob Stoklund Olesen
2010-05-25
1
-2
/
+0
*
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
1
-1
/
+3
*
constify a method argument.
Chris Lattner
2010-01-26
1
-3
/
+4
*
Add a const qualifier.
Dan Gohman
2009-10-09
1
-2
/
+2
*
Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the
Bob Wilson
2009-09-23
1
-1
/
+1
*
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
-3
/
+3
*
Untabification.
Bill Wendling
2009-05-30
1
-2
/
+2
*
getCommonSubClass() - Calculate the largest common sub-class of two register
Jakob Stoklund Olesen
2009-04-30
1
-0
/
+42
*
Give register alias checking the hash table treatment too.
Owen Anderson
2009-04-09
1
-1
/
+3
*
Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...
Owen Anderson
2009-04-09
1
-3
/
+5
*
Instead of building a list and sorting it just to find a maximum element,
Dan Gohman
2008-09-21
1
-26
/
+9
*
Remove warning about initialization order.
Bill Wendling
2008-07-01
1
-2
/
+2
*
Make the subregister hashtable output more readable by wrapping the lines,
Owen Anderson
2008-07-01
1
-2
/
+4
*
Replace the dynamically computed std::set lookup method for subregisters with...
Owen Anderson
2008-07-01
1
-10
/
+0
*
Cache subregister relationships in a set in TargetRegisterInfo to allow faste...
Owen Anderson
2008-06-27
1
-0
/
+10
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-2
/
+1
*
80 col violation.
Evan Cheng
2008-04-25
1
-1
/
+1
*
If there are multiple register classes that a register belongs to, return the...
Evan Cheng
2008-03-11
1
-4
/
+27
*
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-03-11
1
-5
/
+6
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-0
/
+90