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
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
3
-3
/
+3
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
3
-3
/
+3
*
Check for consistent use of nullability type specifiers in a header.
Douglas Gregor
2015-06-19
1
-1
/
+2
*
[CodeGen][NEON] Emit constants for "immediate" intrinsic arguments.
Ahmed Bougacha
2015-06-04
1
-8
/
+24
*
[utils] Improvements to check_cfc.py to work better with some build systems.
Russell Gallop
2015-06-03
2
-3
/
+15
*
[utils] Add exact check to check_cfc.py dash_s_no_change.
Russell Gallop
2015-06-03
2
-6
/
+44
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
4
-9
/
+7
*
Implement no_sanitize attribute.
Peter Collingbourne
2015-05-15
1
-0
/
+14
*
[TableGen] Clang changes for r235697 to stop leaking Expanders and Operators ...
Craig Topper
2015-04-24
1
-8
/
+7
*
Implement target-specific __attribute__((aligned)) value
Ulrich Weigand
2015-04-21
1
-5
/
+4
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-8
/
+0
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-15
/
+15
*
[tblgen] Use StringRef::trim
Benjamin Kramer
2015-04-10
1
-24
/
+5
*
Fix a call to std::unique to actually discard the trailing (junk) elements.
James Dennett
2015-04-06
1
-1
/
+2
*
[utils] Add Check Compile Flow Consistency tool (check_cfc.py).
Russell Gallop
2015-04-02
5
-0
/
+649
*
Devirtualize Attr and all subclasses.
Benjamin Kramer
2015-03-19
1
-12
/
+39
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
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
2
-3
/
+3
*
[cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
2
-4
/
+4
*
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.
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
[next]