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
/
Transforms
/
IPO
/
ExtractFunction.cpp
Age
Commit message (
Expand
)
Author
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
stop using method.
Chris Lattner
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-04-22
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
Misha Brukman
2004-04-22
Add a flag to choose between isolating a function or deleting the function from
Misha Brukman
2003-11-21
Finegrainify namespacification
Chris Lattner
2003-11-17
This file was somehow missing a top-level comment line.
Misha Brukman
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-10
Fix spelling.
Misha Brukman
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
2002-11-19
Move the function extractor pass from tools/extract into lib/Xform/IPO
Chris Lattner