Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
05732c86d49e6595dd0ea0c23af4817895dcbb70
/
llvm
/
lib
/
Transforms
/
IPO
/
Internalize.cpp
b1c9317
Remove trailing whitespace
by Misha Brukman
· 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
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
f52e03c
Finegrainify namespacification
by Chris Lattner
· 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
8abcd56
DEBUG got moved to Support/Debug.h
by Chris Lattner
· 22 years ago
fd5d323
When internalizing global ctor/dtor list, also mark it constant. This is gross, but
by Chris Lattner
· 22 years ago
224ae02
Make the list accept comma separated names
by Chris Lattner
· 23 years ago
ad44cd8
* Revert to old behavior of ignoring a module if it doesn't contain a main
by Chris Lattner
· 23 years ago
44457bb
Add option to internalize to allow it to read a file to determine which symbols
by Chris Lattner
· 23 years ago
379a8d2
Add new linkage types to support a real frontend
by Chris Lattner
· 23 years ago
17069b3
Use the new getMainFunction() method to efficiently locate main
by Chris Lattner
· 23 years ago
68f21bc
Non-functionality change just to make it more clear what is going on
by Chris Lattner
· 23 years ago
bf3a099
Updates to work with recent Statistic's changes:
by Chris Lattner
· 23 years ago
47cc366
* Indent class into anonymous namespace, filling up the diff with garbage
by Chris Lattner
· 23 years ago
a2c0985
* Add support for different "PassType's"
by Chris Lattner
· 23 years ago
99a53f6
Eliminate several include/llvm/Transforms/IPO/*.h files, moving their contents into IPO.h
by Chris Lattner
· 23 years ago
b28b680
*** empty log message ***
by Chris Lattner
· 23 years ago
7076ff2
by Chris Lattner
· 23 years ago
0b18c1d
Add support for printing out statistics information when -stats is added to
by Chris Lattner
· 24 years ago
37104aa
Add new optional getPassName() virtual function that a Pass can override
by Chris Lattner
· 24 years ago
ee2e78b
Be careful not to make "external" function internal
by Chris Lattner
· 24 years ago
1b94c00
Initial checkin of new "Internalize" pass for GCCLD
by Chris Lattner
· 24 years ago