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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Inliner] Restrict soft-float inlining penalty.
Eli Friedman
2017-12-22
1
-11
/
+23
*
Add hasProfileData() to check if a function has profile data. NFC.
Easwaran Raman
2017-12-22
2
-2
/
+2
*
[ModRefInfo] Add must alias info to ModRefInfo.
Alina Sbirlea
2017-12-21
5
-27
/
+166
*
[PGO] Function section hotness prefix should look at all blocks
Teresa Johnson
2017-12-20
1
-19
/
+39
*
Revert r320548:[SLP] Vectorize jumbled memory loads
Mohammad Shahid
2017-12-20
1
-71
/
+0
*
[memcpyopt] Teach memcpyopt to optimize across basic blocks
Dan Gohman
2017-12-20
1
-9
/
+11
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
[CFGVPrinter] Fix -dot-cfg-only
Francis Visoiu Mistrih
2017-12-19
1
-4
/
+4
*
[InlineCost] Skip volatile loads when looking for repeated loads
Haicheng Wu
2017-12-19
1
-1
/
+2
*
[Analysis] Generate more precise TBAA tags when one access encloses the other
Ivan A. Kosarev
2017-12-18
1
-6
/
+17
*
[Memcpy Loop Lowering] Remove the fixed int8 lowering.
Sean Fertile
2017-12-18
1
-9
/
+0
*
[LVI] Support for ashr in LVI
Max Kazantsev
2017-12-18
1
-0
/
+1
*
[TargetLibraryInfo] Discard library functions with incorrectly sized integers
Igor Laevsky
2017-12-18
1
-3
/
+3
*
[SimplifyLibCalls] Inline calls to cabs when it's safe to do so
Hal Finkel
2017-12-16
1
-0
/
+22
*
[TargetLibraryInfo] fix documentation comment; NFC
Sanjay Patel
2017-12-15
1
-3
/
+3
*
[InlineCost] Find repeated loads in the callee
Haicheng Wu
2017-12-15
2
-6
/
+52
*
[SCEV] Fix the movement of insertion point in expander. PR35406.
Serguei Katkov
2017-12-15
1
-1
/
+19
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
[ScalarEvolution] Fix base condition in isNormalAddRecPHI.
Bjorn Pettersson
2017-12-14
1
-1
/
+1
*
[InlineCost] Tracking Values through PHI Nodes
Haicheng Wu
2017-12-14
1
-6
/
+138
*
[LV] Support efficient vectorization of an induction with redundant casts
Dorit Nuzman
2017-12-14
1
-6
/
+30
*
Remove redundant includes from lib/Analysis.
Michael Zolotukhin
2017-12-13
12
-14
/
+0
*
Reintroduce r320049, r320014 and r319894.
Igor Laevsky
2017-12-13
1
-0
/
+28
*
[SLP] Vectorize jumbled memory loads.
Mohammad Shahid
2017-12-13
1
-0
/
+71
*
Revert r320049, r320014 and r319894
Igor Laevsky
2017-12-12
1
-28
/
+0
*
[SCEV] Fix wrong Equal predicate created in getAddRecForPhiWithCasts
Dorit Nuzman
2017-12-10
1
-6
/
+9
*
Infer lowest bits of an integer Multiply when the low bits of the operands ar...
Simon Dardis
2017-12-09
1
-9
/
+66
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
2
-3
/
+6
*
Revert r320104: infinite loop profiling bug fix
Xinliang David Li
2017-12-08
1
-4
/
+0
*
[NFC] Rename variable from Cond to Pred to make it more sound
Max Kazantsev
2017-12-08
1
-12
/
+12
*
[SCEV] Fix predicate usage in computeExitLimitFromICmp
Max Kazantsev
2017-12-08
1
-1
/
+2
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
8
-115
/
+119
*
[PGO] detect infinite loop and form MST properly
Xinliang David Li
2017-12-07
1
-0
/
+4
*
[ModRefInfo] Replace remaining bit-wise operations with wrappers.
Alina Sbirlea
2017-12-07
3
-5
/
+5
*
[ModRefInfo] Do not use ModRefInfo result in if conditions as this makes
Alina Sbirlea
2017-12-06
1
-1
/
+1
*
[ModRefInfo] Use createModRefInfo wrapper to create a ModRefInfo from Functio...
Alina Sbirlea
2017-12-06
1
-4
/
+4
*
InstructionSimplify: 'extractelement' with an undef index is undef
Zvi Rackover
2017-12-06
1
-0
/
+5
*
[InstSimplify] Fold insertelement into undef if index is out of bounds
Igor Laevsky
2017-12-06
1
-0
/
+28
*
[SCEV][NFC] Check NoWrap flags before lexicographical comparison of SCEVs
Max Kazantsev
2017-12-06
1
-0
/
+8
*
[SCEV][NFC] Share value cache between SCEVs in GroupByComplexity
Max Kazantsev
2017-12-06
1
-22
/
+26
*
Revert r319482 and r319483 "[memcpyopt] Teach memcpyopt to optimize across ba...
Hans Wennborg
2017-12-06
1
-8
/
+0
*
[ModRefInfo] Initialize ArgMask to MRI_NoModRef.
Alina Sbirlea
2017-12-05
1
-1
/
+1
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
7
-80
/
+85
*
[InstCombine] Don't crash on out of bounds shifts
Igor Laevsky
2017-12-05
1
-13
/
+17
*
[SCEV] Use a "Discovered" set instead of a "Visited" set; NFC
Sanjoy Das
2017-12-04
1
-4
/
+3
*
[SCEV] A different fix for PR33494
Sanjoy Das
2017-12-04
1
-29
/
+26
*
Revert "[ValueTracking] Pass only a single lambda to computeKnownBitsFromShif...
Sam McCall
2017-12-04
1
-29
/
+37
*
[ValueTracking] Pass only a single lambda to computeKnownBitsFromShiftOperato...
Craig Topper
2017-12-02
1
-37
/
+29
*
[opt-remarks] If hotness threshold is set, ignore remarks without hotness
Adam Nemet
2017-12-01
1
-5
/
+4
*
IR printing improvement for loop passes - handle -print-module-scope
Fedor Sergeev
2017-12-01
1
-0
/
+12
[next]