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
/
utils
/
TableGen
/
CodeGenRegisters.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-2
/
+2
*
Specify SubRegIndex components on the index itself.
Jakob Stoklund Olesen
2012-02-01
1
-0
/
+3
*
Move the composite map into CodeGenSubRegIndex.
Jakob Stoklund Olesen
2012-01-31
1
-8
/
+29
*
Add a TableGen CodeGenSubRegIndex class.
Jakob Stoklund Olesen
2012-01-31
1
-14
/
+49
*
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-18
1
-0
/
+1
*
Add TableGen support for callee saved registers.
Jakob Stoklund Olesen
2012-01-17
1
-0
/
+9
*
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-19
1
-1
/
+17
*
Synthesize register classes for TRI::getMatchingSuperRegClass().
Jakob Stoklund Olesen
2011-12-19
1
-0
/
+2
*
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-12-16
1
-0
/
+1
*
Synthesize missing register class intersections.
Jakob Stoklund Olesen
2011-12-15
1
-0
/
+1
*
Extract a method.
Jakob Stoklund Olesen
2011-12-12
1
-0
/
+5
*
Remove extra semicolon.
Eli Friedman
2011-10-11
1
-1
/
+1
*
Add TRI::getSubClassWithSubReg(RC, Idx) function.
Jakob Stoklund Olesen
2011-10-05
1
-0
/
+13
*
Teach TableGen to infer missing register classes.
Jakob Stoklund Olesen
2011-10-04
1
-1
/
+44
*
TableGen: Store all allocation orders together.
Jakob Stoklund Olesen
2011-10-04
1
-7
/
+4
*
TableGen: Privatize CodeGenRegisterClass::TheDef and Name.
Jakob Stoklund Olesen
2011-10-04
1
-2
/
+8
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().
Jakob Stoklund Olesen
2011-09-30
1
-1
/
+7
*
Compute lists of super-classes in CodeGenRegisterClass.
Jakob Stoklund Olesen
2011-09-30
1
-0
/
+14
*
Precompute a bit vector of register sub-classes.
Jakob Stoklund Olesen
2011-09-30
1
-0
/
+6
*
Order register classes topologically.
Jakob Stoklund Olesen
2011-09-30
1
-0
/
+1
*
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-09-29
1
-2
/
+2
*
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
[next]