Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
4f0e66df6af087af1d9397fae353bf7adb11f14c
/
llvm
/
lib
/
Transforms
/
IPO
/
ConstantMerge.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
56db5e9
Merging constants can cause further room for improvement. Iterate until
by Chris Lattner
· 22 years ago
c2ee054
Fix memory corruption bug PR193
by Chris Lattner
· 22 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
e5f15cd
Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64
by Chris Lattner
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
216c7b8
Fix spell-o's
by Chris Lattner
· 22 years ago
424132a
Global constants CAN be external
by Chris Lattner
· 23 years ago
eac4dcd
- Dramatically simplify the ConstantMerge code now that
by Chris Lattner
· 23 years ago
bf3a099
Updates to work with recent Statistic's changes:
by Chris Lattner
· 23 years ago
28d1035
Fix: ConstantMerge/2002-09-23-CPR-Update.ll
by Chris Lattner
· 23 years ago
a2c0985
* Add support for different "PassType's"
by Chris Lattner
· 23 years ago
b0cec70
Incorporate ConstantMerge.h into IPO.h
by Chris Lattner
· 23 years ago
6788f25
* Remove getPassName implementation * Register all Passes
by Chris Lattner
· 23 years ago
2ae9cda
Remove DynamicConstantMerge pass, because it did not fit in with the Pass
by Chris Lattner
· 23 years ago
0b18c1d
Add support for printing out statistics information when -stats is added to
by Chris Lattner
· 23 years ago
37104aa
Add new optional getPassName() virtual function that a Pass can override
by Chris Lattner
· 24 years ago
f12cc84
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA
by Chris Lattner
· 24 years ago
c8e6654
* Rename MethodPass class to FunctionPass
by Chris Lattner
· 24 years ago
62b7fd1
Change references to the Method class to be references to the Function
by Chris Lattner
· 24 years ago
04805fa
Change over to use new style pass mechanism, now passes only expose small
by Chris Lattner
· 24 years ago
d5d5678
Convert xforms over to new pass structure.
by Chris Lattner
· 24 years ago
0686e43
Implement a more powerful, simpler, pass system. This pass system can figure
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
3462ae3
Rename ConstPoolVal -> Constant
by Chris Lattner
· 24 years ago
4816d63
Initial checkin
by Chris Lattner
· 24 years ago