Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1bec75e7304bccc2d3c32e24e4df937f04e8d65a
/
llvm
/
lib
/
Analysis
/
IntervalPartition.cpp
632df28
Fix spelling of `propagate'.
by Misha Brukman
· 23 years ago
1a386b6
- Do not expose ::ID from any of the analyses anymore.
by Chris Lattner
· 23 years ago
0d92ff0
*** empty log message ***
by Chris Lattner
· 23 years ago
be4826e
*** empty log message ***
by Chris Lattner
· 23 years ago
31aa7e7
Declare that these passes only depend on the CFG of the function
by Chris Lattner
· 23 years ago
2675007
* Standardize how analysis results/passes as printed with the print() virtual
by Chris Lattner
· 23 years ago
a2c0985
* Add support for different "PassType's"
by Chris Lattner
· 23 years ago
113f4f4
MEGAPATCH checkin.
by Chris Lattner
· 23 years ago
86ed92a
Mark analyses that only depend on the CFG of a function
by Chris Lattner
· 24 years ago
78dd56f
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
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
ccf571a
Convert analyses to new pass structure
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
5de2204
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
e2472bb
Moved inline/llvm/Tools/* to include/llvm/Support/*
by Chris Lattner
· 24 years ago
81f3ace
IntervalPartition was changed to inherit from vector<Interval*> instead of
by Chris Lattner
· 24 years ago
0c94a30
Moved deleter to include/llvm/Tools/STLExtras.h
by Chris Lattner
· 24 years ago
4cee8d8
Miscellaneous cleanups:
by Chris Lattner
· 24 years ago
ed59025
IntervalPartition: recode to use IntervalIterator to do all the work
by Chris Lattner
· 24 years ago
6010127
New file due to the Intervals.h splitup
by Chris Lattner
· 24 years ago