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
/
Support
/
CFG.h
Age
Commit message (
Expand
)
Author
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-22
Whoops! Undo r50087, unbreak the build.
Nick Lewycky
2008-04-22
Reverse r47989. Part of removing 'unwinds to' support.
Nick Lewycky
2008-04-16
Workaround for PR2207, in which pred_iterator assert gets triggered due to a
Scott Michel
2008-03-06
Treat BBs that use BBs as proper predecessors and successors in the CFG.
Nick Lewycky
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-11
Add a new use_iterator::atEnd() method, which allows us to shrink
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-01
Switch from using an ilist for uses to using a custom doubly linked list.
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-05-21
Starting an identifier with an _ is not legal C/C++ code.
Chris Lattner
2004-05-01
Move the GraphTraits for MachineBasicBlocks to the MachineBasicBlock file.
Chris Lattner
2004-04-29
Add machine-CFG graph traits specializations.
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-10
No really, I'm not on crack
Chris Lattner
2003-11-10
Helper method
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
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
2003-04-26
Revert last checkin. Note that PHI nodes can use basic blocks also!
Chris Lattner
2003-04-25
Remove long-dead obsolete cruft
Chris Lattner
2002-10-10
Expose API to graph library to allow iteration over all nodes, even unreachab...
Chris Lattner
2002-10-07
Fix bug in last checkin
Chris Lattner
2002-10-07
Implement operator= for SuccIterators
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
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
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
Chris Lattner