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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[FunctionAttrs] Enable nonnull arg propagation
David Bolvansky
2019-09-23
1
-4
/
+1
*
LLVM: Optimization Pass: Remove conflicting attribute, if any, before
Whitney Tsang
2019-09-11
1
-11
/
+22
*
[FunctionAttrs] Remove readonly and writeonly assertion
Johannes Doerfert
2019-07-15
1
-2
/
+5
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-5
/
+0
*
Add, and infer, a nofree function attribute
Brian Homerding
2019-07-08
1
-1
/
+55
*
Do not derive no-recurse attribute if function does not have exact definition.
Vivek Pandya
2019-06-10
1
-1
/
+1
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-2
/
+2
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-6
/
+5
*
Allow norecurse attribute on functions that have debug infos.
Christian Bruel
2018-12-05
1
-7
/
+9
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-1
/
+1
*
[FuncAttrs] Remove "access range attributes" for read-none functions
Johannes Doerfert
2018-09-11
1
-0
/
+7
*
[FunctionAttrs] Infer WriteOnly Function Attribute
Brian Homerding
2018-08-23
1
-10
/
+38
*
[NFC][FunctionAttrs] Remove duplication in old/new PM pipeline
Johannes Doerfert
2018-08-01
1
-33
/
+29
*
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
[next]