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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
Fix a crash when the default of a switch is removed
Andrew Kaylor
2019-06-03
1
-0
/
+5
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
1
-3
/
+2
*
Revert "Use llvm::lower_bound. NFC"
Ali Tamur
2019-04-11
1
-2
/
+3
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-11
1
-3
/
+2
*
[LowerSwitch] Use ConstantRange::fromKnownBits(); NFC
Nikita Popov
2019-03-23
1
-9
/
+3
*
[LowerSwitch][AMDGPU] Do not handle impossible values
Roman Tereshin
2019-02-22
1
-68
/
+137
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[LowerSwitch] Fixed faulty PHI nodes
Karl-Johan Karlsson
2018-07-10
1
-3
/
+11
*
[LowerSwitch] Fixed faulty PHI node update
Karl-Johan Karlsson
2018-05-22
1
-9
/
+9
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+15
*
Simplify LLVM_ATTRIBUTE_USED call sites.
Fangrui Song
2018-05-05
1
-5
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-1
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-21
1
-32
/
+55
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
LowerSwitch: Fix producing invalid IR on unreachable code
Matt Arsenault
2017-04-21
1
-0
/
+8
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-4
/
+4
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+4
*
It isn't meaningful for a transform to preserve another transform. NFC.
Michael Kuperstein
2016-06-25
1
-6
/
+0
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-2
/
+2
*
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
[next]