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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
4
-3
/
+422
*
Treat hidden Objective-C protocol definitions as if they were
Douglas Gregor
2013-01-17
2
-1
/
+30
*
Implement a fixit for -Wmain-return-type
Dmitri Gribenko
2013-01-17
1
-1
/
+29
*
objC block layout: Patch reorders block layout to
Fariborz Jahanian
2013-01-17
1
-7
/
+42
*
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...
Argyrios Kyrtzidis
2013-01-16
3
-7
/
+189
*
Delay linkage checks when validating the weakref attribute.
Rafael Espindola
2013-01-16
2
-10
/
+13
*
Fixes crash when illegal function definitions are deleted or defaulted. Fixe...
Aaron Ballman
2013-01-16
1
-2
/
+2
*
Simplify code. No functionality change.
Rafael Espindola
2013-01-16
1
-20
/
+1
*
Remove unnecessary initialization i Added in r172668.
David Blaikie
2013-01-16
1
-6
/
+5
*
Readd an open paren that was lost while reformatting code.
David Blaikie
2013-01-16
1
-1
/
+1
*
Fix -Wreorder warning.
David Blaikie
2013-01-16
1
-13
/
+11
*
Check for internal weak decls after merging.
Rafael Espindola
2013-01-16
2
-6
/
+13
*
PR14964: intrinsic headers using non-reserved identifiers
David Blaikie
2013-01-16
12
-5325
/
+5333
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
17
-217
/
+277
*
Correct order of operands forwarding NEON vfma to LLVM fma
Tim Northover
2013-01-16
1
-1
/
+3
*
Move initialization of ParsingIfOrElifDirective down next to the macro
Eric Christopher
2013-01-16
1
-4
/
+3
*
No longer crashing with an assert when __has_include or __has_include_next is...
Aaron Ballman
2013-01-16
3
-1
/
+11
*
Teach global selector lookup to ignore hidden methods, which occur
Douglas Gregor
2013-01-16
1
-47
/
+65
*
[PCH/Modules] The iterator may become invalidated because a new macro can be ...
Argyrios Kyrtzidis
2013-01-16
1
-2
/
+4
*
First step in implementation of mips16 and nomips16 attributes.
Reed Kotler
2013-01-16
2
-0
/
+58
*
Fix a bug where we would move a following line into a comment.
Daniel Jasper
2013-01-16
1
-1
/
+1
*
[preprocessor] Call the MacroUndefined callback even when the macro was not d...
Argyrios Kyrtzidis
2013-01-16
2
-5
/
+8
*
Fix parsing error in conditional expressions.
Daniel Jasper
2013-01-16
1
-4
/
+3
*
[PCH/Modules] Change how macro [re]definitions are de/serialized.
Argyrios Kyrtzidis
2013-01-16
3
-65
/
+33
*
Improve understanding of unary operators.
Daniel Jasper
2013-01-16
1
-1
/
+1
*
Disable inlining of short ifs in Google style.
Daniel Jasper
2013-01-16
1
-1
/
+1
*
Add option to avoid "bin-packing" of parameters.
Daniel Jasper
2013-01-16
1
-8
/
+60
*
Add debugging support for split penalties.
Manuel Klimek
2013-01-16
2
-2
/
+41
*
Use standard llvm Debug.h support for debugging output.
Manuel Klimek
2013-01-16
1
-17
/
+16
*
Clang Format: Handle missing semicolon
Alexander Kornienko
2013-01-16
1
-2
/
+5
*
Fix uninitialized bool flag access in SanitizerArgs parser
Alexey Samsonov
2013-01-16
1
-2
/
+2
*
Calculate the total length of a line up to each token up front.
Daniel Jasper
2013-01-16
2
-57
/
+34
*
Change the datastructure for UnwrappedLines.
Daniel Jasper
2013-01-16
3
-62
/
+43
*
Never merge < and ::, as it produces different tokens.
Daniel Jasper
2013-01-16
1
-4
/
+4
*
Remove errors were if statements were incorrectly put on a single line.
Daniel Jasper
2013-01-16
1
-0
/
+7
*
[analyzer] Add an annotation to allow suppression of direct ivar
Anna Zaks
2013-01-16
1
-0
/
+18
*
[analyzer] Fix warning typo.
Anna Zaks
2013-01-16
1
-2
/
+2
*
[analyzer] Refactor: parameter rename.
Anna Zaks
2013-01-16
2
-2
/
+2
*
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-16
3
-2
/
+18
*
Collect both normal and static data members of a class in source
Eric Christopher
2013-01-16
2
-106
/
+173
*
One can have an unavailable method overridden by an available method,
Douglas Gregor
2013-01-16
1
-1
/
+1
*
Apply adjustment to function- and array-typed non-type template
Douglas Gregor
2013-01-16
1
-0
/
+13
*
Fix signed/unsigned Compare
David Greene
2013-01-15
1
-1
/
+2
*
Avoid unsigned Compare to int
David Greene
2013-01-15
1
-1
/
+1
*
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-15
3
-27
/
+87
*
Fix Cast
David Greene
2013-01-15
1
-1
/
+2
*
Fix Casting
David Greene
2013-01-15
1
-1
/
+1
*
Fix Const Cast
David Greene
2013-01-15
1
-1
/
+2
*
Fix Cast
David Greene
2013-01-15
1
-1
/
+2
*
Fix Cast Code
David Greene
2013-01-15
1
-2
/
+3
[next]