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
/
utils
/
TableGen
/
ClangAttrEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use range loops and autos in utils/TableGen/ClangAttrEmitter.cpp and generate...
Eugene Zelenko
2015-12-08
1
-21
/
+17
*
Do not crash when dumping the objc_bridge_related attribute when its optional...
Aaron Ballman
2015-11-30
1
-0
/
+2
*
Add the ability to define "fake" arguments on attributes.
John McCall
2015-10-28
1
-67
/
+98
*
[ATTR] Automatic line feed after pragma-like attribute.
Alexey Bataev
2015-10-12
1
-0
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-4
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...
Hans Wennborg
2015-09-29
1
-4
/
+4
*
[UB] Guard two calls to memcpy in generated attribute code to handle
Chandler Carruth
2015-08-04
1
-2
/
+4
*
Fix -Wextra-semi warnings.
Hans Wennborg
2015-07-22
1
-1
/
+1
*
Refactor TableGen backend for ClangAttrEmitter to avoid duplication.
Bob Wilson
2015-07-20
1
-89
/
+63
*
Ignore the "novtable" declspec when not using the Microsoft C++ ABI.
Bob Wilson
2015-07-20
1
-3
/
+36
*
[TableGen] Change a couple methods to return an ArrayRef instead of a const s...
Craig Topper
2015-07-06
1
-2
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
1
-1
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+3
*
Implement no_sanitize attribute.
Peter Collingbourne
2015-05-15
1
-0
/
+14
*
Implement target-specific __attribute__((aligned)) value
Ulrich Weigand
2015-04-21
1
-5
/
+4
*
[tblgen] Use StringRef::trim
Benjamin Kramer
2015-04-10
1
-24
/
+5
*
Devirtualize Attr and all subclasses.
Benjamin Kramer
2015-03-19
1
-12
/
+39
*
Make helper functions static. NFC.
Benjamin Kramer
2015-03-10
1
-1
/
+4
*
The semantic spelling enumeration should retain values to the spelling list i...
Aaron Ballman
2015-03-10
1
-1
/
+5
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-2
/
+2
*
Replace size() calls on containers with empty() calls where appropriate. NFC
Alexander Kornienko
2015-01-23
1
-2
/
+2
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Attributes accepting an EnumArgument are allowed to pass a string literal, or...
Aaron Ballman
2014-12-19
1
-0
/
+1
*
Modify __has_attribute so that it only looks for GNU-style attributes. Remove...
Aaron Ballman
2014-12-05
1
-3
/
+0
*
Create a new 'flag_enum' attribute.
Alexis Hunt
2014-11-28
1
-1
/
+6
*
Fixing a use of stringstream to use an LLVM helper function. Drive-by fixing ...
Aaron Ballman
2014-11-17
1
-7
/
+3
*
MinGW doesn't implement std::to_string; working around it. NFC.
Aaron Ballman
2014-11-14
1
-1
/
+6
*
Complete support for the SD-6 standing document (based off N4200) with suppor...
Aaron Ballman
2014-11-14
1
-9
/
+30
*
Refactor tree printing in AST dumping.
Richard Smith
2014-10-30
1
-26
/
+4
*
Allow constant expressions in pragma loop hints.
Tyler Nowicki
2014-10-12
1
-4
/
+26
*
Adding some FIXMEs to the attribute emitter code regarding whether pretty pri...
Aaron Ballman
2014-09-15
1
-0
/
+6
*
When pretty printing attributes that have enumeration arguments, print the en...
Aaron Ballman
2014-09-15
1
-6
/
+50
*
Remove some transient raw pointer ownership in ClangAttrEmitter::createArgument
David Blaikie
2014-08-08
1
-23
/
+28
*
The GNU-style aligned attribute has an optional expression, but the generated...
Aaron Ballman
2014-08-01
1
-3
/
+9
*
Automate attribute argument count semantic checking when there are variadic o...
Aaron Ballman
2014-07-31
1
-1
/
+13
*
Specifying the diagnostic argument through the attribute table generator inst...
Aaron Ballman
2014-07-16
1
-0
/
+2
*
Fixing the position of the supported syntax marker when generating attribute ...
Aaron Ballman
2014-06-25
1
-1
/
+1
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-2
/
+1
*
Adds a Pragma spelling for attributes to tablegen and makes use of it for loop
Tyler Nowicki
2014-06-13
1
-24
/
+53
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
1
-3
/
+5
*
Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flags
Hans Wennborg
2014-05-31
1
-2
/
+6
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-2
/
+2
*
Cleaning up some range-based for loops so that the automatic type deduction i...
Aaron Ballman
2014-05-20
1
-74
/
+75
*
None of these attributes require FunctionTemplate to be explicitly listed as ...
Aaron Ballman
2014-05-20
1
-6
/
+3
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
1
-4
/
+4
*
Updated the attribute tablegen emitter for variadic arguments to emit a range...
Aaron Ballman
2014-05-02
1
-39
/
+34
*
Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-...
Aaron Ballman
2014-05-01
1
-3
/
+2
*
Reapplying r204952 a second time.
Aaron Ballman
2014-03-31
1
-15
/
+75
[next]