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
/
SimplifyCFG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Peephole optimization in switch table lookup: reuse the guarding tabl...
Erik Eckstein
2014-11-27
1
-89
/
+7
*
Peephole optimization in switch table lookup: reuse the guarding table compar...
Erik Eckstein
2014-11-27
1
-7
/
+89
*
SimplifyCFG: Refactor GatherConstantCompares() result in a struct
Mehdi Amini
2014-11-20
1
-133
/
+152
*
Revert r222416, r222422, r222426: the former revision had problems and fixing...
Timur Iskhodzhanov
2014-11-20
1
-150
/
+136
*
Fix a typo
Timur Iskhodzhanov
2014-11-20
1
-1
/
+1
*
SimplifyCFG.cpp: Tweak to let msc17 compliant.
NAKAMURA Takumi
2014-11-20
1
-8
/
+11
*
SimplifyCFG: Refactor GatherConstantCompares() result in a struct
Mehdi Amini
2014-11-20
1
-136
/
+147
*
Try to fix MSVS build after r222384. No intended behavior change.
Nico Weber
2014-11-19
1
-3
/
+3
*
SimplifyCFG: turn recursive GatherConstantCompares into iterative
Mehdi Amini
2014-11-19
1
-99
/
+138
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
SimplifyCFG: Range'ify some for-loops. No functional change.
Hans Wennborg
2014-11-18
1
-12
/
+13
*
[SimplifyCFG] Make the value type of the hole check bitmask a power-of-2.
Juergen Ributzka
2014-11-17
1
-2
/
+5
*
Optimize switch lookup tables with linear mapping.
Erik Eckstein
2014-11-17
1
-1
/
+58
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-4
/
+4
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-4
/
+4
*
Preserving 'nonnull' metadata in SimplifyCFG
Philip Reames
2014-10-22
1
-1
/
+4
*
Switch to select optimization for two-case switches
Marcello Maggioni
2014-10-14
1
-0
/
+170
*
Revert r219223, it creates invalid PHI nodes.
Joerg Sonnenberger
2014-10-12
1
-170
/
+0
*
SimplifyCFG: Don't convert phis into selects if we could remove undef behavior
Arnold Schwaighofer
2014-10-10
1
-0
/
+13
*
Two case switch to select optimization
Marcello Maggioni
2014-10-07
1
-0
/
+170
*
[SimplifyCFG] threshold for folding branches with common destination
Jingyue Wu
2014-09-30
1
-66
/
+80
*
Remove dead code in SimplifyCFG
Jingyue Wu
2014-09-15
1
-43
/
+0
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-29
/
+32
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Introduce a helper to combine instruction metadata.
Rafael Espindola
2014-08-15
1
-0
/
+8
*
[SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.
Manman Ren
2014-08-02
1
-1
/
+4
*
SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.
Rafael Espindola
2014-07-30
1
-1
/
+1
*
Feedback from Hans on r213815. No functionaility change.
Manman Ren
2014-07-24
1
-10
/
+11
*
Fixing an MSVC conversion warning about implicitly converting the shift resul...
Aaron Ballman
2014-07-24
1
-1
/
+1
*
SimplifyCFG: fix a bug in switch to table conversion
Manman Ren
2014-07-23
1
-4
/
+13
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-23
/
+25
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-25
/
+23
*
Feeding isSafeToSpeculativelyExecute its DataLayout pointer
Hal Finkel
2014-07-10
1
-25
/
+27
*
Fix for PR17073 ( http://llvm.org/pr17073 ), simplifycfg illegally hoists an ...
Sanjay Patel
2014-07-07
1
-3
/
+20
*
fixed some typos in comments
Sanjay Patel
2014-07-06
1
-4
/
+4
*
Minor stylistic fix in SimplifyCFG (test commit)
Marcello Maggioni
2014-07-03
1
-1
/
+2
*
Don't build switch tables for dllimport and TLS variables in GEPs
Hans Wennborg
2014-06-26
1
-2
/
+3
*
Don't build switch lookup tables for dllimport or TLS variables
Hans Wennborg
2014-06-20
1
-0
/
+4
*
Make bitcast, extractelement, and insertelement considered cheap for speculat...
Matt Arsenault
2014-05-30
1
-0
/
+3
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-1
/
+1
*
Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCost
Louis Gerbarg
2014-05-09
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-73
/
+74
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Allow switch-to-lookup table for tables with holes by adding bitmask check
Hans Wennborg
2014-03-12
1
-5
/
+61
*
SimplifyCFG: Simplify the weight scaling algorithm.
Benjamin Kramer
2014-03-09
1
-15
/
+6
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-10
/
+9
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the NoFolder into the IR library as it creates
Chandler Carruth
2014-03-04
1
-1
/
+1
[prev]
[next]