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
*
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
*
Salvage debug info from instructions about to be deleted
Adrian Prantl
2017-03-16
1
-34
/
+69
*
API gardening: Rename FindAllocaDbgValue to findDbgValue (NFC)
Adrian Prantl
2017-03-13
1
-8
/
+6
*
NewGVN: Rewrite DCE during elimination so we do it as well as old GVN did.
Daniel Berlin
2017-03-10
1
-3
/
+13
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-1
/
+1
*
Refactor the DIExpression fragment query interface (NFC)
Adrian Prantl
2016-12-22
1
-2
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+2
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-2
/
+1
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
1
-9
/
+9
*
[LoopSimplify] Preserve LCSSA when removing edges from unreachable blocks.
Michael Zolotukhin
2016-11-18
1
-2
/
+3
*
[simplifycfg][loop-simplify] Preserve loop metadata in 2 transformations.
Florian Hahn
2016-11-18
1
-0
/
+11
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-0
/
+37
*
DCE math library calls with a constant operand.
Eli Friedman
2016-11-02
1
-0
/
+4
*
[DebugInfo] Add comments to phi dbg.value tracking code, NFC
Reid Kleckner
2016-09-27
1
-6
/
+8
*
Reapplying r281895 (and follow-up r281964) after fixing pr30468.
Keith Walker
2016-09-22
1
-5
/
+51
*
Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2...
Hans Wennborg
2016-09-21
1
-47
/
+5
*
Make llvm::ConvertDebugDeclareToDebugValue() be a void function (NFC)
Keith Walker
2016-09-20
1
-8
/
+5
*
Add @llvm.dbg.value entries for the phi node created by -mem2reg
Keith Walker
2016-09-19
1
-0
/
+45
*
Fix misleading comment for getOrEnforceKnownAlignment
Matt Arsenault
2016-09-13
1
-4
/
+0
*
revert r280427
Dehao Chen
2016-09-08
1
-4
/
+2
*
Refactor replaceDominatedUsesWith to have a flag to control whether to replac...
Dehao Chen
2016-09-01
1
-2
/
+4
*
[JumpThreading] Fix handling of aliasing metadata.
Eli Friedman
2016-08-08
1
-0
/
+11
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-0
/
+2
*
[sanitizer] Simplify and future-proof maybeMarkSanitizerLibraryCallNoBuiltin().
Evgeniy Stepanov
2016-07-28
1
-17
/
+6
*
[Utils] Simplify combineMetadata
David Majnemer
2016-07-25
1
-3
/
+3
*
Just a small cleanup
David Majnemer
2016-06-25
1
-30
/
+21
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-23
/
+39
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-39
/
+23
*
[SimplifyCFG] Replace calls to null/undef with unreachable
David Majnemer
2016-06-25
1
-0
/
+6
*
Reinstate r273711
David Majnemer
2016-06-25
1
-5
/
+14
[next]