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
/
ADT
/
PostOrderIterator.h
Age
Commit message (
Expand
)
Author
2013-03-20
Add std prefixes to fix the build with xlc.
Rafael Espindola
2012-07-17
Fix broken ipo_ext_iterator constructors.
Jakob Stoklund Olesen
2012-07-17
Allow for customized graph edge pruning in PostOrderIterator.h
Jakob Stoklund Olesen
2011-08-03
An interface for iterating over a loop's blocks in DFS order.
Andrew Trick
2011-02-09
Optimize po_iterator: don't do redundant lookups.
Dan Gohman
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
2009-08-27
eliminate all 80-col violations that I have introduced in my recent checkins ...
Gabor Greif
2009-08-27
Clean up the minor mess I caused with removing iterator.h. I shall take care ...
Gabor Greif
2009-07-07
fix a bug in post-order iterators with external storage, patch by
Chris Lattner
2009-06-15
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...
Owen Anderson
2009-02-20
Fixed lint errors:
Misha Brukman
2009-01-09
Removed trailing whitespace.
Misha Brukman
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-09-24
Fix typo.
Owen Anderson
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-12-07
Remove a now-dead map, patch by Saem Ghani, thanks!
Chris Lattner
2005-12-06
Implement external storage for post-order iteration, implementing PR267
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-28
Add includes and use std:: for standard library calls to make code
Alkis Evlogimenos
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 notice.
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-07-25
Fix visibility problem exposed by GCC 3.3
Chris Lattner
2003-06-17
Regularize the names of #include-guards.
Brian Gaeke
2003-03-21
Update comment
Chris Lattner
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-07-25
GCC 3.1 changes
Chris Lattner
2002-07-24
GCC 3.1 fixes
Chris Lattner
2002-02-24
Genericize the ReversePostOrderIterator.
Chris Lattner
2002-02-04
PostOrderIterator really does depend on Method and BasicBlock. Obviously this
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner