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
2008-03-21
FunctionExtractorPass has been superceded by GVExtractorPass
Andrew Lenharth
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-25
Fixing several transforms which would drop the collector attribute
Gordon Henriksen
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-08-01
More explicit keywords.
Dan Gohman
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-02-11
simplify name juggling through the use of Value::takeName.
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-25
Make llvm-extract preserve the callingconv of prototypes in the extracted
Chris Lattner
2006-10-20
llvm-extract should remove module-level asm
Chris Lattner
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