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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Demote this opt remark to DEBUG.
Adam Nemet
2017-11-28
1
-4
/
+1
*
SROA: Don't create variable fragments that are outside of the variable.
Adrian Prantl
2017-11-28
1
-0
/
+9
*
EntryExitInstrumenter: set DebugLocs on the inserted call instructions (PR35412)
Hans Wennborg
2017-11-28
1
-5
/
+20
*
Use getStoreSize() in various places instead of 'BitSize >> 3'.
Jonas Paulsson
2017-11-28
1
-11
/
+4
*
Add a new pass to speculate around PHI nodes with constant (integer) operands...
Chandler Carruth
2017-11-28
2
-0
/
+812
*
[TailRecursionElimination] Skip debug intrinsics.
Florian Hahn
2017-11-28
1
-1
/
+1
*
[GVN] Prevent ScalarPRE from hoisting across instructions that don't pass con...
Max Kazantsev
2017-11-28
1
-0
/
+14
*
This reverts commit r319096 and r319097.
Rafael Espindola
2017-11-28
3
-165
/
+34
*
SROA: Avoid creating a fragment expression that covers the entire variable.
Adrian Prantl
2017-11-28
1
-4
/
+9
*
[Mem2Reg] Clang-format unformatted parts of this file. NFCI.
Davide Italiano
2017-11-27
1
-28
/
+23
*
[SROA] Propagate !range metadata when moving loads.
Davide Italiano
2017-11-27
3
-32
/
+168
*
[PartiallyInlineLibCalls][x86] add TTI hook to allow sqrt inlining to depend ...
Sanjay Patel
2017-11-27
1
-5
/
+10
*
Inliner: Don't mark notail calls with the 'tail' attribute
Arnold Schwaighofer
2017-11-27
1
-1
/
+2
*
[InstCombine] use 'auto' with 'dyn_cast'; NFC
Sanjay Patel
2017-11-27
1
-3
/
+2
*
Make helpers static. NFC.
Benjamin Kramer
2017-11-24
1
-4
/
+4
*
MSan: remove an unnecessary cast. NFC for userspace instrumenetation.
Alexander Potapenko
2017-11-23
1
-3
/
+3
*
[MSan] Move the access address check before the shadow access for that address
Alexander Potapenko
2017-11-23
1
-2
/
+1
*
[IRCE][NFC] Add no wrap flags to no-wrapping SCEV calculation
Max Kazantsev
2017-11-23
1
-2
/
+3
*
[SCCP] Pick the right lattice value for constants.
Davide Italiano
2017-11-22
1
-2
/
+9
*
EntryExitInstrumenter: support __cyg_profile_func_enter_bare
Hans Wennborg
2017-11-21
1
-1
/
+2
*
Add MemorySSA as loop dependency, disabled by default [NFC].
Alina Sbirlea
2017-11-21
4
-7
/
+16
*
SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()).
NAKAMURA Takumi
2017-11-21
1
-23
/
+9
*
[SCCP] If we replace with a constant, we can't replace with a range.
Davide Italiano
2017-11-21
1
-1
/
+3
*
[msan] Don't sanitize "nosanitize" instructions
Vitaly Buka
2017-11-20
1
-2
/
+14
*
Add heuristics for irreducible loop metadata under PGO
Hiroshi Yamauchi
2017-11-20
1
-1
/
+12
*
[SROA] Correctly invalidate analyses when dead instructions deleted
Teresa Johnson
2017-11-20
1
-2
/
+5
*
[asan] Use dynamic shadow on 32-bit Android, try 2.
Evgeniy Stepanov
2017-11-20
1
-11
/
+63
*
[LV] Model masking in VPlan, introducing VPInstructions
Gil Rapaport
2017-11-20
5
-126
/
+641
*
[IRCE] Smart range intersection
Max Kazantsev
2017-11-20
1
-47
/
+65
*
[LibCallSimplifier] allow splat vectors for pow(x, 0.5) -> sqrt() transforms
Sanjay Patel
2017-11-19
1
-8
/
+7
*
[LibCallSimplifier] partly fix pow(x, 0.5) -> sqrt() transforms
Sanjay Patel
2017-11-19
1
-32
/
+49
*
[CallSiteSplitting] Remove some indirection (NFC).
Florian Hahn
2017-11-18
1
-103
/
+85
*
[asan] Add a full redzone after every stack variable
Walter Lee
2017-11-18
1
-3
/
+6
*
Revert "[asan] Use dynamic shadow on 32-bit Android" and 3 more.
Evgeniy Stepanov
2017-11-18
1
-63
/
+11
*
[LICM] Fix PR35342
Jun Bum Lim
2017-11-17
1
-1
/
+1
*
[PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial unswitching,
Chandler Carruth
2017-11-17
1
-71
/
+1444
*
[IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
Max Kazantsev
2017-11-17
1
-28
/
+3
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[PredicateInfo] Add comment about why we require stable sort
Mandeep Singh Grang
2017-11-17
1
-0
/
+5
*
[asan] Fix small X86_64 ShadowOffset for non-default shadow scale
Walter Lee
2017-11-16
1
-7
/
+9
*
[InstCombine] include 'sub' in the list of narrow-able binops
Sanjay Patel
2017-11-16
1
-10
/
+7
*
[asan] Fix size/alignment issues with non-default shadow scale
Walter Lee
2017-11-16
1
-2
/
+5
*
[IRCE] Fix SCEVExpander's usage in IRCE
Max Kazantsev
2017-11-16
1
-0
/
+14
*
[asan] Fallback to non-ifunc dynamic shadow on android<22.
Evgeniy Stepanov
2017-11-16
1
-1
/
+3
*
[GVNHoist] Fix a signed/unsigned comparison warning that occurs in 32-bit bui...
Craig Topper
2017-11-16
1
-1
/
+1
*
[InstCombine] trunc (binop X, C) --> binop (trunc X, C')
Sanjay Patel
2017-11-15
1
-4
/
+17
*
[InstCombine] Salvage debug info during initial DCE
Reid Kleckner
2017-11-15
1
-0
/
+1
*
[SLP] Added more missed optimization remarks
Adam Nemet
2017-11-15
1
-14
/
+74
*
[Reassociate] simplify code; NFCI
Sanjay Patel
2017-11-15
1
-6
/
+3
*
[InstCombine] Simplify binops that are only used by a select and are fed by a...
Craig Topper
2017-11-15
1
-0
/
+40
[next]