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
/
include
/
llvm
/
CodeGen
/
RegClass.h
Age
Commit message (
Expand
)
Author
2003-01-15
Move private headers into private regalloc directory
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-10-29
De-inline methods
Chris Lattner
2002-05-23
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-02-04
* Minor cleanups
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added comments, destructors where necessary.
Ruchira Sasanka
2001-10-28
Added support for spilling
Ruchira Sasanka
2001-10-15
Print Debug Code to stderr instead of stdout so that it doesn't mess up the a...
Chris Lattner
2001-09-18
Minor fixes: renamed target machine files; fold sched info into TargetMachine.
Vikram S. Adve
2001-09-15
--reg alloc code added
Ruchira Sasanka
2001-09-14
Split Target/Machine.h into three files:
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-08
Committed for compliation. Not yet final.
Ruchira Sasanka