index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
CodeGenRegisters.cpp
Age
Commit message (
Expand
)
Author
2012-02-01
Specify SubRegIndex components on the index itself.
Jakob Stoklund Olesen
2012-02-01
Fix a bug in the TopoOrderRC comparison function.
Jakob Stoklund Olesen
2012-01-31
Move the composite map into CodeGenSubRegIndex.
Jakob Stoklund Olesen
2012-01-31
Add a TableGen CodeGenSubRegIndex class.
Jakob Stoklund Olesen
2012-01-18
Add a CoveredBySubRegs property to Register descriptions.
Jakob Stoklund Olesen
2012-01-17
Add TableGen support for callee saved registers.
Jakob Stoklund Olesen
2012-01-13
Skip the NAME field when forming tuples.
Jakob Stoklund Olesen
2012-01-13
Delete CodeInit and CodeRecTy from TableGen.
Jakob Stoklund Olesen
2011-12-19
Emit a getMatchingSuperRegClass() implementation for every target.
Jakob Stoklund Olesen
2011-12-19
Synthesize register classes for TRI::getMatchingSuperRegClass().
Jakob Stoklund Olesen
2011-12-16
Extract a method. No functional change.
Jakob Stoklund Olesen
2011-12-15
Use the proper comparator for set_intersection.
Jakob Stoklund Olesen
2011-12-15
Synthesize missing register class intersections.
Jakob Stoklund Olesen
2011-12-12
Extract a method.
Jakob Stoklund Olesen
2011-10-05
Add TRI::getSubClassWithSubReg(RC, Idx) function.
Jakob Stoklund Olesen
2011-10-04
Properly use const_iterator.
Jakob Stoklund Olesen
2011-10-04
Teach TableGen to infer missing register classes.
Jakob Stoklund Olesen
2011-10-04
TableGen: Store all allocation orders together.
Jakob Stoklund Olesen
2011-10-04
TableGen: Privatize CodeGenRegisterClass::TheDef and Name.
Jakob Stoklund Olesen
2011-10-04
TableGen: Don't add synthetic Records to the RecordKeeper.
Jakob Stoklund Olesen
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-09-30
Use precomputed BitVector for CodeGenRegisterClass::hasSubClass().
Jakob Stoklund Olesen
2011-09-30
Compute lists of super-classes in CodeGenRegisterClass.
Jakob Stoklund Olesen
2011-09-30
Precompute a bit vector of register sub-classes.
Jakob Stoklund Olesen
2011-09-30
Order register classes topologically.
Jakob Stoklund Olesen
2011-09-29
Switch to ArrayRef<CodeGenRegisterClass*>.
Jakob Stoklund Olesen
2011-07-29
Unconstify Inits
David Greene
2011-07-29
[AVX] Create Inits Via Factory Method
David Greene
2011-07-29
[AVX] Constify Inits
David Greene
2011-07-18
Intern all RecTy subclass instances to avoid duplicates.
Jakob Stoklund Olesen
2011-07-11
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
Use get(0 Instead of Create()
David Greene
2011-07-11
[AVX] Make Inits Foldable
David Greene
2011-06-21
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-20
Skip fields that don't exist in the Register class.
Jakob Stoklund Olesen
2011-06-20
Add a RegisterTuples class to Target.td and TableGen.
Jakob Stoklund Olesen
2011-06-18
Use the correct comparator to avoid depending on pointer values.
Jakob Stoklund Olesen
2011-06-18
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
Remove MethodProtos/MethodBodies and allocation_order_begin/end.
Jakob Stoklund Olesen
2011-06-18
Provide AltOrders for specifying alternative allocation orders.
Jakob Stoklund Olesen
2011-06-15
Use a SetTheory instance to expand register lists in register classes.
Jakob Stoklund Olesen
2011-06-15
Give CodeGenRegisterClass a real sorted member set.
Jakob Stoklund Olesen
2011-06-15
Move the list of register classes into CodeGenRegBank as well.
Jakob Stoklund Olesen
2011-06-12
Compute lists of sub-regs, super-regs, and overlapping regs.
Jakob Stoklund Olesen
2011-06-11
Move the list of registers into CodeGenRegBank.
Jakob Stoklund Olesen
2011-06-10
Move some sub-register index calculations to CodeGenRegisters.cpp
Jakob Stoklund Olesen
2011-06-09
Move TableGen's register bank classes to their own source file.
Jakob Stoklund Olesen
[prev]