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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the missing 'static' keyword to the test
Timur Iskhodzhanov
2013-02-19
1
-2
/
+2
*
Add support for -fvisibility-ms-compat.
John McCall
2013-02-19
2
-0
/
+146
*
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
1
-0
/
+27
*
Test for my last patch. // rdar://13178483
Fariborz Jahanian
2013-02-18
1
-0
/
+29
*
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-18
1
-1
/
+13
*
Ensure that the identifier chains have the most recent declaration after modu...
Douglas Gregor
2013-02-18
4
-1
/
+30
*
AArch64: add atomic support parameters to TargetInfo
Tim Northover
2013-02-18
1
-0
/
+5
*
Update test cases to account for DIBuilder type changes.
David Blaikie
2013-02-18
2
-2
/
+2
*
Disable dead stores checker for template instantations. Fixes <rdar://proble...
Ted Kremenek
2013-02-18
1
-0
/
+18
*
Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test
Dmitri Gribenko
2013-02-17
1
-1
/
+4
*
Remove block names from test case to unbreak release builds.
Lang Hames
2013-02-17
1
-2
/
+0
*
Re-apply r174919 - smarter copy/move assignment/construction, with fixes for
Lang Hames
2013-02-17
4
-10
/
+227
*
[clang] fix test execution command
Saleem Abdulrasool
2013-02-17
1
-1
/
+1
*
[CodeGen] tighten objc ivar invariant.load attribution
Saleem Abdulrasool
2013-02-17
1
-0
/
+53
*
Fix for ARM: functions don't have extra attributes there, so {{.*}} is ""
Dmitri Gribenko
2013-02-17
1
-3
/
+7
*
libAnalysis: Add a case for TypeAliasDecl in CFGRecStmtDeclVisitor.
Jordan Rose
2013-02-16
1
-2
/
+9
*
Don't warn on conversion from NULL to nullptr_t
David Blaikie
2013-02-16
1
-2
/
+8
*
Emit vtables for an extern template class as available_externally, not as
Richard Smith
2013-02-16
1
-0
/
+26
*
[PCH] Deserializing the DeclContext of a template parameter is not safe
Argyrios Kyrtzidis
2013-02-16
2
-0
/
+32
*
Rework the visibility computation algorithm in preparation
John McCall
2013-02-16
1
-15
/
+29
*
Add test case for r175312.
Chad Rosier
2013-02-15
1
-0
/
+6
*
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
18
-85
/
+85
*
libclang: add clang_getTypeSpelling(CXType CT)
Dmitri Gribenko
2013-02-15
6
-44
/
+110
*
objective-C: Fixes a compiler crash when encoding
Fariborz Jahanian
2013-02-15
1
-0
/
+18
*
Fixed diagnostic nondeterministic order bug (pr14901).
Enea Zaffanella
2013-02-15
1
-0
/
+13
*
Fix crash-on-invalid where a ParenListExpr shows up as a message receiver
Argyrios Kyrtzidis
2013-02-15
1
-0
/
+8
*
When a statement is dropped from the AST because it was invalid, make sure
Argyrios Kyrtzidis
2013-02-15
1
-0
/
+12
*
Sema: Unnest early exit and remove an unnecessary bad cast.
Benjamin Kramer
2013-02-15
1
-0
/
+3
*
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...
Timur Iskhodzhanov
2013-02-15
2
-11
/
+25
*
Update testcases due to Attribute sorting improvements.
Bill Wendling
2013-02-15
14
-72
/
+72
*
[analyzer] Don't assert when mixing reinterpret_cast and derived-to-base casts.
Jordan Rose
2013-02-15
1
-0
/
+28
*
Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."
Jordan Rose
2013-02-15
2
-3
/
+103
*
Make this test determinstic for my last patch.
Fariborz Jahanian
2013-02-14
1
-18
/
+18
*
objective-C: When implementing custom accessor method for
Fariborz Jahanian
2013-02-14
1
-1
/
+23
*
[analyzer] Try constant-evaluation for all variables, not just globals.
Jordan Rose
2013-02-14
1
-0
/
+27
*
[arcmt] Make sure the function has an associated parameter for the argument
Argyrios Kyrtzidis
2013-02-14
1
-0
/
+9
*
Mangle extern "C" functions whose names are not simple identifiers.
Rafael Espindola
2013-02-14
1
-0
/
+7
*
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
2
-9
/
+7
*
merge hasCLanguageLinkage and isExternC. Keep the shorter name.
Rafael Espindola
2013-02-14
1
-0
/
+19
*
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-14
3
-4
/
+62
*
When marking derived classes' virtual methods ODR-used in order to trigger
Nick Lewycky
2013-02-14
1
-0
/
+17
*
objective-C: Make order of ivars which are synthesized
Fariborz Jahanian
2013-02-13
1
-0
/
+58
*
[ms-inline asm] Add test case for r175083.
Chad Rosier
2013-02-13
1
-0
/
+12
*
ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,
Richard Smith
2013-02-13
1
-0
/
+46
*
[libclang] Fix annotation of a range where the begin or end location
Argyrios Kyrtzidis
2013-02-13
1
-0
/
+64
*
... and now fix the +Asserts build
Timur Iskhodzhanov
2013-02-13
1
-2
/
+2
*
Fix the microsoft-abi-structors test expectations to match both Release and R...
Timur Iskhodzhanov
2013-02-13
1
-8
/
+14
*
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-13
2
-11
/
+62
*
Change this comment to helpfully explain why it's there.
Nick Lewycky
2013-02-13
1
-1
/
+2
*
[analyzer] Use Clang's evaluation for global constants and default arguments.
Jordan Rose
2013-02-13
2
-12
/
+50
[next]