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
*
modern objective-c translator. Fixes a translation bug when
Fariborz Jahanian
2012-04-11
2
-18
/
+34
*
Part of PR10101: after a parse error in a declaration, try harder to find the
Richard Smith
2012-04-11
4
-6
/
+110
*
[libclang] Apparently it's important to build in C89, sigh..
Argyrios Kyrtzidis
2012-04-11
1
-1
/
+2
*
[libclang] Introduce a couple of functions to make it convenient
Argyrios Kyrtzidis
2012-04-11
7
-8
/
+71
*
[libclang] In cxloc::translateSourceRange make sure to handle locations in ma...
Argyrios Kyrtzidis
2012-04-11
2
-4
/
+14
*
Update recently-added test to use new __c11_ form of atomic builtins.
Richard Smith
2012-04-11
1
-1
/
+1
*
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
10
-98
/
+165
*
Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...
David Chisnall
2012-04-11
2
-4
/
+28
*
Clean up last commit as per dgregor's comments.
David Chisnall
2012-04-11
1
-7
/
+7
*
Allow c++ initialisers to initialise _Atomic fields.
David Chisnall
2012-04-11
2
-0
/
+19
*
Add a triple to this test.
Eric Christopher
2012-04-11
1
-1
/
+1
*
Try to fix the windows buildbots by making this test a little less
Eric Christopher
2012-04-11
1
-1
/
+1
*
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-11
7
-5
/
+42
*
Support C++11 attributes at the start of a parameter-declaration.
Richard Smith
2012-04-11
4
-10
/
+36
*
[libclang] Fix "error: conflicts with new declaration with āCā linkage" t...
Argyrios Kyrtzidis
2012-04-11
1
-21
/
+21
*
[libclang] If displayDiagnostics is set (when calling clang_createIndex), mak...
Argyrios Kyrtzidis
2012-04-11
5
-49
/
+109
*
[analyzer] Don't crash even when the system functions are redefined.
Anna Zaks
2012-04-10
3
-7
/
+72
*
AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving
Richard Smith
2012-04-10
5
-51
/
+45
*
Fix quoting to allow shell expansion to occur for shell variables
Kaelyn Uhrain
2012-04-10
1
-1
/
+1
*
modern objective-c translation: writing container
Fariborz Jahanian
2012-04-10
2
-11
/
+71
*
[analyzer] dynamic_cast: Better model cast from a reference.
Anna Zaks
2012-04-10
3
-15
/
+26
*
[libclang] For clang_getOverriddenCursors make sure to report overridden objc...
Argyrios Kyrtzidis
2012-04-10
3
-16
/
+53
*
[analyzer] Add support for C++ dynamic_cast.
Anna Zaks
2012-04-10
4
-8
/
+326
*
[analyzer] + comments
Anna Zaks
2012-04-10
1
-0
/
+4
*
When we determine that an initialization sequence failed due to an
Douglas Gregor
2012-04-10
3
-3
/
+29
*
Improve the printing of __PRETTY_FUNCTION__ more provide more
Douglas Gregor
2012-04-10
3
-19
/
+247
*
Add a query macro for C++11 N3276, decltype does not require complete
Douglas Gregor
2012-04-10
4
-1
/
+21
*
Improve diagnostics in C++11 when a non-type template argument for a
Douglas Gregor
2012-04-10
3
-6
/
+32
*
This test actually needs label names.
Eric Christopher
2012-04-10
1
-1
/
+2
*
Include the Objective-C parameter- and return-passing qualifiers when
Douglas Gregor
2012-04-10
2
-13
/
+31
*
For debug and coverage analysis if we're not optimizing go ahead
Eric Christopher
2012-04-10
3
-23
/
+29
*
Don't include the ':' following code-completion suggestions for
Douglas Gregor
2012-04-10
2
-3
/
+15
*
objective-c: remove IsConstProperty as it does not
Fariborz Jahanian
2012-04-10
1
-17
/
+1
*
Add a target triple to test/Index/complete-synthesized.m.
Argyrios Kyrtzidis
2012-04-10
1
-3
/
+3
*
[code-complete] Introduce CodeCompletionTUInfo which will be used for caching
Argyrios Kyrtzidis
2012-04-10
8
-148
/
+280
*
Rework implementation of null non-type template arguments based on
Douglas Gregor
2012-04-10
4
-122
/
+165
*
objective-c: add an assertion for property
Fariborz Jahanian
2012-04-10
1
-0
/
+5
*
Fix GCC's pedantic return-type warning -- this enum is fully covered.
Chandler Carruth
2012-04-10
1
-0
/
+1
*
Fix tautological FileCheck by moving the CHECK to an extra line.
Manuel Klimek
2012-04-10
2
-2
/
+4
*
Don't link lib[std]c++ when -nostdlib is specified (Solaris driver).
David Chisnall
2012-04-10
1
-2
/
+2
*
Pass -march, -mcpu, -mfpu to linuxtools assembler.
Evgeniy Stepanov
2012-04-10
2
-0
/
+35
*
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
4
-11
/
+7
*
EmitStopPoint already checks if we have debug info.
Eric Christopher
2012-04-10
1
-1
/
+1
*
Tidy.
Eric Christopher
2012-04-10
1
-2
/
+2
*
Parsing of C++11 attributes:
Richard Smith
2012-04-10
7
-43
/
+93
*
Disambiguation of '[[':
Richard Smith
2012-04-10
14
-133
/
+412
*
Fix the testcase :-(
Rafael Espindola
2012-04-10
1
-1
/
+1
*
objective-c modern translator: rewriting specific
Fariborz Jahanian
2012-04-10
2
-0
/
+55
*
Fix an annoying little bug I found while debugging another LTO issue. Gold
Rafael Espindola
2012-04-09
2
-6
/
+15
*
Remove -fobjc-default-synthesize-properties as the option
Fariborz Jahanian
2012-04-09
1
-3
/
+3
[next]