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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
4
-1
/
+17
*
Implement a fixit for -Wmain-return-type
Dmitri Gribenko
2013-01-17
1
-0
/
+1
*
Fix a typo introduced in r172665.
Matt Beaumont-Gay
2013-01-17
1
-1
/
+1
*
[objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionar...
Argyrios Kyrtzidis
2013-01-16
2
-2
/
+5
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
1
-5
/
+198
*
No longer crashing with an assert when __has_include or __has_include_next is...
Aaron Ballman
2013-01-16
2
-0
/
+10
*
First step in implementation of mips16 and nomips16 attributes.
Reed Kotler
2013-01-16
1
-0
/
+10
*
[PCH/Modules] Change how macro [re]definitions are de/serialized.
Argyrios Kyrtzidis
2013-01-16
3
-9
/
+15
*
Add option to avoid "bin-packing" of parameters.
Daniel Jasper
2013-01-16
1
-0
/
+4
*
[analyzer] Refactor: parameter rename.
Anna Zaks
2013-01-16
1
-3
/
+3
*
Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that
Douglas Gregor
2013-01-16
2
-0
/
+6
*
When checking availability attributes for consistency between an
Douglas Gregor
2013-01-15
2
-5
/
+29
*
Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!
Douglas Gregor
2013-01-15
2
-1
/
+2
*
[driver] Warnings for warning options are handled by the frontend. The drive...
Chad Rosier
2013-01-15
1
-1
/
+2
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-2
/
+9
*
Multiprecision subtraction builtins.
Michael Gottesman
2013-01-14
1
-0
/
+4
*
[analyzer] Add ProgramStatePartialTrait<const void *>.
Jordan Rose
2013-01-14
2
-3
/
+16
*
[analyzer] Fix cast-away-const warning by using const_cast.
Jordan Rose
2013-01-14
1
-1
/
+1
*
Infer "link" lines for top-level frameworks. Essentially, a framework
Douglas Gregor
2013-01-14
1
-1
/
+7
*
Implement parsing, AST, (de-)serialization, and placeholder global
Douglas Gregor
2013-01-14
3
-2
/
+27
*
Make single-line if statements optional.
Daniel Jasper
2013-01-14
1
-0
/
+7
*
Custom DiagnosticConsumer parameter of reformat() + silence diagnostics in un...
Alexander Kornienko
2013-01-14
1
-2
/
+7
*
Accept [[gnu::*]] for all __attribute__((*))s which are:
Richard Smith
2013-01-14
2
-48
/
+56
*
Constify argument of Preprocessor::getMacroInfoHistory and propagate to
Dmitri Gribenko
2013-01-14
2
-5
/
+6
*
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-13
1
-8
/
+8
*
Fix LLP64 build.
Michael J. Spencer
2013-01-13
1
-1
/
+1
*
Added builtins for multiprecision adds.
Michael Gottesman
2013-01-13
1
-0
/
+6
*
Prune an unused diagnostic, detected after improving the script in r172330
Dmitri Gribenko
2013-01-12
1
-2
/
+0
*
Remove unused diagnostics
Dmitri Gribenko
2013-01-12
1
-4
/
+0
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
60
-187
/
+177
*
Add missing includes and forward declarations so that headers don't depend on
Dmitri Gribenko
2013-01-12
16
-5
/
+25
*
Disable caching of visibility.
Rafael Espindola
2013-01-12
3
-20
/
+14
*
Provide Decl::getOwningModule(), which determines the (sub)module in
Douglas Gregor
2013-01-12
9
-14
/
+62
*
Fix -Wunused-comparison for comparisons in arguments to function-like macros.
Matt Beaumont-Gay
2013-01-12
1
-0
/
+12
*
libclang: constness for CXString
Dmitri Gribenko
2013-01-11
1
-1
/
+1
*
[libclang] Add some constness in CXSourceLocation and CXSourceRange.
Argyrios Kyrtzidis
2013-01-11
1
-2
/
+2
*
libclang: change CXCursor to store 'const void *' pointers for
Dmitri Gribenko
2013-01-11
1
-1
/
+1
*
Constify parameter of clang::getCursorKindForDecl
Dmitri Gribenko
2013-01-11
1
-1
/
+1
*
Improve diagnostic per Richard's suggestion
Fariborz Jahanian
2013-01-11
1
-1
/
+1
*
Allow RefactoringTool to write to memory instead of always to disk
Edwin Vane
2013-01-11
3
-18
/
+36
*
Improved formatting of constructor initializers
Daniel Jasper
2013-01-11
1
-0
/
+4
*
Truth in advertising: LocallyScopedExternalDecls actually only contains
Richard Smith
2013-01-10
5
-22
/
+22
*
Formatter: Put spaces in ObjC method decls in the right place for Google style.
Nico Weber
2013-01-10
1
-0
/
+4
*
[ms-inline asm] Extend the inline asm Sema lookup interface to determine if the
Chad Rosier
2013-01-10
1
-1
/
+1
*
In my last patch use InGroup<Switch> (per Dmitri's comment).
Fariborz Jahanian
2013-01-10
1
-1
/
+1
*
Provide a better warning when case value overflows.
Fariborz Jahanian
2013-01-10
1
-0
/
+3
*
Formatter: Land header change I forgot to land in r172099.
Nico Weber
2013-01-10
1
-0
/
+4
*
Diagnostics: name all implicit groups used more than once.
Jordan Rose
2013-01-10
5
-54
/
+71
*
Improvements to function type and ObjC block formatting.
Daniel Jasper
2013-01-10
1
-0
/
+3
*
Enable intel_ocl_bicc for x86_64 target only. Remove fix from 171969 that ena...
Guy Benyei
2013-01-10
1
-1
/
+0
[next]