index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
IntervalPartition.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Fix minor typo in IntervalPartition.h
Will Dietz
2012-09-19
1
-2
/
+2
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-4
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
rename destroy -> releaseMemory to properly hook into passmgr.
Chris Lattner
2008-08-28
1
-6
/
+3
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-4
/
+1
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+3
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+3
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-2
/
+2
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Fixed spelling of `propagation'.
Misha Brukman
2002-10-29
1
-1
/
+1
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-2
/
+0
*
* IntervalPartition no longer derives from vector
Chris Lattner
2002-08-09
1
-2
/
+6
*
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-29
1
-1
/
+0
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-0
/
+3
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-2
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-26
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-1
/
+1
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-28
1
-5
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-12
/
+11
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-1
/
+1
*
Convert analyses over to new Pass framework
Chris Lattner
2002-01-30
1
-7
/
+19
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-3
/
+3
*
IntervalPartition was changed to inherit from vector<Interval*> instead of
Chris Lattner
2001-07-03
1
-10
/
+1
*
Big changes. Interval*.h is now more or less finalized. IntervalPartition
Chris Lattner
2001-06-25
1
-31
/
+4
*
New files due to the Intervals.h splitup
Chris Lattner
2001-06-24
1
-0
/
+123