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
/
clang
/
lib
/
Analysis
/
Consumed.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverting r214064 and r215650 while investigating a pesky performance regression
Artyom Skrobov
2014-09-23
1
-1
/
+1
*
Use the proper post-order traversal in LiveVariables analysis,
Artyom Skrobov
2014-08-14
1
-1
/
+1
*
Move the logic for testing for namespace std into one location. This check can
Richard Trieu
2014-05-28
1
-13
/
+2
*
[C++11] Use 'nullptr'. Analysis edition.
Craig Topper
2014-05-20
1
-22
/
+22
*
Explicitly keep track of temporaries during the consumed analysis.
Manuel Klimek
2014-05-08
1
-4
/
+3
*
Updated the attribute tablegen emitter for variadic arguments to emit a range...
Aaron Ballman
2014-05-02
1
-7
/
+3
*
Renaming the CallableState variadic attribute argument to be CallableStates. ...
Aaron Ballman
2014-05-02
1
-2
/
+2
*
Renaming range-based for loop variables so they don't appear iterator-like.
Aaron Ballman
2014-04-28
1
-23
/
+23
*
[C++11] Converting to range-based for loops. No functional changes intended.
Aaron Ballman
2014-04-28
1
-46
/
+27
*
Consumed Analysis: IgnoreParens bugfix.
DeLesley Hutchins
2014-03-20
1
-29
/
+38
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-5
/
+3
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+3
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-2
/
+2
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
Consumed analysis: bugfix for operator calls. Also fixes some formatting
DeLesley Hutchins
2014-01-16
1
-16
/
+12
*
Consumed analysis: add two new attributes which fine-tune the behavior of
DeLesley Hutchins
2014-01-14
1
-221
/
+222
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-2
/
+2
*
Switched code from using hasAttr followed by getAttr to simply call getAttr d...
Aaron Ballman
2013-12-19
1
-74
/
+43
*
For -Wconsumed, walk the namespaces to find if the top most namespace is "std"
Richard Trieu
2013-12-17
1
-2
/
+13
*
Fix PR18260 - Make std::move handling in -Wconsumed only trigger on std::move
Richard Trieu
2013-12-16
1
-1
/
+2
*
Consumed analysis: track state of temporary objects.
DeLesley Hutchins
2013-11-16
1
-152
/
+190
*
Fixed bug with checking the kind of types.
Chris Wailes
2013-10-31
1
-4
/
+8
*
Changed tests_typestate to test_typestate for consistency.
Chris Wailes
2013-10-29
1
-4
/
+4
*
Used OwningPtr to clean up some memory management in Consumed.cpp.
Chris Wailes
2013-10-25
1
-12
/
+7
*
Replaced duplicate code with calls to forwardInfo.
Chris Wailes
2013-10-24
1
-27
/
+17
*
Consumed analysis: fix assert failure.
DeLesley Hutchins
2013-10-18
1
-8
/
+20
*
Consumed analysis: assume that non-const reference parameters are initially
DeLesley Hutchins
2013-10-18
1
-13
/
+21
*
Consumed analysis: All the return_typestate parameter to be attached to the
DeLesley Hutchins
2013-10-18
1
-26
/
+34
*
Consumed analysis: Add param_typestate attribute, which specifies that
DeLesley Hutchins
2013-10-17
1
-14
/
+55
*
Consumed Analysis: Allow parameters that are passed by non-const reference
DeLesley Hutchins
2013-10-17
1
-3
/
+43
*
Consumed analysis: fix ICE in handling of loop source locations.
DeLesley Hutchins
2013-10-17
1
-7
/
+30
*
Consumed analysis: replace the consumes attribute with a set_typestate
DeLesley Hutchins
2013-10-11
1
-4
/
+18
*
Consumed analysis: switch from tests_consumed/unconsumed to a general
DeLesley Hutchins
2013-10-11
1
-20
/
+16
*
Consumed analysis: check destructor calls.
DeLesley Hutchins
2013-10-11
1
-20
/
+55
*
Consumed analysis: improve loop handling. The prior version of the analysis
DeLesley Hutchins
2013-10-09
1
-36
/
+139
*
Consumed Analysis: Change callable_when so that it can take a list of states
DeLesley Hutchins
2013-10-04
1
-77
/
+92
*
Fix ICE in consumed analysis when CFG is null.
DeLesley Hutchins
2013-09-10
1
-2
/
+6
*
Consumed Analysis: The 'consumable' attribute now takes a identifier specifyi...
David Blaikie
2013-09-06
1
-50
/
+60
*
Fix non-void return warning, and format.
Eric Christopher
2013-09-03
1
-3
/
+4
*
Consumed analysis: add return_typestate attribute.
DeLesley Hutchins
2013-09-03
1
-4
/
+104
*
Consumed analysis: add 'consumable' class attribute.
DeLesley Hutchins
2013-08-30
1
-41
/
+10
*
Consumed analysis: track function parameters.
DeLesley Hutchins
2013-08-29
1
-10
/
+27
*
Consumed analysis: non-const methods no longer transfer an object into an
DeLesley Hutchins
2013-08-29
1
-12
/
+2
*
Silencing the warning from r189605 in a more conformant manner.
Aaron Ballman
2013-08-29
1
-1
/
+1
*
Silencing a rather spurious warning from MSVC 11 about not all control paths ...
Aaron Ballman
2013-08-29
1
-0
/
+1
*
Fix warning about anonymous structs in anonymous unions.
Eric Christopher
2013-08-29
1
-6
/
+8
*
Consumed analysis: improve handling of conditionals.
DeLesley Hutchins
2013-08-29
1
-178
/
+473
*
Consumed analyis: Renamed *PStatus to *PInfo.
DeLesley Hutchins
2013-08-26
1
-48
/
+48
*
Update to consumed analysis.
DeLesley Hutchins
2013-08-22
1
-76
/
+93
[next]