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
...
*
[SimplifyCFG] Merge conditional stores
James Molloy
2015-11-04
1
-3
/
+312
*
Preserve load alignment and dereferenceable metadata during some transformations
Artur Pilipenko
2015-11-02
1
-1
/
+3
*
[SimplifyCFG] Constant fold a branch implied by it's incoming edge
Philip Reames
2015-10-29
1
-0
/
+13
*
[SimplifyCFG] Don't DCE catchret because the successor is unreachable
David Majnemer
2015-10-27
1
-2
/
+1
*
Revert rL251061 [SimplifyCFG] Extend SimplifyResume to handle phi of trivial ...
Chen Li
2015-10-23
1
-65
/
+11
*
[SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.
Chen Li
2015-10-22
1
-11
/
+65
*
[SimplifyCFG] Don't use-after-free an SSA value
David Majnemer
2015-10-21
1
-1
/
+2
*
Revert 250343 and 250344
Philip Reames
2015-10-15
1
-117
/
+0
*
[SimplifyCFG] Speculatively flatten CFG based on profiling metadata
Philip Reames
2015-10-14
1
-7
/
+124
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-47
/
+49
*
inariant.group handling in GVN
Piotr Padlewski
2015-10-02
1
-6
/
+3
*
[EH] Create removeUnwindEdge utility
Joseph Tremoulet
2015-09-27
1
-99
/
+18
*
more space; NFC
Sanjay Patel
2015-09-15
1
-0
/
+1
*
Remove gcc warning when comparing an unsigned var for >= 0
Filipe Cabecinhas
2015-09-10
1
-1
/
+1
*
[SimplifyCFG] Use known bits to eliminate dead switch defaults
Philip Reames
2015-09-10
1
-3
/
+9
*
80-cols; NFC
Sanjay Patel
2015-09-10
1
-4
/
+4
*
use range-based for loop; NFCI
Sanjay Patel
2015-09-10
1
-2
/
+2
*
use range-based for loop; NFCI
Sanjay Patel
2015-09-10
1
-2
/
+2
*
fix typo; NFC
Sanjay Patel
2015-09-10
1
-1
/
+1
*
Fix build warning.
Craig Topper
2015-09-05
1
-1
/
+1
*
Fix build warning
Andrew Kaylor
2015-09-05
1
-2
/
+2
*
Fix build warning
Andrew Kaylor
2015-09-04
1
-4
/
+0
*
[WinEH] Teach SimplfyCFG to eliminate empty cleanup pads.
Andrew Kaylor
2015-09-04
1
-20
/
+201
*
[SimplifyCFG] Prune code from a provably unreachable switch default
Philip Reames
2015-08-26
1
-0
/
+17
*
Rename Instruction::dropUnknownMetadata() to dropUnknownNonDebugMetadata()
Adrian Prantl
2015-08-20
1
-2
/
+1
*
Fix a bug that caused SimplifyCFG to drop DebugLocs.
Adrian Prantl
2015-08-20
1
-0
/
+1
*
Replace some calls to isa<LandingPadInst> with isEHPad()
David Majnemer
2015-08-19
1
-1
/
+1
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-08-06
1
-2
/
+1
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-3
/
+3
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-06-24
1
-103
/
+88
*
fix typos; NFC
Sanjay Patel
2015-06-24
1
-2
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
Fix "the the" in comments.
Eric Christopher
2015-06-19
1
-1
/
+1
*
SimplifyCFG: Correctly handle switch lookup tables which fully cover the inpu...
Hans Wennborg
2015-04-24
1
-4
/
+9
*
Fix typo.
Mark Lacey
2015-04-12
1
-1
/
+1
*
[opaque pointer type] More GEP IRBuilder API migrations...
David Blaikie
2015-04-03
1
-2
/
+2
*
Merge empty landing pads in SimplifyCFG
Philip Reames
2015-03-24
1
-0
/
+85
*
[ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
2015-03-18
1
-2
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-140
/
+124
*
Prevent hoisting fmul from THEN/ELSE to IF if there is fmsub/fmadd opportunity.
Chad Rosier
2015-02-23
1
-2
/
+6
*
Demote vectors to arrays. No functionality change.
Benjamin Kramer
2015-02-19
1
-7
/
+5
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-3
/
+2
*
[SimplifyCFG] Be more aggressive
James Molloy
2015-02-13
1
-2
/
+6
*
[SimplifyCFG] Swap to using TargetTransformInfo for cost
James Molloy
2015-02-11
1
-50
/
+28
*
SimplifyCFG: Omit range checks for switch lookup tables when default is unrea...
Hans Wennborg
2015-01-26
1
-7
/
+8
*
SimplifyCFG: don't remove unreachable default switch destinations
Hans Wennborg
2015-01-26
1
-89
/
+92
*
Revert "Don't remove a landing pad if the invoke requires a table entry."
Reid Kleckner
2015-01-22
1
-17
/
+3
*
fix {typo, build failure} in r225760
Ramkumar Ramachandra
2015-01-13
1
-1
/
+1
*
Standardize {pred,succ,use,user}_empty()
Ramkumar Ramachandra
2015-01-13
1
-3
/
+3
[prev]
[next]