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
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
160
-1531
/
+1531
*
llvm::SwitchInst
Stepan Dyatkovskiy
2012-03-11
1
-1
/
+1
*
Document the availability attribute
Douglas Gregor
2012-03-11
2
-1
/
+45
*
When template argument deduction is ignoring qualifiers, perform deep
Douglas Gregor
2012-03-11
2
-15
/
+36
*
cxx_status: No compiler changes are required for 'minimal support for garbage
Richard Smith
2012-03-11
1
-1
/
+2
*
Add a missing 'template' keyword.
Douglas Gregor
2012-03-11
1
-1
/
+1
*
[analyzer] Replace a static helper with existing logic. No functionality change.
Jordy Rose
2012-03-11
1
-26
/
+18
*
When determining whether an identifier followed by a '<' in a member
Douglas Gregor
2012-03-10
3
-11
/
+50
*
Fix crash & accepts-invalid for array of arrays of user defined type.
David Blaikie
2012-03-10
3
-8
/
+41
*
Updated the test so that it checks for ms-compatibility in addition to ms-ext...
Aaron Ballman
2012-03-10
1
-1
/
+1
*
Adding namespace qualifiers to the visualizers and improving their behavior.
Aaron Ballman
2012-03-10
1
-8
/
+8
*
[clang.py] Implement Cursor.objc_type_encoding
Gregory Szorc
2012-03-10
2
-0
/
+20
*
No longer defining GNUC mode when compiling for Microsoft compatibility. Thi...
Aaron Ballman
2012-03-10
2
-5
/
+9
*
Clarify even further that the lambda-to-block-pointer conversion is only avai...
Douglas Gregor
2012-03-10
1
-0
/
+4
*
[clang.py] Refactor get_tu and get_cursor test helper functions into util.py
Gregory Szorc
2012-03-10
5
-112
/
+130
*
PR12225: The requirement that literal operators be namespace-scope functions
Richard Smith
2012-03-10
3
-5
/
+4
*
Use VersionTuple to manage macosx versions in the driver. No functionality ch...
Benjamin Kramer
2012-03-10
3
-34
/
+13
*
Simplify code. No functionality change.
Benjamin Kramer
2012-03-10
1
-14
/
+5
*
objective-c modern rewriter: add __declspec(dllexport) to forward
Fariborz Jahanian
2012-03-10
1
-2
/
+9
*
objc modern rewriter: Define __OBJC2__ in written file.
Fariborz Jahanian
2012-03-10
1
-0
/
+4
*
Replace a map of boolean values with a set.
Benjamin Kramer
2012-03-10
1
-14
/
+8
*
The type of a definition should not increase its visibility. Fixes PR12221.
Rafael Espindola
2012-03-10
2
-2
/
+10
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
49
-565
/
+280
*
Slightly tweak this condition. "isTransparentContext()" was checking whether an
Nick Lewycky
2012-03-10
2
-2
/
+6
*
Could not find this in C99. Perhaps this rule comes from a DR, but in any case
Nick Lewycky
2012-03-10
1
-0
/
+1
*
Only make a call to a copy constructor elidable if in fact we are
Douglas Gregor
2012-03-10
2
-1
/
+42
*
[Sema] A tag decl that is marked as invalid and is used in a decl-spec,
Argyrios Kyrtzidis
2012-03-10
3
-5
/
+11
*
Remove the part of test/Sema/pragma-pack-2.c that has irregular "#pragma pack"s.
Argyrios Kyrtzidis
2012-03-10
1
-46
/
+0
*
Unify the BlockDeclRefExpr and DeclRefExpr paths so that
John McCall
2012-03-10
6
-52
/
+285
*
Fix the dumping of BlockExprs.
John McCall
2012-03-10
1
-1
/
+4
*
test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9".
NAKAMURA Takumi
2012-03-10
1
-2
/
+2
*
Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs.
Benjamin Kramer
2012-03-10
1
-1
/
+2
*
Make sure the accessors for overridden methods don't return inherited constru...
Eli Friedman
2012-03-10
2
-4
/
+18
*
objc modern rewriter: don't export @package ivar symbols.
Fariborz Jahanian
2012-03-10
1
-1
/
+2
*
[analyzer] fix regression in analyzer of NOT actually aborting on Stmts it do...
Ted Kremenek
2012-03-10
9
-28
/
+140
*
IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes.
Daniel Dunbar
2012-03-10
3
-13
/
+71
*
Minor change to my last rewrite patch.
Fariborz Jahanian
2012-03-10
1
-1
/
+6
*
objc modern rewriter: Mark class and ivar definitions with __declspec(dllexport)
Fariborz Jahanian
2012-03-10
1
-2
/
+2
*
Qualifiers on a canonical array type go on the outermost type, not the
Douglas Gregor
2012-03-10
2
-6
/
+5
*
Assign APValues by swapping from a temporary. Removes a bunch of unnecessary
Richard Smith
2012-03-10
3
-48
/
+64
*
objective-c modern rewriter. More fixes related to rewriting
Fariborz Jahanian
2012-03-09
2
-18
/
+117
*
Teach RetainCountChecker about mixing method families with explicit annotatio...
Ted Kremenek
2012-03-09
2
-0
/
+50
*
Document the conversion from a lambda closure type to a block pointer
Douglas Gregor
2012-03-09
1
-0
/
+57
*
Improve diagnostics for UCNs referring to control characters and members of the
Richard Smith
2012-03-09
7
-28
/
+158
*
[Sema] Fix a diag change to include a range that appeared intended, but never
Daniel Dunbar
2012-03-09
1
-1
/
+2
*
Update comment after r152140. Clarify a bit too.
Nico Weber
2012-03-09
1
-1
/
+2
*
[analyzer] Add support for NoRedundancy inlining mode.
Anna Zaks
2012-03-09
8
-44
/
+66
*
CallGraph: Add getNode() method, constify.
Anna Zaks
2012-03-09
2
-3
/
+10
*
Allow serializing an invalid ParmVarDecl and don't set access to public for
Argyrios Kyrtzidis
2012-03-09
3
-9
/
+11
*
Revert r152430 "[AST] Mark ASTContext::getTypeInfo and some friends as
Daniel Dunbar
2012-03-09
1
-6
/
+4
[next]