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
/
Local.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r360902 "Resubmit: [Salvage] Change salvage debug info ..."
Bob Haarman
2019-05-21
1
-21
/
+2
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-5
/
+5
*
Resubmit: [Salvage] Change salvage debug info implementation to use DW_OP_LLV...
Stephen Tozer
2019-05-16
1
-2
/
+21
*
Revert "[Salvage] Change salvage debug info implementation to use DW_OP_LLVM_...
Stephen Tozer
2019-05-15
1
-21
/
+2
*
[Salvage] Change salvage debug info implementation to use DW_OP_LLVM_convert ...
Stephen Tozer
2019-05-15
1
-2
/
+21
*
[DebugInfo] Use zero linenos for debug intrinsics when promoting dbg.declare
Jeremy Morse
2019-05-10
1
-9
/
+26
*
[CodeGenPrepare] Limit recursion depth for collectBitParts
David Stuttard
2019-05-09
1
-7
/
+17
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+5
*
[DEBUGINFO] Prevent Instcombine from dropping debuginfo when removing zexts
Wolfgang Pieb
2019-04-15
1
-5
/
+4
*
[Transforms][ASan] Move findAllocaForValue() to Utils/Local.cpp. NFC
Alexander Potapenko
2019-04-15
1
-0
/
+38
*
[SimplifyCFG] Don't split musttail call from ret
Joseph Tremoulet
2019-04-02
1
-1
/
+1
*
[Transforms] Redundant getValueOperand (NFC)
Brian Gesiak
2019-04-02
1
-2
/
+2
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-15
/
+4
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
1
-4
/
+15
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
1
-15
/
+4
*
[DTU] Refine the interface and logic of applyUpdates
Chijun Sima
2019-02-22
1
-18
/
+14
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-6
/
+12
*
[DebugInfo] Don't salvage load operations (PR40628).
Jeremy Morse
2019-02-12
1
-3
/
+3
*
[CallSite removal] Migrate ConstantFolding APIs and implementation to
Chandler Carruth
2019-02-11
1
-2
/
+2
*
[CallSite removal] Migrate the statepoint GC infrastructure to use the
Chandler Carruth
2019-02-11
1
-4
/
+4
*
[Local] Delete a redundant check. NFC
Fangrui Song
2019-02-10
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+12
*
[DWARF] LLVM ERROR: Broken function found, while removing Debug Intrinsics.
Carlos Alberto Enciso
2019-02-08
1
-3
/
+3
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
[DebugInfo][NFCI] Split salvageDebugInfo into helper functions
Jeremy Morse
2019-02-05
1
-82
/
+82
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
1
-2
/
+3
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-2
/
+1
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-2
/
+9
*
[Util] Refer to [s|z]exts of args when converting dbg.declares (fix PR35400)
Vedant Kumar
2018-12-15
1
-27
/
+0
*
[Transforms] Preserve metadata when converting invoke to call.
Michael Kruse
2018-12-14
1
-0
/
+1
*
[Local] Promote an utility that could be used elsewhere. NFCI.
Davide Italiano
2018-12-10
1
-0
/
+11
*
[IR] Add hasNPredecessors, hasNPredecessorsOrMore to BasicBlock
Vedant Kumar
2018-11-19
1
-4
/
+2
*
[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
1
-0
/
+41
*
[TI removal] Use `Instruction` instead of `TerminatorInst` for
Chandler Carruth
2018-10-18
1
-2
/
+2
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-3
/
+3
*
Revert "[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG."
Carlos Alberto Enciso
2018-10-10
1
-28
/
+0
*
[DebugInfo][Dexter] Unreachable line stepped onto after SimplifyCFG.
Carlos Alberto Enciso
2018-10-10
1
-0
/
+28
*
[DebugInfo][Dexter] Speculated BB presents illegal variable value to debugger.
Carlos Alberto Enciso
2018-09-19
1
-0
/
+7
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
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
/
+3
*
Update MemorySSA in Local utils removing blocks.
Alina Sbirlea
2018-08-16
1
-15
/
+24
*
[Local] Add dbg location on unreachable inst in changeToUnreachable
Anastasis Grammenos
2018-08-07
1
-1
/
+2
*
[GVN,NewGVN] Keep nonnull if K does not move.
Florian Hahn
2018-08-07
1
-5
/
+6
*
[GVN,NewGVN] Move patchReplacementInstruction to Utils/Local.h
Florian Hahn
2018-08-07
1
-0
/
+31
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-21
/
+21
*
[Dominators] Make RemoveUnreachableBlocks return false if the BasicBlock is a...
Chijun Sima
2018-08-03
1
-1
/
+9
[next]