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
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
LowerDbgDeclare: ignore dbg.declares for allocas with volatile access
Adrian Prantl
2018-03-09
1
-17
/
+28
*
[Utils] Salvage debug info in block simplification
Vedant Kumar
2018-03-02
1
-0
/
+2
*
[Utils] Salvage debug info in recursive inst deletion
Vedant Kumar
2018-03-02
1
-0
/
+1
*
[Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
Matt Davis
2018-02-23
1
-2
/
+5
*
[Utils] Avoid a hash table lookup in salvageDI, NFC
Vedant Kumar
2018-02-22
1
-0
/
+5
*
[Utils] salvageDI: Add a comment and move a call earlier, NFC
Vedant Kumar
2018-02-15
1
-1
/
+3
*
[Utils] Salvage the debug info of DCE'ed 'and' instructions
Petar Jovanovic
2018-02-14
1
-0
/
+3
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-2
/
+2
*
[Utils] Salvage debug info from all no-op casts
Vedant Kumar
2018-02-13
1
-4
/
+7
*
[Utils] Salvage debug info of DCE'ed mul/sdiv/srem instructions
Vedant Kumar
2018-02-13
1
-0
/
+9
*
[Utils] Salvage debug info of DCE'ed shl/lhsr/ashr instructions
Vedant Kumar
2018-02-13
1
-0
/
+9
*
[Utils] Salvage the debug info of DCE'ed 'sub' instructions
Vedant Kumar
2018-02-13
1
-0
/
+3
*
[Utils] Salvage the debug info of DCE'ed 'xor' instructions
Vedant Kumar
2018-02-13
1
-11
/
+21
*
[Utils] Salvage debug info from dead 'or' instructions
Vedant Kumar
2018-02-09
1
-7
/
+24
*
[Debug] LCSSA: Insert dbg.value at the first available insertion point
Vedant Kumar
2018-01-25
1
-1
/
+3
*
[Debug] Add a utility to propagate dbg.value to new PHIs, NFC
Vedant Kumar
2018-01-25
1
-0
/
+38
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-12
1
-46
/
+163
*
[Utils] Simplify salvageDebugInfo, NFCI
Vedant Kumar
2018-01-05
1
-34
/
+30
*
Revert "[JumpThreading] Preservation of DT and LVI across the pass"
Reid Kleckner
2018-01-04
1
-159
/
+46
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2018-01-04
1
-46
/
+159
*
[Utils/Local] Use `auto` when the type is obvious. NFCI.
Davide Italiano
2017-12-31
1
-6
/
+6
*
[Utils] Remove commented debug message. NFCI.
Davide Italiano
2017-12-31
1
-4
/
+0
*
fix typo in comment and remove inaccurate comment; NFC
Sanjay Patel
2017-12-15
1
-2
/
+0
*
Reverting [JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-159
/
+46
*
[JumpThreading] Preservation of DT and LVI across the pass
Brian M. Rzycki
2017-12-13
1
-46
/
+159
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-4
/
+6
*
This reverts commit r319096 and r319097.
Rafael Espindola
2017-11-28
1
-15
/
+9
*
[SROA] Propagate !range metadata when moving loads.
Davide Italiano
2017-11-27
1
-9
/
+15
*
Make salvageDebugInfo of casts work for dbg.declare and dbg.addr
Reid Kleckner
2017-11-14
1
-6
/
+16
*
InstCombine: salvage the debug info of DCE'ed add instructions.
Adrian Prantl
2017-11-06
1
-12
/
+23
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-1
/
+1
*
Revert "Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()"
Adrian Prantl
2017-11-03
1
-1
/
+1
*
Invoke salvageDebugInfo from CodeGenPrepare's SinkCast()
Adrian Prantl
2017-11-03
1
-1
/
+1
*
Reapply r316582 [Local] Fix a bug in the domtree update logic for MergeBasicB...
Balaram Makam
2017-10-26
1
-3
/
+7
*
Revert r316582 [Local] Fix a bug in the domtree update logic for MergeBasicBl...
Balaram Makam
2017-10-25
1
-7
/
+3
*
[Local] Fix a bug in the domtree update logic for MergeBasicBlockIntoOnlyPred.
Balaram Makam
2017-10-25
1
-3
/
+7
*
Delete unused instantiations of DIBuilder. NFC
Adrian Prantl
2017-10-24
1
-2
/
+0
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-18
/
+50
*
Revert r314435: "[JumpThreading] Preserve DT and LVI across the pass"
Daniel Jasper
2017-09-30
1
-171
/
+36
*
[JumpThreading] Preserve DT and LVI across the pass
Evandro Menezes
2017-09-28
1
-36
/
+171
*
Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...
Reid Kleckner
2017-09-21
1
-41
/
+52
*
Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....
Daniel Jasper
2017-09-21
1
-50
/
+41
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
1
-41
/
+50
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-10
/
+7
*
All libcalls should be considered to be GC-leaf functions.
Daniel Neilson
2017-07-27
1
-1
/
+10
*
[ConstantHoisting] Remove dupliate logic in constant hoisting
Leo Li
2017-07-10
1
-0
/
+3
*
[Local] Update the comment for removeUnreachableBlocks.
Davide Italiano
2017-07-07
1
-2
/
+3
*
Modify constraints in `llvm::canReplaceOperandWithVariable`
Leo Li
2017-07-06
1
-2
/
+8
*
[InstCombine] Factor the logic for propagating !nonnull and !range
Chandler Carruth
2017-06-26
1
-5
/
+49
[next]