index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Scalar
/
SimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplify code, no functionality change.
Chris Lattner
2008-02-14
1
-7
/
+9
*
If there are no machine instructions emitted for a function, then insert
Bill Wendling
2008-01-26
1
-14
/
+1
*
If we have a function like this:
Bill Wendling
2008-01-26
1
-1
/
+14
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Rename isNoReturn to doesNotReturn, and isNoUnwind to
Duncan Sands
2007-12-18
1
-2
/
+2
*
Make PruneEH update the nounwind/noreturn attributes
Duncan Sands
2007-12-10
1
-1
/
+1
*
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-12-03
1
-1
/
+1
*
update file comment.
Chris Lattner
2007-12-03
1
-2
/
+5
*
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-28
1
-31
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-14
/
+4
*
Remove some logic I thoughtlessly copied over
Duncan Sands
2007-11-23
1
-3
/
+0
*
Turn invokes of nounwind functions into ordinary calls.
Duncan Sands
2007-11-22
1
-1
/
+49
*
Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll
Chris Lattner
2007-11-14
1
-15
/
+59
*
Implement PR1786 by iterating between dead cycle elimination
Chris Lattner
2007-11-13
1
-33
/
+63
*
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-04
1
-5
/
+5
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Use a worklist-driven algorithm instead of a recursive one.
Chris Lattner
2007-04-05
1
-27
/
+36
*
switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
Chris Lattner
2007-03-04
1
-5
/
+5
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-1
/
+2
*
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-19
1
-2
/
+3
*
Incorporate any changes in the successor blocks into the result of
Reid Spencer
2006-12-08
1
-1
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
Hrm, some people complain when the compiler cheerfully tells them what it's
Chris Lattner
2004-10-19
1
-1
/
+0
*
Turn store -> null/undef into the LLVM unreachable instruction! This simple
Chris Lattner
2004-10-18
1
-0
/
+27
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-5
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
simplify-cfg is really a function pass
Chris Lattner
2003-10-05
1
-1
/
+1
*
Updates to work with recent Statistic's changes:
Chris Lattner
2002-10-01
1
-3
/
+3
*
Eliminate extraneous #include
Chris Lattner
2002-09-24
1
-1
/
+0
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-16
/
+13
*
New CFG Simplification pass: removed from the old DCE pass
Chris Lattner
2002-05-21
1
-0
/
+100