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 "[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
*
[FunctionAttrs] Extract a helper function for the core logic used to
Chandler Carruth
2015-09-21
1
-90
/
+117
*
[FunctionAttrs] Move the malloc-like test to a static helper function
Chandler Carruth
2015-09-13
1
-4
/
+3
*
[FunctionAttrs] Factor the logic to test for a known non-null return out
Chandler Carruth
2015-09-13
1
-7
/
+10
*
[FunctionAttrs] Make the per-function attribute inference a boring
Chandler Carruth
2015-09-13
1
-4
/
+3
*
[FunctionAttrs] Collect utility functions as static helpers rather than
Chandler Carruth
2015-09-13
1
-57
/
+52
*
Clean up doxygen comments in FunctionAttrs, promoting some non-doxygen
Chandler Carruth
2015-09-13
1
-34
/
+21
*
Do some spring cleaning on FunctionAttrs.cpp with clang-format prior to
Chandler Carruth
2015-09-13
1
-340
/
+299
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-11
/
+20
*
Fix Windows build by including raw_ostream.h
Hans Wennborg
2015-08-31
1
-0
/
+1
*
[FunctionAttr] Infer nonnull attributes on returns
Philip Reames
2015-08-31
1
-0
/
+148
*
Remove unused variable. NFC.
Diego Novillo
2015-07-24
1
-1
/
+0
*
Remove the user-count threshold when analyzing read attributes
Jingyue Wu
2015-07-24
1
-3
/
+0
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-7
/
+7
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
Chandler Carruth
2015-06-17
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-5
/
+4
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-3
/
+3
*
Remove conflicting attributes before adding deduced readonly/readnone
Bjorn Steinbrink
2015-05-25
1
-1
/
+5
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+2
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
[optnone] Make the optnone attribute effective at suppressing function
Chandler Carruth
2014-08-13
1
-7
/
+13
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-2
/
+4
*
When analyzing params/args for readnone/readonly, don't forget to consider th...
Nick Lewycky
2014-05-30
1
-1
/
+18
*
SCC: Change clients to use const, NFC
Duncan P. N. Exon Smith
2014-04-25
1
-7
/
+6
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-6
/
+6
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Add a missing break.
Rafael Espindola
2014-03-30
1
-0
/
+1
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-11
/
+6
*
[C++11] Make this interface accept const Use pointers and use override
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-4
/
+4
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
cleanup: scc_iterator consumers should use isAtEnd
Duncan P. N. Exon Smith
2014-02-04
1
-2
/
+1
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-0
/
+4
[next]