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
*
Reapply: [DebugInfo] Correctly handle salvaged casts and split fragments at ISel
stozer
2019-12-18
1
-5
/
+17
*
Revert "[DebugInfo] Correctly handle salvaged casts and split fragments at ISel"
stozer
2019-12-18
1
-17
/
+5
*
[DebugInfo] Correctly handle salvaged casts and split fragments at ISel
stozer
2019-12-18
1
-5
/
+17
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-1
/
+1
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-1
/
+1
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-1
/
+1
*
Revert "Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated...
Vlad Tsyrklevich
2019-12-10
1
-22
/
+5
*
Reapply: [DebugInfo] Recover debug intrinsics when killing duplicated/empty...
stozer
2019-12-10
1
-5
/
+22
*
LowerDbgDeclare: look through bitcasts.
Evgenii Stepanov
2019-12-05
1
-16
/
+26
*
Revert "[DebugInfo] Recover debug intrinsics when killing duplicated/empty ba...
Tozer
2019-12-04
1
-22
/
+5
*
[DebugInfo] Recover debug intrinsics when killing duplicated/empty basic blocks
stozer
2019-12-04
1
-5
/
+22
*
[DebugInfo@O2][Utils] Undef instead of delete dbg.values in helper func
OCHyams
2019-11-25
1
-15
/
+7
*
[DebugInfo] Refactor DIExpression [SZ]Ext creation into function [NFC]
David Stenberg
2019-11-21
1
-4
/
+2
*
Wrong debug info generated at -O2 (-O0 is correct)
Vedant Kumar
2019-11-07
1
-0
/
+5
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
[Local] Handle terminators with users in removeUnreachableBlocks.
Florian Hahn
2019-10-02
1
-3
/
+7
*
[Local] Remove unused LazyValueInfo pointer from removeUnreachableBlock.
Florian Hahn
2019-10-02
1
-7
/
+3
*
[Local] Simplify function removeUnreachableBlocks() to avoid (re-)computation.
Florian Hahn
2019-10-02
1
-16
/
+10
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-12
/
+12
*
[Debuginfo][SROA] Need to handle dbg.value in SROA pass.
Alexey Lapshin
2019-09-04
1
-2
/
+7
*
[Attributor][Fix] Do not remove instructions during manifestation
Johannes Doerfert
2019-08-05
1
-6
/
+12
*
[LLVM][Alignment] Introduce Alignment Type in DataLayout
Guillaume Chatelet
2019-08-05
1
-1
/
+1
*
[Transforms] Do not drop !preserve.access.index metadata
Yonghong Song
2019-08-03
1
-2
/
+5
*
[Utils] remove duplicated documentation comments; NFC
Sanjay Patel
2019-07-25
1
-29
/
+4
*
[Transforms] move copying of load metadata to helper function; NFC
Sanjay Patel
2019-07-24
1
-0
/
+51
*
[SafeStack] Insert the deref before remaining elements
Petr Hosek
2019-07-24
1
-7
/
+2
*
Fixing build error from commit 95cbc3d
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
Revert "Fixing build error from commit 9285295."
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
Fixing build error from commit 9285295.
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
Temporarily Revert "[Attributor] Liveness analysis." as it's breaking the build.
Eric Christopher
2019-07-22
1
-1
/
+1
*
[Attributor] Liveness analysis.
Stefan Stipanovic
2019-07-22
1
-1
/
+1
*
[SafeStack] Insert the deref after the offset
Petr Hosek
2019-07-22
1
-2
/
+2
*
[Local] Zap blockaddress without users in ConstantFoldTerminator.
Florian Hahn
2019-07-20
1
-0
/
+6
*
[MemorySSA] Use SetVector to avoid nondeterminism.
Alina Sbirlea
2019-07-12
1
-1
/
+1
*
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
[next]