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
/
test
/
Transforms
/
Inline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
6
-12
/
+12
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-28
1
-0
/
+55
*
Revert "[InlineCost] Fix infinite loop in indirect call evaluation"
Ehud Katz
2019-11-23
1
-55
/
+0
*
[InlineCost] Fix infinite loop in indirect call evaluation
Ehud Katz
2019-11-23
1
-0
/
+55
*
Recommit "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-11-04
1
-0
/
+99
*
Revert "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-10-30
1
-99
/
+0
*
[CodeView] Add option to disable inline line tables.
Amy Huang
2019-10-30
1
-0
/
+99
*
[utils] InlineFunction: fix for debug info affecting optimizations
Bjorn Pettersson
2019-10-28
1
-0
/
+71
*
[Inliner] Remove incorrect early exit during switch cost computation
Teresa Johnson
2019-09-20
1
-0
/
+160
*
[Inliner][NFC] Make test less brittle.
Clement Courbet
2019-09-09
1
-1
/
+1
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
2
-2
/
+2
*
[AMDGPU] Tune inlining parameters for AMDGPU target
Daniil Fukalov
2019-07-17
1
-0
/
+31
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+30
*
Revert [InlineCost] cleanup calculations of Cost and Threshold
Jordan Rupprecht
2019-07-03
1
-6
/
+6
*
[InlineCost] cleanup calculations of Cost and Threshold
Fedor Sergeev
2019-06-26
1
-6
/
+6
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
2
-2
/
+0
*
[NFC] Added test from PR42084 for D63058
David Bolvansky
2019-06-09
1
-0
/
+66
*
[InlineCost] Add support for unary fneg.
Craig Topper
2019-06-06
1
-0
/
+31
*
[InlineCost] Don't add the soft float function call cost for the fneg idiom, ...
Craig Topper
2019-06-01
1
-0
/
+25
*
[AMDGPU] Use InliningThresholdMultiplier for inline hint
Stanislav Mekhanoshin
2019-05-31
1
-0
/
+77
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-2
/
+2
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-2
/
+2
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-2
/
+2
*
[ARM] Replace fp-only-sp and d16 with fp64 and d32.
Simon Tatham
2019-05-28
1
-1
/
+1
*
AMDGPU: Boost inline threshold with addrspacecasted alloca arguments
Matt Arsenault
2019-05-24
1
-0
/
+70
*
[INLINER] allow inlining of blockaddresses if sole uses are callbrs
Nick Desaulniers
2019-05-20
2
-0
/
+133
*
Resubmit "[DebugInfo] Update loop metadata for inlined loops"
Orlando Cazalet-Hyams
2019-05-20
1
-0
/
+159
*
Revert "[DebugInfo] Update loop metadata for inlined loops"
Orlando Cazalet-Hyams
2019-05-20
1
-108
/
+0
*
[DebugInfo] Update loop metadata for inlined loops
Orlando Cazalet-Hyams
2019-05-20
1
-0
/
+108
*
AMDGPU: Assume xnack is enabled by default
Matt Arsenault
2019-05-16
1
-0
/
+67
*
Revert "Temporarily Revert "Add basic loop fusion pass.""
Eric Christopher
2019-04-17
188
-0
/
+17222
*
Temporarily Revert "Add basic loop fusion pass."
Eric Christopher
2019-04-17
188
-17222
/
+0
*
AMDGPU: Assume ECC is enabled by default if supported
Matt Arsenault
2019-04-03
1
-0
/
+70
*
AMDGPU: Fix test filename
Matt Arsenault
2019-04-02
1
-0
/
+0
*
AMDGPU: Remove dx10-clamp from subtarget features
Matt Arsenault
2019-03-29
2
-0
/
+197
*
[NewPM] Fix a nasty bug with analysis invalidation in the new PM.
Chandler Carruth
2019-03-28
1
-1
/
+0
*
[X86] Filter out tuning feature flags and a few ISA feature flags when checki...
Craig Topper
2019-02-19
2
-0
/
+58
*
AMDGPU: Ignore CodeObjectV3 when inlining
Matt Arsenault
2019-02-12
1
-0
/
+13
*
Provide reason messages for unviable inlining
Yevgeny Rouban
2019-02-01
1
-0
/
+10
*
[Inliner] Assert that the computed inline threshold is non-negative.
Easwaran Raman
2019-01-09
1
-2
/
+5
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
3
-9
/
+143
*
[SampleFDO] handle ProfileSampleAccurate when initializing function entry count
Wei Mi
2018-12-13
1
-47
/
+0
*
[Inliner] Modify the merging of min-legal-vector-width attribute to better ha...
Craig Topper
2018-11-29
1
-1
/
+16
*
[Inliner] Add test for merging of min-legal-vector-width function attribute.
Craig Topper
2018-11-29
1
-0
/
+29
*
[Inliner] Penalise inlining of calls with loops at Oz
David Green
2018-11-05
3
-0
/
+231
*
[PM] keeping history when original SCC split and then merge into itself
Wei Mi
2018-10-23
2
-38
/
+117
*
Make YAML quote forward slashes.
Zachary Turner
2018-10-12
2
-7
/
+7
*
Revert "Make YAML quote forward slashes."
Zachary Turner
2018-10-12
2
-7
/
+7
*
Make YAML quote forward slashes.
Zachary Turner
2018-10-12
2
-7
/
+7
*
[TailCallElim] Enable marking of calls with byval as tails
Robert Lougher
2018-10-08
1
-0
/
+33
[next]