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
/
Analysis
/
LoopInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
1
-3
/
+3
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-3
/
+4
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
1
-1
/
+1
*
Verify loop info.
Devang Patel
2007-07-19
1
-0
/
+3
*
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-08
1
-3
/
+3
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+3
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-6
/
+7
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+2
*
Support for llvm streams.
Bill Wendling
2006-11-28
1
-0
/
+6
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-1
/
+1
*
add a method
Chris Lattner
2006-10-28
1
-0
/
+6
*
Do not rely on std::sort and std::erase to get list of unique
Devang Patel
2006-08-29
1
-0
/
+6
*
Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe...
Owen Anderson
2006-06-11
1
-0
/
+3
*
Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis...
Evan Cheng
2006-06-11
1
-4
/
+1
*
Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as...
Owen Anderson
2006-06-09
1
-1
/
+4
*
For PR780:
Reid Spencer
2006-06-07
1
-5
/
+3
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
1
-2
/
+2
*
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
1
-2
/
+2
*
Switch loopinfo to using ETForest instead of DominatorSet to compute itself.P...
Chris Lattner
2006-01-11
1
-5
/
+3
*
new method
Chris Lattner
2005-09-12
1
-0
/
+6
*
Don't crash on a query where the block is not in any loop. Thanks to
Chris Lattner
2005-06-29
1
-1
/
+2
*
fix compiler warning
Chris Lattner
2005-05-15
1
-1
/
+1
*
Some cleanups for compilation with GCC 4.0.0 to remove warnings:
Reid Spencer
2005-05-15
1
-2
/
+3
*
Add accessor method,
Tanya Lattner
2005-05-01
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-8
/
+8
*
new helper method
Chris Lattner
2005-03-06
1
-0
/
+15
*
For PR387:\
Reid Spencer
2004-12-07
1
-1
/
+1
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Eliminate a poorly conceived method
Chris Lattner
2004-04-19
1
-8
/
+0
*
* Improve file header comment
Chris Lattner
2004-04-19
1
-18
/
+35
*
Provide an interface that is more convenient for iterating over the blocks
Chris Lattner
2004-04-18
1
-0
/
+3
*
Add new method.
Chris Lattner
2004-04-18
1
-1
/
+5
*
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
1
-31
/
+8
*
Add a new method
Chris Lattner
2004-04-18
1
-0
/
+5
*
Allow clients to delete loops, add a new method
Chris Lattner
2004-04-18
1
-5
/
+9
*
Add some helpful methods
Chris Lattner
2004-04-15
1
-5
/
+36
*
Add some methods that are useful for updating loop information.
Chris Lattner
2004-04-12
1
-2
/
+48
*
Doxygenify comments.
Misha Brukman
2004-01-30
1
-0
/
+1
*
Improve encapsulation in the Loop and LoopInfo classes by eliminating the
Chris Lattner
2004-01-08
1
-7
/
+14
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll
Chris Lattner
2003-08-16
1
-6
/
+8
*
Add dump method for loops
Chris Lattner
2003-02-28
1
-0
/
+1
*
Add graph traits specializations for loop nesting information...
Chris Lattner
2003-02-28
1
-0
/
+28
*
Add new Loop::hasExitBlock helper method
Chris Lattner
2003-02-27
1
-0
/
+9
[next]