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
/
Transforms
/
Utils
/
Local.h
Age
Commit message (
Expand
)
Author
2004-04-13
Add new interfaces
Chris Lattner
2004-03-17
cleanup comment
Chris Lattner
2004-03-14
Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file.
Chris Lattner
2004-01-12
llvm::ConstantFoldInstruction
Chris Lattner
2003-12-19
Add new function
Chris Lattner
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-09-30
Standardize header file comments
Chris Lattner
2003-05-20
Hopefully, the final fix for `[Pp]ropogate'.
Misha Brukman
2002-09-24
- Do not expose Critical Edge breaking mechanics outside the BCE pass, thus
Chris Lattner
2002-09-06
- Rename BreakCriticalEdge to the slightly more standard SplitCriticalEdge
Chris Lattner
2002-09-06
* Doxygenize API
Chris Lattner
2002-09-02
Remove duplicate #include
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-05-26
Simplify the interface to local dce and constprop
Chris Lattner
2002-05-21
Simplify interface to ConstantFoldTerminator
Chris Lattner
2002-05-07
Checkin headers for Utils library
Chris Lattner