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
/
IntervalIterator.h
Age
Commit message (
Expand
)
Author
2013-03-05
Fix a few typos in comments.
Jakub Staszak
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2010-07-08
Use std::vector rather than SmallVector here because SmallVector
Duncan Sands
2010-07-08
Do not use std::stack because it causes obscure failures when
Duncan Sands
2010-06-16
Revert r106117, which was the result of me misreading the C++98/03
Douglas Gregor
2010-06-16
Eliminate a redundant "typename" keyword
Douglas Gregor
2009-08-27
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-14
Remove unneeded typedef, patch by Morten Ofstad
Chris Lattner
2004-10-12
Add std:: prefix for compilers without correct koenig lookup implemented.
Chris Lattner
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
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-01
Use graph traits to perform generic interval construction
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-28
Remove all contents of the cfg namespace to the global namespace
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-02-12
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
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-27
getBasicBlocks() is not needed anymore for reading Method data
Chris Lattner
2001-06-25
Big changes. Interval*.h is now more or less finalized. IntervalPartition
Chris Lattner
2001-06-24
New files due to the Intervals.h splitup
Chris Lattner