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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Use SmallPtrSet explicitly for SmallSets with pointer types (NFC).
Florian Hahn
2018-06-12
1
-2
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-5
/
+7
*
[PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttr...
Fedor Sergeev
2018-03-23
1
-32
/
+201
*
[FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations pass...
Luke Cheeseman
2018-02-22
1
-2
/
+4
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-5
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-19
1
-27
/
+73
*
Merge isKnownNonNull into isKnownNonZero
Nuno Lopes
2017-09-09
1
-1
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+1
*
FunctionAttrs: Skip it if the effective SCC (ignoring optnone functions) is e...
David Blaikie
2017-06-02
1
-0
/
+4
*
[IR] Abstract away ArgNo+1 attribute indexing as much as possible
Reid Kleckner
2017-05-03
1
-3
/
+3
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-2
/
+3
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-28
/
+12
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-1
/
+1
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-15
/
+16
*
FunctionAttrs: Factor out a function for querying memory access of a specific...
Peter Collingbourne
2017-02-14
1
-16
/
+21
*
[FunctionAttrs] try to extend nonnull-ness of arguments from a callsite back ...
Sanjay Patel
2017-02-13
1
-0
/
+53
*
De-duplicate some code for creating an AARGetter suitable for the legacy PM.
Peter Collingbourne
2017-02-09
1
-14
/
+2
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-9
/
+2
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-0
/
+3
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-3
/
+0
*
Fix 80-column violations. NFC.
Chad Rosier
2016-11-07
1
-3
/
+7
*
[FunctionAttrs] Don't try to infer returned if it is already on an argument
David Majnemer
2016-09-12
1
-0
/
+5
*
s/static inline/static/ for headers I have changed in r279475. NFC.
Tim Shen
2016-08-31
1
-5
/
+3
*
[PM] Introduce basic update capabilities to the new PM's CGSCC pass
Chandler Carruth
2016-08-24
1
-2
/
+4
*
[GraphTraits] Replace all NodeType usage with NodeRef
Tim Shen
2016-08-22
1
-9
/
+4
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+2
*
IPO: Swap || operands to avoid dereferencing end()
Duncan P. N. Exon Smith
2016-08-17
1
-2
/
+2
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Add some comments linking back to PR28400.
Sean Silva
2016-08-08
1
-0
/
+2
*
[PM] Invalidate CallGraphAnalysis because it holds AssertingVH
Sean Silva
2016-08-08
1
-0
/
+5
*
[ADT] NFC: Generalize GraphTraits requirement of "NodeType *" in interfaces t...
Tim Shen
2016-08-01
1
-0
/
+1
*
[FunctionAttrs] Correct the safety analysis for inference of 'returned'
David Majnemer
2016-07-19
1
-0
/
+51
*
Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer the 'returned' ...
NAKAMURA Takumi
2016-07-18
1
-50
/
+0
*
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
[next]