Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
08b49405094d03073c2052f774cb99a73f9f8d9b
/
llvm
/
lib
/
Transforms
/
IPO
/
ExtractFunction.cpp
b1c9317
Remove trailing whitespace
by Misha Brukman
· 21 years ago
6cb4559
stop using method.
by Chris Lattner
· 21 years ago
531f9e9
This mega patch converts us from using Function::a{iterator|begin|end} to
by Chris Lattner
· 21 years ago
4f2cf03
'Pass' should now not be derived from by clients. Instead, they should derive
by Chris Lattner
· 21 years ago
98aa516
Clarify the logic: the flag is renamed to `deleteFn' to signify it will delete
by Misha Brukman
· 22 years ago
e068242
Add a flag to choose between isolating a function or deleting the function from
by Misha Brukman
· 22 years ago
f52e03c
Finegrainify namespacification
by Chris Lattner
· 22 years ago
4f7ce56
This file was somehow missing a top-level comment line.
by Misha Brukman
· 22 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
8b2bd4e
Fix spelling.
by Misha Brukman
· 22 years ago
379a8d2
Add new linkage types to support a real frontend
by Chris Lattner
· 23 years ago
58f9002
Move the function extractor pass from tools/extract into lib/Xform/IPO
by Chris Lattner
· 23 years ago