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
/
LiveRange.h
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
* Order #includes as per style guide
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-07-10
isMarkedForSpill() should be const.
Vikram S. Adve
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-01-15
Add new method
Chris Lattner
2003-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2002-10-29
Remove long dead #if 0
Chris Lattner
2002-10-29
Remove #include
Chris Lattner
2002-03-31
Add method clearCallInterference().
Vikram S. Adve
2002-02-05
* Code Cleanups of IGNode.h
Chris Lattner
2002-02-05
* Code Cleanups
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-11-15
Changed some names of methods, added const etc.
Ruchira Sasanka
2001-11-08
Added two minor methods.
Vikram S. Adve
2001-10-28
Added support for spilling
Ruchira Sasanka
2001-10-19
Added code to support unusable Suggested Colors.
Ruchira Sasanka
2001-10-19
Changed Call interference info
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-30
added suggesting color support
Ruchira Sasanka
2001-09-08
--Ruchira
Ruchira Sasanka