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
/
CodeGen
/
RegAlloc
/
IGNode.cpp
Age
Commit message (
Expand
)
Author
2004-01-09
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-23
* Use C++ style comments instead of C-style
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-01
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2002-09-20
Allow copy coalescing in more cases: if sum of node degrees is more than
Vikram S. Adve
2002-09-14
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-02-05
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added destructors and comments.
Ruchira Sasanka
2001-11-03
Added an assertion since it seems like AdjList returns an errornous size in m...
Ruchira Sasanka
2001-10-19
Added code to PhyRegAlloc to mark unusable suggested regs
Ruchira Sasanka
2001-09-14
*** empty log message ***
Ruchira Sasanka