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
/
Passes.cpp
Age
Commit message (
Expand
)
Author
2005-10-24
Alkis agrees that that iterative scan allocator isn't going to be worked on
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-22
The default has not been 'simple' for AGES!
Chris Lattner
2004-07-22
Make linear scan the default
Chris Lattner
2004-07-22
Put variable name to a separate line.
Alkis Evlogimenos
2004-07-22
Fit to 80 columns.
Alkis Evlogimenos
2004-07-21
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-21
Linearscan is no longer experimental.
Alkis Evlogimenos
2004-07-16
Fix IA64 compatibility
Chris Lattner
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2003-12-28
finegrainify namespacification
Chris Lattner
2003-11-20
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-02
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos