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
Commit message (
Expand
)
Author
Age
Files
Lines
*
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
2
-2
/
+71
*
clang-format: Don't put useless space in f( ::g()).
Daniel Jasper
2013-02-07
2
-2
/
+4
*
Add missing header from r174648
Douglas Gregor
2013-02-07
1
-0
/
+3
*
Retain all hidden methods in the global method pool, because they may become ...
Douglas Gregor
2013-02-07
5
-0
/
+18
*
libclang: reduce CXString abuse
Dmitri Gribenko
2013-02-07
1
-25
/
+20
*
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
52
-133
/
+135
*
Thread safety analysis: make sure that expressions in attributes are parsed
DeLesley Hutchins
2013-02-07
2
-0
/
+14
*
Testcase for r174477.
Chad Rosier
2013-02-07
1
-0
/
+11
*
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
4
-0
/
+24
*
FileCheckize volatile test
Tim Northover
2013-02-07
1
-3
/
+37
*
Only check for volatile memcpys in test.
Tim Northover
2013-02-07
1
-1
/
+1
*
Add AArch64 wchar definition to test
Tim Northover
2013-02-07
1
-1
/
+1
*
XFAIL test that's inappropriate for AArch64 ABI
Tim Northover
2013-02-07
1
-0
/
+8
*
Permit ABIs where the caller extends the result (test change).
Tim Northover
2013-02-07
1
-1
/
+1
*
Documentation: fix typo: stdard -> stdarg
Dmitri Gribenko
2013-02-07
1
-2
/
+2
*
Documentation: add information about builtin includes to FAQ
Dmitri Gribenko
2013-02-07
2
-0
/
+14
*
libclang: CursorVisitor::VisitBuiltinTypeLoc(): Add OCLSampler. [-Wswitch]
NAKAMURA Takumi
2013-02-07
1
-0
/
+1
*
Implements equalsNode for Decl and Stmt.
Manuel Klimek
2013-02-07
3
-0
/
+66
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
36
-5
/
+169
*
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-07
2
-25
/
+52
*
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2013-02-07
7
-29
/
+117
*
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-07
9
-71
/
+32
*
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-07
2
-14
/
+45
*
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2013-02-07
3
-34
/
+327
*
AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
2013-02-07
2
-1
/
+40
*
Be a little more permissive with -fmodules-ignore-macro= by removing everythi...
Douglas Gregor
2013-02-07
3
-16
/
+13
*
Add a *San + modules FIXME.
Richard Smith
2013-02-07
1
-0
/
+2
*
Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...
Douglas Gregor
2013-02-07
6
-6
/
+87
*
Formatter: Move ObjC literal tests to its own test case.
Nico Weber
2013-02-07
1
-13
/
+21
*
Detect when we end up trying to load conflicting module files.
Douglas Gregor
2013-02-06
6
-4
/
+68
*
Fix bug in the alignment of comments.
Daniel Jasper
2013-02-06
2
-1
/
+11
*
Become a little smarter with formatting long chains of pipes.
Daniel Jasper
2013-02-06
2
-1
/
+16
*
Cleanup of ASTMatcher macros and adding support for overloaded matchers.
Manuel Klimek
2013-02-06
5
-194
/
+164
*
Align trailing block comments like trailing line comments.
Daniel Jasper
2013-02-06
2
-8
/
+14
*
Remove unneeded test. We have plenty of subgroup relations between warnings,
Ted Kremenek
2013-02-06
1
-16
/
+0
*
Accept and ignore the -fextended-identifiers option.
Jordan Rose
2013-02-06
2
-0
/
+10
*
Eliminate a race condition with the global module index.
Douglas Gregor
2013-02-06
1
-1
/
+2
*
Formatter: Correctly detect ObjC message expressions preceded by a comment.
Nico Weber
2013-02-06
2
-11
/
+20
*
Fix handling of comments in macros.
Manuel Klimek
2013-02-06
2
-3
/
+29
*
Much semicolon after namespaces.
Manuel Klimek
2013-02-06
2
-0
/
+13
*
Fix formatting of ObjC method calls.
Daniel Jasper
2013-02-06
2
-1
/
+7
*
Parse record declarations with token pasted identifiers.
Manuel Klimek
2013-02-06
2
-2
/
+5
*
Fix a formatting bug caused by comments in expressions.
Daniel Jasper
2013-02-06
2
-0
/
+16
*
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-06
5
-64
/
+149
*
Fix an issue with the formatting of stars in default values.
Daniel Jasper
2013-02-06
2
-1
/
+2
*
Adds a convenience function selectFirst to simplify matching.
Manuel Klimek
2013-02-06
2
-12
/
+39
*
Handle nested ObjC calls.
Daniel Jasper
2013-02-06
2
-85
/
+112
*
Formatter: No space after & and * in front of ObjC message expressions.
Nico Weber
2013-02-06
2
-9
/
+12
*
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
2
-33
/
+42
*
Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.
Chad Rosier
2013-02-06
1
-4
/
+5
[next]