index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Analysis
/
Interval.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Improve doxygen documentation, patch contributed by Evan Jones!
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-10-01
Add graph traits specializations for intervals
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-04-28
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-10-01
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-06-25
Big changes. Interval*.h is now more or less finalized. IntervalPartition
Chris Lattner
2001-06-24
IntervalPartition & IntervalIterator classes have been split out into
Chris Lattner
2001-06-24
Addition of IntervalIterator. Preparing for rename of Intervals.h to
Chris Lattner
2001-06-22
Add comments
Chris Lattner
2001-06-21
* Added comments
Chris Lattner
2001-06-20
Add capability to build a derived interval graph
Chris Lattner
2001-06-20
New file: Interval analysis support
Chris Lattner