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
/
IPO
/
FunctionAttrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute"
Hal Finkel
2016-07-16
1
-0
/
+50
*
Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute
Hal Finkel
2016-07-11
1
-50
/
+0
*
Don't use a SmallSet for returned attribute inference
Hal Finkel
2016-07-11
1
-11
/
+19
*
Let FuncAttrs infer the 'returned' argument attribute
Hal Finkel
2016-07-10
1
-0
/
+42
*
[PM] Some preparatory refactoring to minimize the diff of D21921
Sean Silva
2016-07-03
1
-14
/
+20
*
Remove dead TLI arg of isKnownNonNull and propagate deadness. NFC.
Sean Silva
2016-07-02
1
-21
/
+6
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-16
/
+11
*
[PM] Port ReversePostOrderFunctionAttrs to the new PM
Sean Silva
2016-06-12
1
-18
/
+20
*
Factor out a helper. NFC
Sean Silva
2016-06-12
1
-5
/
+10
*
[FunctionAttrs] Volatile loads should disable readonly
David Majnemer
2016-05-25
1
-0
/
+5
*
ReversePostOrderFunctionAttrs is not modifying the call graph, let's preserve...
Mehdi Amini
2016-05-02
1
-0
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+6
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-9
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+9
*
Don't IPO over functions that can be de-refined
Sanjoy Das
2016-04-08
1
-14
/
+17
*
[attrs] Handle convergent CallSites.
Justin Lebar
2016-03-14
1
-39
/
+34
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-4
/
+4
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-1
/
+1
*
Revert "[attrs] Handle convergent CallSites."
Justin Lebar
2016-02-22
1
-25
/
+37
*
[attrs] Handle convergent CallSites.
Justin Lebar
2016-02-22
1
-37
/
+25
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
1
-34
/
+97
*
[attrs] Move the norecurse deduction to operate on the node set rather
Chandler Carruth
2016-02-13
1
-15
/
+16
*
[attrs] Simplify the convergent removal to directly use the pre-built
Chandler Carruth
2016-02-12
1
-22
/
+10
*
[attrs] Consolidate the test for a non-SCC, non-convergent function call
Chandler Carruth
2016-02-12
1
-20
/
+14
*
[attrs] Run clang-format over a newly added routine in function-attrs
Chandler Carruth
2016-02-12
1
-12
/
+16
*
Add convergent-removing bits to FunctionAttrs pass.
Justin Lebar
2016-02-09
1
-0
/
+63
*
[FunctionAttrs] Fix SCC logic around operand bundles
Sanjoy Das
2016-02-09
1
-2
/
+6
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
1
-0
/
+1
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
1
-59
/
+107
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
1
-852
/
+1
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
1
-66
/
+0
*
Revert "[FunctionAttrs] Remove redundant assignment."
Tilmann Scheller
2015-11-20
1
-0
/
+2
*
[FunctionAttrs] Remove redundant assignment.
Tilmann Scheller
2015-11-20
1
-2
/
+0
*
[FunctionAttrs] Provide a mechanism for adding function attributes from the c...
James Molloy
2015-11-19
1
-0
/
+67
*
Vector of pointers in function attributes calculation
Elena Demikhovsky
2015-11-17
1
-1
/
+1
*
Revert "Revert "[FunctionAttrs] Identify norecurse functions""
James Molloy
2015-11-12
1
-1
/
+78
*
Revert "[FunctionAttrs] Identify norecurse functions"
James Molloy
2015-11-12
1
-78
/
+1
*
[FunctionAttrs] Identify norecurse functions
James Molloy
2015-11-12
1
-1
/
+78
*
Unbreak the build
Sanjoy Das
2015-11-07
1
-1
/
+1
*
[FunctionAttrs] Add comment and clarify assertion message; NFC
Sanjoy Das
2015-11-07
1
-1
/
+6
*
[FunctionAttrs] Add handling for operand bundles
Sanjoy Das
2015-11-07
1
-4
/
+31
*
[FunctionAttrs] Fix an iterator wraparound bug
Sanjoy Das
2015-11-07
1
-18
/
+19
*
ADT: Remove last implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-07
1
-1
/
+1
*
[FunctionAttrs] Remove a loop, NFC refactor
Sanjoy Das
2015-11-05
1
-16
/
+14
*
[FunctionAttrs] Inline the prototype attribute inference to an existing
Chandler Carruth
2015-10-31
1
-21
/
+6
*
[FunctionAttrs] Separate another chunk of the logic for functionattrs
Chandler Carruth
2015-10-30
1
-10
/
+16
*
[FunctionAttrs] Provide a single SCC node set to all of the
Chandler Carruth
2015-10-29
1
-91
/
+56
*
[function-attrs] Refactor code to handle shorter code with early exits.
Chandler Carruth
2015-10-27
1
-31
/
+37
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-6
/
+6
[prev]
[next]