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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ThinLTO] Correct counting of functions in inliner stats
Teresa Johnson
2017-03-24
1
-0
/
+2
*
Make GCC happy again.
Benjamin Kramer
2017-03-24
1
-2
/
+1
*
[MetaRenamer] Don't rename library functions.
Bryant Wong
2017-03-23
1
-3
/
+14
*
Preserve nonnull metadata on Loads through SROA & mem2reg.
Luqman Aden
2017-03-22
1
-10
/
+47
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
7
-30
/
+29
*
Revert r298158.
Evgeniy Stepanov
2017-03-20
1
-32
/
+0
*
Fix UB found by -Wtautological-undefined-compare
David Blaikie
2017-03-20
1
-4
/
+3
*
Updates branch_weights annotation for call instructions during inlining.
Dehao Chen
2017-03-20
1
-11
/
+40
*
Use isa<> instead of dyn_cast<> (NFC).
Adrian Prantl
2017-03-20
1
-5
/
+5
*
Templatize parts of VNCoercion, and add constant-only versions of the functio...
Daniel Berlin
2017-03-20
1
-67
/
+110
*
[IR] Remove some unneeded includes from Operator.h and fix cpp files that wer...
Craig Topper
2017-03-20
1
-0
/
+1
*
[BuildLibCalls] emitPutChar should infer function attributes for putchar
Craig Topper
2017-03-17
1
-0
/
+1
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-03-17
1
-0
/
+32
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Salvage debug info from instructions about to be deleted
Adrian Prantl
2017-03-16
1
-23
/
+66
*
[LoopUnroll] Don't peel loops where the latch isn't the exiting block
Michael Kuperstein
2017-03-16
1
-0
/
+7
*
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
*
Fix: Refactor SimplifyCFG:canSinkInstructions [NFC]
Aditya Kumar
2017-03-16
1
-18
/
+17
*
Revert "Refactor SimplifyCFG:canSinkInstructions [NFC]"
Eric Liu
2017-03-15
1
-23
/
+23
*
Refactor SimplifyCFG:canSinkInstructions [NFC]
Aditya Kumar
2017-03-15
1
-23
/
+23
*
API gardening: Rename FindAllocaDbgValue to findDbgValue (NFC)
Adrian Prantl
2017-03-13
1
-8
/
+6
*
VNCoercion: Make the function signatures all consistent
Daniel Berlin
2017-03-11
1
-2
/
+1
*
Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be ...
Daniel Berlin
2017-03-10
2
-0
/
+441
*
NewGVN: Rewrite DCE during elimination so we do it as well as old GVN did.
Daniel Berlin
2017-03-10
1
-3
/
+13
*
Revert "Strip debug info when inlining into a nodebug function."
Adrian Prantl
2017-03-07
1
-30
/
+12
*
[LoopUnrolling] Fix loop size check for peeling
Sanjoy Das
2017-03-07
1
-1
/
+3
*
[BasicBlockUtils] Check for nullptr before updating LoopInfo.
Michael Kruse
2017-03-06
1
-3
/
+4
*
[SimplifyCFG] Use APInt::operator| instead of APInt::Or. NFC
Craig Topper
2017-03-05
1
-1
/
+1
*
Fix a compiler warning
Sanjoy Das
2017-03-03
1
-1
/
+2
*
[LoopUnrolling] Peel loops with invariant backedge Phi input
Sanjoy Das
2017-03-03
1
-0
/
+25
*
[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
Sanjoy Das
2017-03-03
1
-1
/
+7
*
Move defClobbersUseOrDef to being a protected member of a class since we don'...
Daniel Berlin
2017-03-02
1
-2
/
+2
*
[BypassSlowDivision] Use ValueTracking to simplify run-time checks
Nikolai Bozhenov
2017-03-02
1
-29
/
+108
*
[BypassSlowDivision] Refactor fast division insertion logic (NFC)
Nikolai Bozhenov
2017-03-02
1
-160
/
+218
*
The patch turns on epilogue unroll for loops with constant recurency start.
Evgeny Stupachenko
2017-03-02
1
-1
/
+44
*
Strip debug info when inlining into a nodebug function.
Adrian Prantl
2017-02-28
1
-12
/
+30
*
Revert r296366 "[InlineFunction] add nonnull assumptions based on argument at...
Hans Wennborg
2017-02-27
1
-36
/
+22
*
[InlineFunction] add nonnull assumptions based on argument attributes
Sanjay Patel
2017-02-27
1
-22
/
+36
*
PredicateInfo: Support switch statements
Daniel Berlin
2017-02-22
1
-22
/
+88
*
Move updating functions to MemorySSAUpdater.
Daniel Berlin
2017-02-22
2
-120
/
+91
*
Use const-ref in range-loop for to avoid copying pairs of std::string
Sean Silva
2017-02-22
1
-1
/
+1
*
[LoopSimplify] Simplify how we compute UniqueExit
Xin Tong
2017-02-21
1
-8
/
+1
*
MemorySSA: Add support for renaming uses in the updater.
Daniel Berlin
2017-02-20
2
-25
/
+68
*
Removed extra ';'
Simon Pilgrim
2017-02-19
1
-1
/
+1
*
Add a DebugCounter for PredicateInfo renaming, and an associated test
Daniel Berlin
2017-02-19
1
-0
/
+8
*
Fix unused variable warning when assertions are disabled.
Simon Pilgrim
2017-02-19
1
-4
/
+4
*
PredicateInfo: Clean up predicate info a little, using insertion
Daniel Berlin
2017-02-18
1
-67
/
+93
*
[MemorySSA] NFC small fixes
Piotr Padlewski
2017-02-18
1
-9
/
+6
[next]