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
*
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
1
-2
/
+23
*
clang-format: Don't put useless space in f( ::g()).
Daniel Jasper
2013-02-07
1
-1
/
+2
*
Retain all hidden methods in the global method pool, because they may become ...
Douglas Gregor
2013-02-07
1
-0
/
+4
*
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...
Douglas Gregor
2013-02-07
2
-18
/
+20
*
Thread safety analysis: make sure that expressions in attributes are parsed
DeLesley Hutchins
2013-02-07
1
-0
/
+1
*
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
2
-0
/
+12
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
21
-2
/
+95
*
Apply the pure-virtual odr rule to other constructs which can call overloaded
Nick Lewycky
2013-02-07
1
-25
/
+14
*
Fix handling of module imports adding names to a DeclContext after qualified
Richard Smith
2013-02-07
2
-14
/
+48
*
Simplify FindExternalVisibleDeclsByName by making it return a bool indicating
Richard Smith
2013-02-07
5
-20
/
+20
*
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-07
1
-3
/
+16
*
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2013-02-07
1
-28
/
+265
*
AST dumping: indicate the previous declaration for a redeclaration, and
Richard Smith
2013-02-07
1
-1
/
+27
*
Be a little more permissive with -fmodules-ignore-macro= by removing everythi...
Douglas Gregor
2013-02-07
2
-16
/
+6
*
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
3
-2
/
+55
*
Detect when we end up trying to load conflicting module files.
Douglas Gregor
2013-02-06
2
-4
/
+30
*
Fix bug in the alignment of comments.
Daniel Jasper
2013-02-06
1
-1
/
+4
*
Become a little smarter with formatting long chains of pipes.
Daniel Jasper
2013-02-06
1
-1
/
+9
*
Align trailing block comments like trailing line comments.
Daniel Jasper
2013-02-06
1
-8
/
+7
*
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
1
-11
/
+14
*
Fix handling of comments in macros.
Manuel Klimek
2013-02-06
1
-3
/
+3
*
Much semicolon after namespaces.
Manuel Klimek
2013-02-06
1
-0
/
+4
*
Fix formatting of ObjC method calls.
Daniel Jasper
2013-02-06
1
-1
/
+1
*
Parse record declarations with token pasted identifiers.
Manuel Klimek
2013-02-06
1
-2
/
+4
*
Fix a formatting bug caused by comments in expressions.
Daniel Jasper
2013-02-06
1
-0
/
+1
*
Optionally derive formatting information from the input file.
Daniel Jasper
2013-02-06
3
-60
/
+112
*
Fix an issue with the formatting of stars in default values.
Daniel Jasper
2013-02-06
1
-1
/
+1
*
Handle nested ObjC calls.
Daniel Jasper
2013-02-06
1
-83
/
+88
*
Formatter: No space after & and * in front of ObjC message expressions.
Nico Weber
2013-02-06
1
-6
/
+10
*
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
1
-33
/
+35
*
Use a dyn_cast to avoid a crash when the TypeLoc is not a ConstantArrayTypeLoc.
Chad Rosier
2013-02-06
1
-4
/
+5
*
[Headers] Use standard builtin defines instead of typeof trickery.
Daniel Dunbar
2013-02-06
1
-2
/
+2
*
[analyzer]Revert part of r161511; suppresses leak false positives in C++
Anna Zaks
2013-02-06
1
-0
/
+6
*
Adding armv7l default to cortex-a8
Renato Golin
2013-02-05
1
-0
/
+1
*
Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...
Michael Gottesman
2013-02-05
1
-0
/
+2
*
Add note why we used a switch.
Ted Kremenek
2013-02-05
1
-0
/
+1
*
Change subexpressions to be visited in the CFG from left-to-right.
Ted Kremenek
2013-02-05
3
-38
/
+108
*
[analyzer] Teach the analyzer to use a symbol for p when evaluating
Anna Zaks
2013-02-05
1
-11
/
+16
*
[analyzer] add comment
Anna Zaks
2013-02-05
1
-1
/
+5
*
[arcmt] Make sure the objc migrators work fine when used with a PCH.
Argyrios Kyrtzidis
2013-02-05
1
-2
/
+19
*
[frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...
Argyrios Kyrtzidis
2013-02-05
3
-18
/
+10
*
Formatter: Detect ObjC method expressions after unary operators.
Nico Weber
2013-02-05
1
-6
/
+20
*
Initial support for formatting ObjC method declarations/calls.
Daniel Jasper
2013-02-05
3
-18
/
+72
*
Fix some linebreak decisions in Google format.
Daniel Jasper
2013-02-05
1
-8
/
+10
*
Fix formatting regression introduced by r174307.
Daniel Jasper
2013-02-05
1
-0
/
+2
*
Fix typo in comment
Arnaud A. de Grandmaison
2013-02-05
1
-2
/
+2
*
TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig...
NAKAMURA Takumi
2013-02-05
1
-1
/
+1
*
Driver and option support for -gsplit-dwarf. This is a part of
Eric Christopher
2013-02-05
6
-9
/
+97
[next]