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
...
*
[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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[GVNSink] GVNSink pass
James Molloy
2017-05-25
1
-0
/
+45
*
[ValueTracking] Convert most of the calls to computeKnownBits to use the vers...
Craig Topper
2017-05-24
1
-4
/
+2
*
[JumpThreading] Safely replace uses of condition
Anna Thomas
2017-05-23
1
-0
/
+17
*
PR32288: Describe a bool parameter's DWARF location with a simple register
David Blaikie
2017-05-15
1
-28
/
+23
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
NFC: refactor replaceDominatedUsesWith
Piotr Padlewski
2017-05-09
1
-27
/
+26
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-2
/
+2
*
Clean up DIExpression::prependDIExpr a little. (NFC)
Adrian Prantl
2017-04-28
1
-8
/
+5
*
[DebugInfo][X86] Improve X86 Optimize LEAs handling of debug values.
Andrew Ng
2017-04-28
1
-47
/
+6
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-3
/
+4
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-2
/
+2
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-2
/
+2
*
Use DW_OP_stack_value when reconstructing variable values with arithmetic.
Adrian Prantl
2017-04-24
1
-13
/
+32
*
Revert "Use DW_OP_stack_value when reconstructing variable values with arithm...
Adrian Prantl
2017-04-23
1
-32
/
+13
*
Use DW_OP_stack_value when reconstructing variable values with arithmetic.
Adrian Prantl
2017-04-22
1
-13
/
+32
*
typo
Adrian Prantl
2017-04-21
1
-1
/
+1
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-6
/
+2
*
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
Chandler Carruth
2017-04-12
1
-7
/
+8
*
[IR] Make SwitchInst::CaseIt almost a normal iterator.
Chandler Carruth
2017-03-26
1
-4
/
+6
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-1
/
+1
*
Use isa<> instead of dyn_cast<> (NFC).
Adrian Prantl
2017-03-20
1
-5
/
+5
*
Salvage debug info from instructions about to be deleted
Adrian Prantl
2017-03-16
1
-23
/
+66
*
Revert commit r297971 because of issues reported by msan.
Adrian Prantl
2017-03-16
1
-69
/
+34
*
Fix unused variable warnings.
Adrian Prantl
2017-03-16
1
-3
/
+3
[prev]
[next]