projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Prefix make_reverse_iterator with llvm namespace.
[oota-llvm.git]
/
include
/
llvm
/
ADT
/
PostOrderIterator.h
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Daniel Berlin
Update for post-commit review comments
blob
|
commitdiff
|
raw
2015-04-15
Daniel Berlin
Add range iterators for post order and inverse post...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-15
David Majnemer
PostOrderIterator: Remove stray semicolon
blob
|
commitdiff
|
raw
|
diff to current
2015-03-15
David Blaikie
Remove reserved identifier & some unnecessary 'inline'
blob
|
commitdiff
|
raw
|
diff to current
2014-11-20
Michael Ilseman
Update template specialization to reflect API changes.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Rafael Espindola
Add std prefixes to fix the build with xlc.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-17
Jakob Stoklund Olesen
Fix broken ipo_ext_iterator constructors.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-17
Jakob Stoklund Olesen
Allow for customized graph edge pruning in PostOrderIte...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Andrew Trick
An interface for iterating over a loop's blocks in...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-09
Dan Gohman
Optimize po_iterator: don't do redundant lookups.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-08
Duncan Sands
Use std::vector rather than SmallVector here because...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-08
Duncan Sands
Do not use std::stack because it causes obscure failure...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Gabor Greif
eliminate all 80-col violations that I have introduced...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Gabor Greif
Clean up the minor mess I caused with removing iterator...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Chris Lattner
fix a bug in post-order iterators with external storage...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-15
Owen Anderson
Owen Anderson 2009-06-15: Use a SmallPtrSet here, for...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-20
Misha Brukman
Fixed lint errors:
blob
|
commitdiff
|
raw
|
diff to current
2009-01-09
Misha Brukman
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-29
Anton Korobeynikov
For PR1338: rename include/llvm/ADT/ilist and friends...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-24
Owen Anderson
Fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-22
Chris Lattner
Make the LLVM headers "-ansi -pedantic -Wno-long-long...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-07
Chris Lattner
Remove a now-dead map, patch by Saem Ghani, thanks!
blob
|
commitdiff
|
raw
|
diff to current
2005-12-06
Chris Lattner
Implement external storage for post-order iteration...
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
2004-09-28
Alkis Evlogimenos
Add includes and use std:: for standard library calls...
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 notice.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Chris Lattner
Standardize header file comments
blob
|
commitdiff
|
raw
|
diff to current
2003-08-18
Misha Brukman
Spell `necessary' correctly.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-25
Chris Lattner
Fix visibility problem exposed by GCC 3.3
blob
|
commitdiff
|
raw
|
diff to current
2003-06-17
Brian Gaeke
Regularize the names of #include-guards.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-21
Chris Lattner
Update comment
blob
|
commitdiff
|
raw
|
diff to current
2002-10-28
Chris Lattner
Don't #include <Support/*>, #include "Support/*"
blob
|
commitdiff
|
raw
|
diff to current
2002-07-25
Chris Lattner
GCC 3.1 changes
blob
|
commitdiff
|
raw
|
diff to current
2002-07-24
Chris Lattner
GCC 3.1 fixes
blob
|
commitdiff
|
raw
|
diff to current
2002-02-24
Chris Lattner
Genericize the ReversePostOrderIterator.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-04
Chris Lattner
PostOrderIterator really does depend on Method and...
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