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
/
Utils
/
LowerSwitch.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase.
David Greene
2007-12-17
1
-1
/
+1
*
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-04
1
-3
/
+3
*
Add std:: to sort calls.
Dan Gohman
2007-11-02
1
-1
/
+1
*
Change illegal uses of ++ to uses of STLExtra.h's next function.
Dan Gohman
2007-11-02
1
-1
/
+2
*
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
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
1
-2
/
+4
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-1
/
+1
*
Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...
Jeff Cohen
2007-03-12
1
-3
/
+3
*
Use range tests in LowerSwitch, where possible
Anton Korobeynikov
2007-03-10
1
-31
/
+114
*
Make sure debug code is not evaluated in non-debug case.
Reid Spencer
2007-03-02
1
-2
/
+3
*
1. Sort switch cases using APInt safe comparison.
Reid Spencer
2007-03-02
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-12-31
1
-3
/
+1
*
For PR950:
Reid Spencer
2006-12-23
1
-4
/
+3
*
switch more statistics over to STATISTIC, eliminating static ctors. Also,
Chris Lattner
2006-12-19
1
-3
/
+0
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-1
/
+6
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-2
/
+1
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
Remove #include <iostream> and use llvm_* streams instead.
Bill Wendling
2006-11-26
1
-8
/
+6
*
For PR950:
Reid Spencer
2006-10-20
1
-5
/
+6
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Add some advice
Chris Lattner
2006-07-27
1
-0
/
+237
[prev]