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
/
lib
/
Target
/
TargetRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2010-01-26
constify a method argument.
Chris Lattner
2009-10-09
Add a const qualifier.
Dan Gohman
2009-09-23
Remove BlackfinRegisterInfo::getFrameIndexOffset since it is the same as the
Bob Wilson
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-05-30
Untabification.
Bill Wendling
2009-04-30
getCommonSubClass() - Calculate the largest common sub-class of two register
Jakob Stoklund Olesen
2009-04-09
Give register alias checking the hash table treatment too.
Owen Anderson
2009-04-09
Convert TargetRegisterInfo's super-register checking to use a pre-computed ha...
Owen Anderson
2008-09-21
Instead of building a list and sorting it just to find a maximum element,
Dan Gohman
2008-07-01
Remove warning about initialization order.
Bill Wendling
2008-07-01
Make the subregister hashtable output more readable by wrapping the lines,
Owen Anderson
2008-07-01
Replace the dynamically computed std::set lookup method for subregisters with...
Owen Anderson
2008-06-27
Cache subregister relationships in a set in TargetRegisterInfo to allow faste...
Owen Anderson
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-25
80 col violation.
Evan Cheng
2008-03-11
If there are multiple register classes that a register belongs to, return the...
Evan Cheng
2008-03-11
When the register allocator runs out of registers, spill a physical register ...
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman