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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeExtractor] Do not marked outlined calls which may resume EH as noreturn
Vedant Kumar
2018-12-05
1
-2
/
+5
*
[CodeExtractor] Split PHI nodes with incoming values from outlined region (PR...
Vedant Kumar
2018-12-03
1
-49
/
+90
*
[ValueTracking] add helper function for testing implied condition; NFCI
Sanjay Patel
2018-12-02
1
-22
/
+11
*
[Mem2Reg] Fix nondeterministic corner case
Joseph Tremoulet
2018-11-30
1
-2
/
+6
*
[DebugInfo] Give inlinable calls DILocs (PR39807)
Jeremy Morse
2018-11-28
1
-8
/
+9
*
[ThinLTO] Correct linkonce_any function import linkage. NFC.
Xin Tong
2018-11-28
1
-5
/
+6
*
[ICP] Remove incompatible attributes at indirect-call promoted callsites.
Xin Tong
2018-11-26
1
-2
/
+27
*
[Transforms] Prefer static and avoid namespaces, NFC
Reid Kleckner
2018-11-19
1
-10
/
+6
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
2
-7
/
+5
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-16
1
-2
/
+19
*
Revert r346810 "Preserve loop metadata when splitting exit blocks"
Reid Kleckner
2018-11-14
1
-32
/
+0
*
Preserve loop metadata when splitting exit blocks
Craig Topper
2018-11-13
1
-0
/
+32
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
1
-7
/
+15
*
Revert "[ThinLTO] Internalize readonly globals"
Steven Wu
2018-11-13
1
-19
/
+2
*
[ThinLTO] Internalize readonly globals
Eugene Leviant
2018-11-10
1
-2
/
+19
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-11-09
1
-0
/
+16
*
[CodeExtractor] Mark functions noreturn when applicable
Vedant Kumar
2018-11-08
1
-0
/
+7
*
[CodeExtractor] Do not extract calls to eh_typeid_for (PR39545)
Vedant Kumar
2018-11-06
1
-3
/
+11
*
[CodeExtractor] Erase use-without-def debug intrinsics in parent func
Vedant Kumar
2018-11-06
1
-0
/
+9
*
Remove unnecessary fallthrough annotation after unreachable
Reid Kleckner
2018-11-01
1
-2
/
+0
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
2
-3
/
+3
*
[Local] Keep K's range if K does not move when combining metadata.
Florian Hahn
2018-10-27
1
-1
/
+9
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-25
2
-18
/
+45
*
Update MemorySSA in LoopRotate.
Alina Sbirlea
2018-10-24
1
-9
/
+51
*
[HotColdSplitting] Identify larger cold regions using domtree queries
Vedant Kumar
2018-10-24
1
-16
/
+24
*
[hot-cold-split] Name split functions with ".cold" suffix
Teresa Johnson
2018-10-24
1
-5
/
+11
*
[NFC][InstCombine] Undo stray change
Evandro Menezes
2018-10-19
1
-2
/
+2
*
Add a emitUnaryFloatFnCall version that fetches the function name from TLI
Mikael Holmen
2018-10-18
2
-10
/
+63
*
[TI removal] Use `Instruction` instead of `TerminatorInst` for
Chandler Carruth
2018-10-18
1
-2
/
+2
*
[TI removal] Update CodeExtractor to use Instruction directly.
Chandler Carruth
2018-10-18
1
-4
/
+4
*
[InstCombine] Cleanup libfunc attribute inferring
David Bolvansky
2018-10-16
2
-53
/
+70
*
[NFC] Make LoopSafetyInfo abstract to allow alternative implementations
Max Kazantsev
2018-10-16
1
-1
/
+1
*
[DebugInfo][LCSSA] Rewrite pre-existing debug values outside loop
David Stenberg
2018-10-16
2
-0
/
+21
*
[CodeExtractor] Erase debug intrinsics in outlined thunks (fix PR22900)
Vedant Kumar
2018-10-15
1
-0
/
+13
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
13
-63
/
+63
*
[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
Chandler Carruth
2018-10-15
4
-16
/
+17
*
[TI removal] Remove TerminatorInst as an input parameter from all public
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[InstCombine] Fixed crash with aliased functions
David Bolvansky
2018-10-13
2
-22
/
+26
*
[InstCombine] Fix SimplifyLibCalls erasing an instruction while IC still had ...
Amara Emerson
2018-10-11
1
-10
/
+14
*
[IndVars] Drop "exact" flag from lshr and udiv when substituting their args
Max Kazantsev
2018-10-11
1
-0
/
+9
*
Relax trivial cast requirements in CallPromotionUtils
Scott Linder
2018-10-10
1
-6
/
+8
*
Revert "[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG."
Carlos Alberto Enciso
2018-10-10
2
-32
/
+18
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-10
2
-18
/
+32
*
[NFC] Make a variable const
Max Kazantsev
2018-10-10
1
-1
/
+1
*
[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
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-12
/
+9
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
6
-18
/
+15
[next]