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
2013-02-26
[TableGen] Fix ICE on MSVC 2012 Release builds.
Michael J. Spencer
2013-01-31
Clarify intent.
Jakob Stoklund Olesen
2013-01-10
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2012-12-05
RegisterPressure API. Add support for physical register units.
Andrew Trick
2012-12-04
Sort the #include lines for utils/...
Chandler Carruth
2012-10-25
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-24
Don't use stack unwinding to provide the location information for
Joerg Sonnenberger
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-11
Compute a map from register names to registers, rather than scanning the list...
Owen Anderson
2012-09-11
Add TRI::getSubRegIndexLaneMask().
Jakob Stoklund Olesen
2012-09-11
Clean the sub-reg index composition maps at emission.
Jakob Stoklund Olesen
2012-08-22
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-15
Add a CoveringSubRegIndices field to SubRegIndex records.
Jakob Stoklund Olesen
2012-08-15
Make synthesized sub-register indexes available in the target namespace.
Jakob Stoklund Olesen
2012-07-26
Remove support for 'CompositeIndices' and sub-register cycles.
Jakob Stoklund Olesen
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-05-29
Emit register unit lists for each register.
Jakob Stoklund Olesen
2012-05-22
Also compute TopoSigs in synthetic register classes.
Jakob Stoklund Olesen
2012-05-16
Use RegUnits to compute overlapping registers.
Jakob Stoklund Olesen
2012-05-15
Create a struct representing register units in TableGen.
Jakob Stoklund Olesen
2012-05-14
Consider ad hoc aliasing when building RegUnits.
Jakob Stoklund Olesen
2012-05-14
Record the ad hoc aliasing graph in CodeGenRegister.
Jakob Stoklund Olesen
2012-05-14
Compute topological signatures of registers.
Jakob Stoklund Olesen
2012-05-12
Speed up computeComposites() by using the new SubReg -> SubIdx map.
Jakob Stoklund Olesen
2012-05-11
Remove extraneous ; and the resulting warning.
Bill Wendling
2012-05-11
Defer computation of SuperRegs.
Jakob Stoklund Olesen
2012-05-10
Compute secondary sub-registers.
Jakob Stoklund Olesen
2012-05-10
Precompute lists of explicit sub-registers and indices.
Jakob Stoklund Olesen
2012-05-10
Fix TableGen's RegPressureSet weight normalization to handle subreg DAGS.
Andrew Trick
2012-05-09
Fix warning text.
Jakob Stoklund Olesen
2012-05-09
Compute a backwards SubReg -> SubRegIndex map for each register.
Jakob Stoklund Olesen
2012-05-09
Rename getSubRegs() to computeSubRegs().
Jakob Stoklund Olesen
2012-05-04
Order register classes by spill size first, members last.
Jakob Stoklund Olesen
2012-05-04
Remove TargetRegisterClass::SuperRegClasses.
Jakob Stoklund Olesen
2012-04-18
tblgen: remove duplicated newlines.
Benjamin Kramer
2012-04-18
Move a few more warnings to use PrintWarning().
Jim Grosbach
2012-04-11
TableGen's regpressure: emit per-registerclass weight limits.
Andrew Trick
2012-04-11
TableGen'd regpressure: register unit set pruning.
Andrew Trick
2012-04-11
Table-generated register pressure fixes.
Andrew Trick
2012-04-10
TableGen/reginfo potential bug: typo from previous checkin.
Andrew Trick
2012-04-10
Fix for register pressure tables.
Andrew Trick
2012-04-10
Use std::includes instead of my own implementation.
Andrew Trick
2012-04-10
Added register unit sets to the target description.
Andrew Trick
2012-04-10
Added register unit weights to the target description.
Andrew Trick
2012-04-03
Cleanup set_union usage. The same thing but a bit cleaner now.
Andrew Trick
2012-04-03
Use std::set_union instead of nasty custom code.
Andrew Trick
2012-03-31
comment typo
Andrew Trick
2012-03-31
Introduce Register Units: Give each leaf register a number.
Andrew Trick
2012-03-29
Add more constness to CodeGenRegisters.
Jakob Stoklund Olesen
[next]