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
*
llvm: Add support for "-fno-delete-null-pointer-checks"
Manoj Gupta
2018-07-09
1
-3
/
+6
*
Comment change to verify commit rights. NFC.
Jesper Antonsson
2018-06-28
1
-1
/
+1
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-1
/
+0
*
Use SmallPtrSet instead of SmallSet in places where we iterate over the set.
Craig Topper
2018-06-09
1
-2
/
+2
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[SimplifyCFG] Fix a debug invariant bug in FoldBranchToCommonDest()
David Stenberg
2018-05-18
1
-3
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-39
/
+43
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-5
/
+3
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-0
/
+1
*
Range-ify for loop; NFC
George Burgess IV
2018-05-05
1
-2
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC).
Florian Hahn
2018-04-30
1
-37
/
+14
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-1
/
+1
*
[SimplifyCFG] Teach merge conditional stores to handle cases where the PostBB...
Craig Topper
2018-04-04
1
-1
/
+16
*
[SimplifyCFG] Create attribute for fuzzing-specific optimizations.
Matt Morehouse
2018-03-22
1
-0
/
+7
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[Debug] Retain both copies of debug intrinsics in HoistThenElseCodeToIf
Ulrich Weigand
2018-03-15
1
-25
/
+38
*
Revert "[Debug] Retain both sets of debug intrinsics in HoistThenElseCodeToIf"
Ulrich Weigand
2018-03-09
1
-14
/
+25
*
[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
[next]