index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
BasicBlock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the 'explicit' keyword to several constructors that accept one
Dan Gohman
2007-03-23
1
-2
/
+2
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+1
*
Override use_back in instruction/basicblock to provide more type information.
Chris Lattner
2006-09-30
1
-0
/
+5
*
add method, correct comment
Chris Lattner
2006-09-23
1
-3
/
+7
*
New method BasicBlock::getFirstNonPHI.
Vladimir Prus
2006-06-08
1
-1
/
+8
*
For PR778:
Reid Spencer
2006-06-05
1
-15
/
+15
*
Remove some dead argument names which irritates GCC at certain warning levels.
Chris Lattner
2005-10-25
1
-1
/
+1
*
add a helper method
Chris Lattner
2005-08-12
1
-0
/
+5
*
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Fix a thinko in the documentation of the splitBasicBlock method. The branch
Reid Spencer
2005-04-25
1
-3
/
+3
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
add an argument.
Chris Lattner
2005-04-12
1
-1
/
+1
*
remove reverse BB iterators.
Chris Lattner
2005-03-15
1
-7
/
+0
*
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
1
-3
/
+0
*
Remove the second argument to Value::setName, it is never needed.
Chris Lattner
2005-03-05
1
-1
/
+1
*
add a new method.
Chris Lattner
2005-02-24
1
-1
/
+6
*
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-30
1
-3
/
+3
*
Adjust to changes in ilist
Chris Lattner
2005-01-29
1
-2
/
+3
*
Warning fixes for VC++, contributed by Morten Ofstad!
Chris Lattner
2004-11-15
1
-1
/
+1
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+2
*
Add long overdue methods
Chris Lattner
2004-10-11
1
-0
/
+12
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Don't use identifiers that start with an _
Chris Lattner
2004-06-03
1
-2
/
+2
*
Minor aesthetic alignments; no functional changes.
Misha Brukman
2004-05-17
1
-3
/
+3
*
* Minor aesthetic alignment of iterator declarations
Misha Brukman
2004-05-17
1
-5
/
+2
*
Remove long obsolete method. switch instructions are first class entities in...
Chris Lattner
2004-02-11
1
-7
/
+0
*
Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This
Chris Lattner
2004-02-04
1
-4
/
+5
*
Remove broken doxygen comments
Chris Lattner
2004-01-15
1
-17
/
+16
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Expose new print methods
Chris Lattner
2003-10-30
1
-1
/
+2
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Remove obsolete scoped pred and succ iterator typedefs
Chris Lattner
2003-10-01
1
-10
/
+0
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Minor simplification
Chris Lattner
2003-08-31
1
-2
/
+1
*
Allow specifying the name for the newly split basic block
Chris Lattner
2003-08-24
1
-1
/
+1
*
- Add new ctor to BasicBlock to allow insertion before any BB, not just at
Chris Lattner
2002-09-26
1
-0
/
+4
*
* Clean up some comments
Chris Lattner
2002-09-06
1
-6
/
+9
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
1
-55
/
+57
*
Moved MachineCodeForBB to be an annotation on BasicBlock.
Vikram S. Adve
2002-07-08
1
-7
/
+0
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-9
/
+29
*
* Add virtual print methods
Chris Lattner
2002-04-08
1
-0
/
+2
*
Change Method to Function
Chris Lattner
2002-03-23
1
-8
/
+6
*
Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
1
-111
/
+13
*
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
Chris Lattner
2002-02-12
1
-71
/
+1
*
Remove extraneous #include
Chris Lattner
2002-02-03
1
-1
/
+2
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+4
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-5
/
+5
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-1
/
+1
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-5
/
+3
*
Add support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+7
[next]