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
...
*
Change ConstantFoldInstOperands to take Instruction instead of opcode and typ...
Manuel Jacob
2016-01-21
1
-1
/
+1
*
Code refactoring for commit r257278.
Chen Li
2016-01-11
1
-2
/
+2
*
Fix a control flow problem in commit rL257277.
Chen Li
2016-01-10
1
-0
/
+2
*
[SimplifyCFG] Extend SimplifyResume to handle phi of trivial landing pad.
Chen Li
2016-01-10
1
-6
/
+93
*
[WinEH] Simplify unreachable catchpads
Joseph Tremoulet
2016-01-05
1
-13
/
+53
*
[SimplifyCFG] Don't create unnecessary PHIs
James Molloy
2015-12-16
1
-0
/
+5
*
[SimplifyCFG] allow speculation of exactly one expensive instruction (PR24818)
Sanjay Patel
2015-12-15
1
-4
/
+19
*
Revert "Don't create unnecessary PHIs"
Reid Kleckner
2015-12-14
1
-5
/
+0
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-1
/
+1
*
Don't create unnecessary PHIs
James Molloy
2015-12-14
1
-0
/
+5
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-12
/
+11
*
[Utils] Put includes in correct order. NFC.
Weiming Zhao
2015-11-24
1
-1
/
+0
*
Revert "Revert "Strip metadata when speculatively hoisting instructions (r252...
Igor Laevsky
2015-11-18
1
-0
/
+5
*
Revert "Strip metadata when speculatively hoisting instructions"
Renato Golin
2015-11-10
1
-5
/
+0
*
Strip metadata when speculatively hoisting instructions
Igor Laevsky
2015-11-10
1
-0
/
+5
*
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-4
/
+5
*
[ValueTracking] Add parameters to isImpliedCondition; NFC
Sanjoy Das
2015-11-06
1
-1
/
+1
*
[SimplifyCFG] Tweak heuristic for merging conditional stores
James Molloy
2015-11-05
1
-7
/
+13
*
[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
[prev]
[next]