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
...
*
[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf
Ulrich Weigand
2018-03-09
1
-25
/
+14
*
[SimplifyCFG] Re-apply Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-08
1
-1
/
+4
*
Revert [SimplifyCFG] Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-05
1
-4
/
+1
*
[SimplifyCFG] Relax restriction for folding unconditional branches
Serguei Katkov
2018-02-05
1
-1
/
+4
*
[NFC] Commit to mention that r322248 is actually made by AndrewScheidecker
Marcello Maggioni
2018-01-11
1
-1
/
+1
*
[SimplifyCFG] Add cut-off for InitializeUniqueCases.
Marcello Maggioni
2018-01-11
1
-13
/
+25
*
[SimplifyCFG] Return to the pass manager the correct value.
Davide Italiano
2017-12-31
1
-1
/
+1
*
[SimplifyCFG] Stop hoisting musttail calls incorrectly.
Davide Italiano
2017-12-31
1
-0
/
+11
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-71
/
+51
*
Revert r321377, it causes regression to https://reviews.llvm.org/P8055.
Guozhi Wei
2017-12-28
1
-179
/
+0
*
[SimplifyCFG] Don't do if-conversion if there is a long dependence chain
Guozhi Wei
2017-12-22
1
-0
/
+179
*
[SimplifyCFG] Avoid quadratic on a predecessors number behavior in instructio...
Michael Zolotukhin
2017-12-21
1
-14
/
+10
*
[SimplifyCFG] don't sink common insts too soon (PR34603)
Sanjay Patel
2017-12-14
1
-1
/
+1
*
Bail out of a SimplifyCFG switch table opt at undef values.
Mikael Holmen
2017-12-05
1
-1
/
+1
*
Revert r319537: Bail out of a SimplifyCFG switch table opt at undef values.
Mikael Holmen
2017-12-01
1
-1
/
+1
*
Bail out of a SimplifyCFG switch table opt at undef values.
Mikael Holmen
2017-12-01
1
-1
/
+1
*
[SimplifyCFG] Use auto * when the type is obvious. NFCI.
Davide Italiano
2017-11-10
1
-11
/
+8
*
Add a wrapper function to set branch weights metadata.
Easwaran Raman
2017-11-09
1
-28
/
+34
*
[SimplifyCFG] When merging conditional stores, don't count the store we're me...
Craig Topper
2017-11-03
1
-1
/
+3
*
[SimplifyCFG] Discard speculated dbg intrinsics
Bjorn Pettersson
2017-11-02
1
-1
/
+11
*
[SimplifyCFG] Use a more generic name for the selects created by Speculativel...
Craig Topper
2017-10-31
1
-2
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
1
-34
/
+42
*
[SimplifyCFG] delay switch condition forwarding to -latesimplifycfg
Sanjay Patel
2017-10-22
1
-1
/
+1
*
[SimplifyCFG] try harder to forward switch condition to phi (PR34471)
Sanjay Patel
2017-10-22
1
-2
/
+32
*
Fix signed overflow detected by ubsan
Vitaly Buka
2017-10-17
1
-1
/
+1
*
[SimplifyCFG] use range-for-loops, tidy; NFCI
Sanjay Patel
2017-10-15
1
-20
/
+10
*
[SimplifyCFG] put the optional assumption cache pointer in the options struct...
Sanjay Patel
2017-10-04
1
-41
/
+37
*
Update getMergedLocation to check the instruction type and merge properly.
Dehao Chen
2017-10-02
1
-14
/
+11
*
[SimplifyCFG] add a struct to house optional folds (PR34603)
Sanjay Patel
2017-09-27
1
-49
/
+42
*
[SimplifyCFG] don't create a no-op subtract
Sanjay Patel
2017-09-20
1
-2
/
+6
*
[SimplifyCFG] fix typos/formatting; NFC
Sanjay Patel
2017-09-19
1
-24
/
+22
*
[SimplifyCFG] Fix for PR34219: Preserve alignment after merging conditional s...
Alexey Bataev
2017-08-29
1
-5
/
+30
*
revert r310985 which breaks for the following case:
Dehao Chen
2017-08-27
1
-2
/
+0
*
Merge debug info when hoist then-else code to if.
Dehao Chen
2017-08-16
1
-0
/
+2
*
[SimplifyCFG] Fix typo in comment. NFC
Craig Topper
2017-08-02
1
-1
/
+1
*
[Value Tracking] Default argument to true and rename accordingly. NFC.
Chad Rosier
2017-08-01
1
-2
/
+2
*
[SimplifyCFG] Make the no-jump-tables attribute also disable switch lookup ta...
Sumanth Gundapaneni
2017-07-28
1
-3
/
+6
*
[SimplifyCFG] Defer folding unconditional branches to LateSimplifyCFG if it c...
Balaram Makam
2017-07-19
1
-7
/
+9
*
[SimplifyCFG] Move a portion of an if statement that should already be impli...
Craig Topper
2017-07-06
1
-2
/
+2
*
[SimplifyCFG] Update the name of switch generated lookup table.
Sumanth Gundapaneni
2017-06-30
1
-4
/
+6
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+2
*
[GVNSink] GVNSink pass
James Molloy
2017-05-25
1
-47
/
+0
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-2
/
+1
*
[SimplifyCFG] Prevent a few APInt copies on method calls that return const re...
Craig Topper
2017-05-22
1
-2
/
+2
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[ConstantRange][SimplifyCFG] Add a helper method to allow SimplifyCFG to dete...
Craig Topper
2017-05-07
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-3
/
+3
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-4
/
+5
*
[APInt] Use isSubsetOf, intersects, and bit counting methods to reduce tempor...
Craig Topper
2017-04-25
1
-1
/
+1
*
[SimplifyCFG] Fix for non-determinism in codegen
Mandeep Singh Grang
2017-04-24
1
-1
/
+1
[prev]
[next]