index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
CodeGenRegisters.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
1
-2
/
+2
*
Remove MethodProtos/MethodBodies and allocation_order_begin/end.
Jakob Stoklund Olesen
2011-06-18
1
-1
/
+1
*
Provide AltOrders for specifying alternative allocation orders.
Jakob Stoklund Olesen
2011-06-18
1
-3
/
+11
*
Use a SetTheory instance to expand register lists in register classes.
Jakob Stoklund Olesen
2011-06-15
1
-2
/
+7
*
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
1
-30
/
+17
*
Move the list of register classes into CodeGenRegBank as well.
Jakob Stoklund Olesen
2011-06-15
1
-0
/
+17
*
Compute lists of sub-regs, super-regs, and overlapping regs.
Jakob Stoklund Olesen
2011-06-12
1
-0
/
+34
*
Move the list of registers into CodeGenRegBank.
Jakob Stoklund Olesen
2011-06-11
1
-14
/
+48
*
Move some sub-register index calculations to CodeGenRegisters.cpp
Jakob Stoklund Olesen
2011-06-10
1
-0
/
+27
*
Make it possible to have unallocatable register classes.
Jakob Stoklund Olesen
2011-06-02
1
-0
/
+1
*
Don't allow per-register spill size and alignment.
Jakob Stoklund Olesen
2011-04-21
1
-1
/
+0
*
Prefer cheap registers for busy live ranges.
Jakob Stoklund Olesen
2011-04-20
1
-0
/
+1
*
Make the register enum value part of the CodeGenRegister struct.
Jim Grosbach
2011-03-11
1
-0
/
+1
*
Trailing whitespace.
Jim Grosbach
2011-03-11
1
-4
/
+4
*
add (and document) the ability for alias results to have
Chris Lattner
2010-11-06
1
-0
/
+6
*
Split out register class subclassing to a separate function and clean up
Eric Christopher
2010-08-25
1
-0
/
+32
*
Replace the tablegen RegisterClass field SubRegClassList with an alist-like data
Jakob Stoklund Olesen
2010-05-24
1
-1
/
+3
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-3
/
+3
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-3
/
+3
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-3
/
+3
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+2
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-09-19
1
-0
/
+1
*
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-14
1
-1
/
+1
*
Add support to tablegen for specifying subregister classes on a per register ...
Christopher Lamb
2007-06-13
1
-0
/
+1
*
Add support for generating v4i32 altivec code
Nate Begeman
2005-12-30
1
-1
/
+1
*
Add some methods
Chris Lattner
2005-12-05
1
-0
/
+2
*
Support multiple ValueTypes per RegisterClass, needed for upcoming vector
Nate Begeman
2005-12-01
1
-1
/
+8
*
Compute the value types that are natively supported by a target.
Chris Lattner
2005-09-08
1
-0
/
+2
*
Split register class "Methods" into MethodProtos and MethodBodies
Chris Lattner
2005-08-19
1
-1
/
+1
*
Read the namespace field from register classes
Chris Lattner
2005-08-19
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-2
/
+2
*
Support "Methods" in register classes in CodgeGenRegisterClass
Chris Lattner
2004-08-21
1
-1
/
+1
*
Start parsing register classes into a more structured form
Chris Lattner
2004-08-21
1
-0
/
+8
*
Read in declared reg sizes
Chris Lattner
2004-08-21
1
-1
/
+2
*
Add initial support for register and register class representation.
Chris Lattner
2004-08-16
1
-0
/
+37