projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Switch how the datalayout availability test is handled in this code to
[oota-llvm.git]
/
lib
/
Analysis
/
IntervalPartition.cpp
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
2010-10-07
Owen Anderson
Now with fewer extraneous semicolons!
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Reapply r110396, with fixes to appease the Linux buildb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Revert r110396 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Owen Anderson
Don't use PassInfo* as a type identifier for passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-21
Owen Anderson
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
Change Pass::print to take a raw ostream instead of...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dan Gohman
Tidy up several unbeseeming casts from pointer to intptr_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-08-28
Chris Lattner
rename destroy -> releaseMemory to properly hook into...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-28
Chris Lattner
Clear the intervals list in "destroy", patch by
blob
|
commitdiff
|
raw
|
diff to current
2008-06-21
Chris Lattner
fix warning when assertions disabled.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Devang Patel
These passes preserve CFG.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Devang Patel
Restore isCFGOnly property of various analysis passes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
PassInfo keep tracks whether a pass is an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Devang Patel
Drop 'const'
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Devang Patel
Do not use typeinfo to identify pass in pass manager.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-27
Chris Lattner
Eliminate RegisterAnalysis. RegisterPass now does...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-26
Chris Lattner
Make interval partition print correctly, patch contribu...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-22
Misha Brukman
Convert tabs to spaces
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2005-02-22
Chris Lattner
Remove use of bind_obj, deleter, and finegrainify names...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-07
Reid Spencer
For PR387:\
blob
|
commitdiff
|
raw
|
diff to current
2004-09-03
Alkis Evlogimenos
Fixes to make LLVM compile with vc7.1.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-01
Reid Spencer
Changes For Bug 352
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM project notice to the top of every C++ sourc...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-13
Chris Lattner
Regularize header file comments
blob
|
commitdiff
|
raw
|
diff to current
2002-10-29
Misha Brukman
Fix spelling of `propagate'.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-21
Chris Lattner
- Do not expose ::ID from any of the analyses anymore.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-09
Chris Lattner
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2002-07-31
Chris Lattner
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
2002-07-30
Chris Lattner
Declare that these passes only depend on the CFG of...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-27
Chris Lattner
* Standardize how analysis results/passes as printed...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-26
Chris Lattner
* Add support for different "PassType's"
blob
|
commitdiff
|
raw
|
diff to current
2002-06-25
Chris Lattner
MEGAPATCH checkin.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-06
Chris Lattner
Mark analyses that only depend on the CFG of a function
blob
|
commitdiff
|
raw
|
diff to current
2002-04-28
Chris Lattner
Eliminate the cfg namespace, moving LoopInfo, Dominator...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-27
Chris Lattner
* Rename MethodPass class to FunctionPass
blob
|
commitdiff
|
raw
|
diff to current
2002-04-07
Chris Lattner
Change references to the Method class to be references...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-31
Chris Lattner
Convert analyses to new pass structure
blob
|
commitdiff
|
raw
|
diff to current
2002-01-20
Chris Lattner
Changes to build successfully with GCC 3.02
blob
|
commitdiff
|
raw
|
diff to current
2001-11-27
Chris Lattner
Create a new #include "Support/..." directory structure...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-23
Chris Lattner
Moved inline/llvm/Tools/* to include/llvm/Support/*
blob
|
commitdiff
|
raw
|
diff to current
2001-07-03
Chris Lattner
IntervalPartition was changed to inherit from vector...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Chris Lattner
Moved deleter to include/llvm/Tools/STLExtras.h
blob
|
commitdiff
|
raw
|
diff to current
2001-06-27
Chris Lattner
Miscellaneous cleanups:
blob
|
commitdiff
|
raw
|
diff to current
2001-06-25
Chris Lattner
IntervalPartition: recode to use IntervalIterator to...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-24
Chris Lattner
New file due to the Intervals.h splitup
blob
|
commitdiff
|
raw
|
diff to current