index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a new 'flag_enum' attribute.
Sean 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
*
[analyzer] Rename NewDeleteLeaks checker in the test script.
Anna Zaks
2014-10-31
1
-1
/
+1
*
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
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Fix invalid test generation by utils/ABITest/ABITestGen.py when the same enum...
Daniel Sanders
2014-08-21
2
-2
/
+6
*
Remove some transient raw pointer ownership in ClangAttrEmitter::createArgument
David Blaikie
2014-08-08
1
-23
/
+28
*
Add missing header guards.
Benjamin Kramer
2014-08-08
1
-0
/
+5
*
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
*
Fix typos
Alp Toker
2014-07-14
1
-4
/
+3
*
[ARM-BE] Generate correct NEON intrinsics for big endian systems.
James Molloy
2014-06-27
1
-62
/
+172
*
Add a Visualizer for VarDecl.
Zachary Turner
2014-06-26
1
-6
/
+21
*
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
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-6
/
+6
*
Convert assert(0) to llvm_unreachable to silence a warning about Addend being...
Craig Topper
2014-06-18
1
-1
/
+1
*
Rewrite ARM NEON intrinsic emission completely.
James Molloy
2014-06-17
2
-2982
/
+1846
*
Use the ShowInSystemHeader bit consistently for all diagnostics
Alp Toker
2014-06-16
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
*
Complete the switch from mappings to declarative diagnostic severities
Alp Toker
2014-06-12
1
-3
/
+5
*
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
*
utils/CmpDriver: add brief documentation to indicate what this does
Alp Toker
2014-05-21
1
-0
/
+5
*
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
5
-10
/
+11
*
tblgen: Modularize the diagnostic emitter
Tobias Grosser
2014-05-06
1
-88
/
+198
*
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
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-16
/
+0
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-15
/
+26
*
Reapplying r204952 a second time.
Aaron Ballman
2014-03-31
3
-20
/
+81
*
Reverting r204968 and r204969; while more build bots are happy with the resul...
Aaron Ballman
2014-03-27
3
-81
/
+20
*
Reapplying r204952 with fixes which should hopefully resolve linking issues w...
Aaron Ballman
2014-03-27
3
-20
/
+81
*
Reverting r204952, while I figure out what's going on with the makefile build.
Aaron Ballman
2014-03-27
3
-81
/
+20
*
Clean up the __has_attribute implementation without modifying its behavior.
Aaron Ballman
2014-03-27
3
-20
/
+81
*
When generating the Attribute dumper code, do not dead-initialize MoreChildren
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-6
/
+6
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-11
1
-3
/
+3
*
[C++11] Adding override specifiers where appropriate, and removing virtual sp...
Aaron Ballman
2014-03-06
1
-105
/
+101
*
[C++11] Using std::unique_ptr to ensure that Argument objects do not leak (si...
Aaron Ballman
2014-03-05
1
-50
/
+45
*
Pass llvm::Triple objects by const reference.
Benjamin Kramer
2014-03-04
1
-2
/
+2
[next]