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
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-7
/
+6
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-09-16
1
-29
/
+24
*
[LowerSwitch] Skip dead blocks for processSwitchInst()
Chen Li
2015-08-11
1
-4
/
+10
*
[LowerSwitch] Fix a bug when LowerSwitch deletes the default block
Chen Li
2015-08-11
1
-5
/
+10
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
[SwitchLowering] Remove quadratic vector removal.
Benjamin Kramer
2015-06-20
1
-12
/
+12
*
LowerSwitch: Avoid some undefined behaviour
Justin Bogner
2015-06-20
1
-1
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-2
/
+2
*
[SwitchLowering] Remove incoming values in the reverse order
Michael Liao
2015-03-17
1
-1
/
+6
*
LowerSwitch: Use ConstantInt for CaseRange::{Low,High}
Hans Wennborg
2015-02-05
1
-20
/
+20
*
LowerSwitch: remove default args from CaseRange ctor; NFC
Hans Wennborg
2015-02-05
1
-3
/
+2
*
[LPM] Stop using the string based preservation API. It is an
Chandler Carruth
2015-01-28
1
-1
/
+0
*
LowerSwitch: replace unreachable default with popular case destination
Hans Wennborg
2015-01-23
1
-63
/
+135
*
[SwitchLowering] Handle destinations on multiple phi instructions
Bruno Cardoso Lopes
2014-12-02
1
-2
/
+3
*
[SwitchLowering] Handle multiple destinations on condensed case stmts
Bruno Cardoso Lopes
2014-11-28
1
-12
/
+29
*
[SwitchLowering] Fix the "fixPhis" function.
Juergen Ributzka
2014-11-10
1
-8
/
+15
*
Fixup PHIs in LowerSwitch when a Leaf node is not emitted.
Marcello Maggioni
2014-07-11
1
-10
/
+31
*
LowerSwitch: track bounding range for the condition tree.
Jim Grosbach
2014-06-16
1
-27
/
+102
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+3
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+2
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-22
/
+40
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Reverted r156659, due to probable performance regressions, DenseMap should be...
Stepan Dyatkovskiy
2012-07-04
1
-5
/
+4
*
Part of r159527. Splitted into series of patches and gone with fixed PR13256:
Stepan Dyatkovskiy
2012-07-03
1
-4
/
+5
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
1
-5
/
+4
*
IntRange:
Stepan Dyatkovskiy
2012-07-02
1
-4
/
+5
*
PR1255: case ranges.
Stepan Dyatkovskiy
2012-06-02
1
-3
/
+3
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
1
-5
/
+5
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
1
-1
/
+5
*
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-24
1
-40
/
+18
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-1
/
+1
*
Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:
Stepan Dyatkovskiy
2012-03-08
1
-4
/
+4
*
SwitchInst refactoring.
Stepan Dyatkovskiy
2012-02-01
1
-5
/
+5
*
Clean up uses of switch instructions so they are not dependent on the operand...
Eli Friedman
2011-09-29
1
-2
/
+2
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
Chandler Carruth
2010-10-23
1
-1
/
+2
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Now that PassInfo and Pass::ID have been separated, move the rest of the pass...
Owen Anderson
2010-08-23
1
-2
/
+2
*
remove some dead code.
Chris Lattner
2010-08-18
1
-4
/
+2
*
Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")
Dan Gohman
2010-08-06
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+5
[next]