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
...
*
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Max Kazantsev
2019-02-12
1
-2
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-3
/
+10
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Remove un-necessary logic from HoistThenElseCodeToIf
Jeremy Morse
2019-01-14
1
-12
/
+1
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-1
/
+2
*
[ValueTracking] add helper function for testing implied condition; NFCI
Sanjay Patel
2018-12-02
1
-22
/
+11
*
[DebugInfo] Give inlinable calls DILocs (PR39807)
Jeremy Morse
2018-11-28
1
-8
/
+9
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-3
/
+3
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-11-09
1
-0
/
+16
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-25
1
-18
/
+4
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-40
/
+40
*
Revert "[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG."
Carlos Alberto Enciso
2018-10-10
1
-4
/
+18
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-10
1
-18
/
+4
*
[SimplifyCFG] Pass AggressiveInsts to DominatesMergePoint by reference. Remov...
Craig Topper
2018-10-04
1
-11
/
+6
*
[SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead use an o...
Craig Topper
2018-10-04
1
-29
/
+54
*
[SimplifyCFG] Use Value::hasNUses instead of 'getNumUses() =='. NFCI
Craig Topper
2018-10-01
1
-1
/
+1
*
[SimplifyCFG] Update comments that refer to CondBB to say ThenBB instead. NFC
Craig Topper
2018-10-01
1
-4
/
+4
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
[DebugInfo][Dexter] Speculated BB presents illegal variable value to debugger.
Carlos Alberto Enciso
2018-09-19
1
-2
/
+6
*
[SimplifyCFG] Put an alignment on generated switch tables
David Green
2018-09-12
1
-0
/
+3
*
Revert "[SimplifyCFG] Common debug handling [NFC]"
Martin Storsjo
2018-08-30
1
-0
/
+8
*
[SimplifyCFG] Rename a variable for readibility of a future change [NFC]
Philip Reames
2018-08-30
1
-8
/
+9
*
[SimplifyCFG] Fix a cost modeling oversight in branch commoning
Philip Reames
2018-08-30
1
-2
/
+8
*
[SimplifyCFG] Common debug handling [NFC]
Philip Reames
2018-08-29
1
-8
/
+0
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-6
/
+4
*
[IR] Sink `isExceptional` predicate to `Instruction`, rename it to
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[IR] Begin removal of TerminatorInst by removing successor manipulation.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[Local] Make DoesKMove required for combineMetadata.
Florian Hahn
2018-08-24
1
-2
/
+2
*
[SimplifyCFG] Replace some uses of bitwise or with logical or
Justin Bogner
2018-08-20
1
-25
/
+25
*
[SimplifyCFG] Remove pointer from SmallPtrSet before deletion
Chijun Sima
2018-08-15
1
-3
/
+3
*
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
[prev]
[next]