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
/
BasicBlock.h
Age
Commit message (
Expand
)
Author
2004-05-17
Minor aesthetic alignments; no functional changes.
Misha Brukman
2004-05-17
* Minor aesthetic alignment of iterator declarations
Misha Brukman
2004-02-11
Remove long obsolete method. switch instructions are first class entities in...
Chris Lattner
2004-02-04
Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This
Chris Lattner
2004-01-15
Remove broken doxygen comments
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-30
Expose new print methods
Chris Lattner
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-01
Remove obsolete scoped pred and succ iterator typedefs
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-08-31
Minor simplification
Chris Lattner
2003-08-24
Allow specifying the name for the newly split basic block
Chris Lattner
2002-09-26
- Add new ctor to BasicBlock to allow insertion before any BB, not just at
Chris Lattner
2002-09-06
* Clean up some comments
Chris Lattner
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-07-08
Moved MachineCodeForBB to be an annotation on BasicBlock.
Vikram S. Adve
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-08
* Add virtual print methods
Chris Lattner
2002-03-23
Change Method to 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
2002-02-03
Remove extraneous #include
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-10-01
Add support for newer cleaner isa, cast, dyn_cast
Chris Lattner
2001-10-01
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-09-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-07
Changing setName semantics
Chris Lattner
2001-07-30
Added vector of machine instructions for the basic block.
Vikram S. Adve
2001-07-14
Made the following changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-29
Added new removePredecessor method prototype
Chris Lattner
2001-06-27
Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()
Chris Lattner
2001-06-20
Factor the predeclarations of the CFG.h functionality into a seperate, new he...
Chris Lattner
2001-06-07
Moved iterators to the new CFG.h file.
Chris Lattner
2001-06-07
Fixes for BB iterators, additional methods added for DCE pass
Chris Lattner
2001-06-06
Initial revision
Chris Lattner