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
...
*
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
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Rename many DataLayout variables from TD to DL.
Rafael Espindola
2014-02-21
1
-70
/
+70
*
Fix pr14893.
Rafael Espindola
2014-01-28
1
-0
/
+8
*
PGO branch weight: keep halving the weights until they can fit into
Manman Ren
2014-01-27
1
-12
/
+13
*
Fix known typos
Alp Toker
2014-01-24
1
-3
/
+3
*
Switch-to-lookup tables: set threshold to 3 cases
Hans Wennborg
2014-01-15
1
-5
/
+3
*
Switch-to-lookup tables: Don't require a result for the default
Hans Wennborg
2014-01-12
1
-12
/
+25
*
Transforms: Don't create bad weights when eliminating dead cases
Justin Bogner
2013-12-20
1
-1
/
+1
*
FoldBranchToCommonDest merges branches into a single branch with or/and of th...
Nadav Rotem
2013-11-12
1
-2
/
+7
*
SimplifyCFG: Use existing constant folding logic when forming switch tables.
Benjamin Kramer
2013-11-12
1
-31
/
+20
*
SimplifyCFG has a heuristics for out-of-order processors that decides when it...
Nadav Rotem
2013-11-10
1
-1
/
+1
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
1
-0
/
+15
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
1
-5
/
+9
*
Fix the predecessor removal logic in r193045.
Michael Gottesman
2013-10-21
1
-11
/
+9
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
1
-6
/
+28
*
Provide basic type safety for array_pod_sort comparators.
Benjamin Kramer
2013-09-22
1
-3
/
+4
*
Use type helper functions.
Matt Arsenault
2013-09-06
1
-1
/
+1
*
Factor FlattenCFG out from SimplifyCFG
Tom Stellard
2013-08-06
1
-516
/
+4
*
Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.
Alexey Samsonov
2013-08-02
1
-5
/
+8
*
Fix -Wdocumentation warnings.
Rafael Espindola
2013-07-28
1
-4
/
+4
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-11
/
+432
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-8
/
+9
*
SimplifyCFG: Teach switch generation some patterns that instcombine forms.
Benjamin Kramer
2013-07-04
1
-1
/
+27
*
Second part of pr16069
Rafael Espindola
2013-06-04
1
-4
/
+9
*
Typo: s/caes/cases/ in SimplifyCFG
Hans Wennborg
2013-06-04
1
-1
/
+1
*
SimplifyCFG: Do not transform PHI to select if doing so would be unsafe
David Majnemer
2013-06-03
1
-2
/
+19
*
SimplifyCFG: Small cleanup, use ICmpInst::isEquality()
David Majnemer
2013-06-03
1
-3
/
+1
*
SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
David Majnemer
2013-06-01
1
-1
/
+1
*
More symbols that should be static.
Benjamin Kramer
2013-05-23
1
-2
/
+2
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-29
1
-4
/
+90
*
Revert "SimplifyCFG: If convert single conditional stores"
Arnold Schwaighofer
2013-04-21
1
-88
/
+4
*
SimplifyCFG: If convert single conditional stores
Arnold Schwaighofer
2013-04-20
1
-4
/
+88
*
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
1
-1
/
+6
*
Don't remove a landing pad if the invoke requires a table entry.
Bill Wendling
2013-03-11
1
-3
/
+17
*
SimplifyCFG fix for volatile load/store.
Andrew Trick
2013-03-07
1
-2
/
+4
*
Re-revert r173342, without losing the compile time improvements, flat
Chandler Carruth
2013-01-27
1
-27
/
+12
*
Switch this code away from Value::isUsedInBasicBlock. That code either
Chandler Carruth
2013-01-25
1
-7
/
+29
*
Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.
Benjamin Kramer
2013-01-24
1
-9
/
+18
[prev]
[next]