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
/
Passes.h
Age
Commit message (
Expand
)
Author
2004-07-31
New pass
Chris Lattner
2004-07-21
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-02
Add a new pass for code generators to use
Chris Lattner
2004-05-08
Registering the ModuloScheduling pass.
Tanya Lattner
2004-02-04
Include <iosfwd> and <string> instead of <iostream>.
Brian Gaeke
2004-01-30
Give clients of MachineFunctionPrinter the ability to specify a banner and
Brian Gaeke
2003-12-20
Rearrange code, indent for the namespace, add the createMachineFunctionPrinte...
Chris Lattner
2003-12-18
Remove TwoAddressInstruction from the public headers and add an ID
Alkis Evlogimenos
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 copyright header (for lack of a better term).
John Criswell
2003-10-02
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos
2003-10-02
Change llc command line for register allocators
Alkis Evlogimenos
2003-09-30
Forward declare a class
Chris Lattner
2003-09-30
Include the sparc register in this file
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-13
Factory methods for FunctionPasses now return type FunctionPass *.
Brian Gaeke
2003-01-13
Add new files
Chris Lattner