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 rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareTo...
Bjorn Pettersson
2018-06-14
1
-38
/
+0
*
[DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValue
Bjorn Pettersson
2018-06-14
1
-0
/
+38
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[LoopInstSimplify] Re-implement the core logic of loop-instsimplify to
Chandler Carruth
2018-05-29
1
-11
/
+22
*
Constant fold launder of null and undef
Piotr Padlewski
2018-05-18
1
-2
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-15
/
+17
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-3
/
+2
*
[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
Shiva Chen
2018-05-09
1
-0
/
+5
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
Fix a bug in GlobalOpt's handling of DIExpressions.
Adrian Prantl
2018-04-27
1
-2
/
+2
*
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
[prev]
[next]