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
/
FunctionAttrs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support arbitrary address space pointers in masked gather/scatter intrinsics.
Elad Cohen
2017-05-03
1
-4
/
+5
*
[FunctionAttrs] try to extend nonnull-ness of arguments from a callsite back ...
Sanjay Patel
2017-02-13
1
-1
/
+145
*
IR, X86: Understand !absolute_symbol metadata on global variables.
Peter Collingbourne
2016-12-08
1
-0
/
+10
*
[FunctionAttrs] Don't try to infer returned if it is already on an argument
David Majnemer
2016-09-12
1
-0
/
+12
*
Forgot to add a test for r276008.
David Majnemer
2016-07-20
1
-0
/
+18
*
[FunctionAttrs] Correct the safety analysis for inference of 'returned'
David Majnemer
2016-07-19
3
-6
/
+6
*
Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' ...
NAKAMURA Takumi
2016-07-18
3
-6
/
+6
*
Revert "Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute"
Hal Finkel
2016-07-16
3
-6
/
+6
*
Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute
Hal Finkel
2016-07-11
3
-6
/
+6
*
Let FuncAttrs infer the 'returned' argument attribute
Hal Finkel
2016-07-10
3
-6
/
+6
*
NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0
Justin Bogner
2016-07-06
1
-3
/
+3
*
Remove dead TLI arg of isKnownNonNull and propagate deadness. NFC.
Sean Silva
2016-07-02
2
-2
/
+2
*
The absence of noreturn doesn't ensure mayReturn
David Majnemer
2016-06-25
1
-18
/
+0
*
[PM] Port ReversePostOrderFunctionAttrs to the new PM
Sean Silva
2016-06-12
1
-0
/
+1
*
[CaptureTracking] Volatile operations capture their memory location
David Majnemer
2016-05-26
1
-0
/
+8
*
MemorySSA: Revert r269678 and r268068; replace with special casing in MemorySSA.
Peter Collingbourne
2016-05-26
1
-0
/
+4
*
[FunctionAttrs] Volatile loads should disable readonly
David Majnemer
2016-05-25
1
-0
/
+8
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-0
/
+16
*
[attrs] Handle convergent CallSites.
Justin Lebar
2016-03-14
1
-18
/
+30
*
Revert "[attrs] Handle convergent CallSites."
Justin Lebar
2016-02-22
1
-30
/
+18
*
[attrs] Handle convergent CallSites.
Justin Lebar
2016-02-22
1
-18
/
+30
*
[CaptureTracking] Add a test case for pointer cmpxchg
Philip Reames
2016-02-19
1
-0
/
+6
*
[CaptureTracking] Support atomicrmw and cmpxchg
Philip Reames
2016-02-18
1
-0
/
+11
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
1
-0
/
+1
*
[attrs] Move the norecurse deduction to operate on the node set rather
Chandler Carruth
2016-02-13
2
-3
/
+8
*
Add convergent-removing bits to FunctionAttrs pass.
Justin Lebar
2016-02-09
1
-0
/
+94
*
[FunctionAttrs] Fix SCC logic around operand bundles
Sanjoy Das
2016-02-09
1
-0
/
+13
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
1
-1
/
+1
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
2
-44
/
+0
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
1
-12
/
+0
*
[FunctionAttrs] Provide a mechanism for adding function attributes from the c...
James Molloy
2015-11-19
1
-0
/
+12
*
Vector of pointers in function attributes calculation
Elena Demikhovsky
2015-11-17
1
-0
/
+38
*
Revert "Revert "[FunctionAttrs] Identify norecurse functions""
James Molloy
2015-11-12
5
-7
/
+69
*
Revert "[FunctionAttrs] Identify norecurse functions"
James Molloy
2015-11-12
5
-69
/
+7
*
[FunctionAttrs] Identify norecurse functions
James Molloy
2015-11-12
5
-7
/
+69
*
[FunctionAttrs] Fix an iterator wraparound bug
Sanjoy Das
2015-11-07
1
-0
/
+30
*
[FunctionAttr] Infer nonnull attributes on returns
Philip Reames
2015-08-31
1
-0
/
+74
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+2
*
Remove conflicting attributes before adding deduced readonly/readnone
Bjorn Steinbrink
2015-05-25
1
-0
/
+13
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
2
-2
/
+2
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
8
-23
/
+23
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
1
-2
/
+2
*
Normally an 'optnone' function goes through fast-isel, which does not
Paul Robinson
2014-11-03
1
-0
/
+135
*
[optnone] Make the optnone attribute effective at suppressing function
Chandler Carruth
2014-08-13
1
-0
/
+24
*
When analyzing params/args for readnone/readonly, don't forget to consider th...
Nick Lewycky
2014-05-30
2
-1
/
+15
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-0
/
+6
*
Make nocapture analysis work with addrspacecast
Matt Arsenault
2014-01-14
1
-0
/
+15
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-1
/
+1
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
1
-1
/
+1
[next]