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
2007-05-18
better portability for intptr_t.
Chris Lattner
2007-04-17
make next/prev accessors private
Chris Lattner
2007-04-17
Fix build breakage on 64-bit systems.
Jeff Cohen
2007-04-17
The (negative) offset from a SymbolTableListTraits-using ilist to its container
Chris Lattner
2007-04-17
Refactor SymbolTableListTraits to only have a single pointer in it, instead
Chris Lattner
2007-04-13
Rename Value::getValueType to getValueID, to avoid confusion with
Dan Gohman
2007-03-23
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2006-12-17
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-09-30
Override use_back in instruction/basicblock to provide more type information.
Chris Lattner
2006-09-23
add method, correct comment
Chris Lattner
2006-06-08
New method BasicBlock::getFirstNonPHI.
Vladimir Prus
2006-06-05
For PR778:
Reid Spencer
2005-10-25
Remove some dead argument names which irritates GCC at certain warning levels.
Chris Lattner
2005-08-12
add a helper method
Chris Lattner
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-04-25
Fix a thinko in the documentation of the splitBasicBlock method. The branch
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-12
add an argument.
Chris Lattner
2005-03-15
remove reverse BB iterators.
Chris Lattner
2005-03-05
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
Remove the second argument to Value::setName, it is never needed.
Chris Lattner
2005-02-24
add a new method.
Chris Lattner
2005-01-30
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-29
Adjust to changes in ilist
Chris Lattner
2004-11-15
Warning fixes for VC++, contributed by Morten Ofstad!
Chris Lattner
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-11
Add long overdue methods
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-06-03
Don't use identifiers that start with an _
Chris Lattner
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
[next]