aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-02-26Check in the version of this test which is actually updated for asmjs-unknown...Dan Gohman
2014-02-24Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2013-10-28Cherry-pick upstream clang r193506: "Define [U]LLONG_{MIN,MAX} for C++11, add...JF Bastien
2013-08-07Treat __sync_synchronize and asm("":::"memory") as stronger fences.JF Bastien
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-07-22Cherrypick upstream volatile _Complex alignment patchesJF Bastien
2013-07-15Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'Eli Bendersky
2013-07-12Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clangEli Bendersky
2013-07-10Cherry-picking the pow-for-le32 fix from upstream clang.Eli Bendersky
2013-06-27Clang should not generate calls to llvm.pow.* intrinsics.Eli Bendersky
2013-06-24Switch back to non-ARM ABI for C++ guard variables under PNaClMark Seaborn
2013-06-19Use ARM-style representation for C++ method pointers under PNaClMark Seaborn
2013-05-30Merging r182645:Bill Wendling
2013-05-21Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner
2013-05-21Merging r181342:Bill Wendling
2013-05-21Merging r182266:Bill Wendling
2013-05-17Merging r182072:Bill Wendling
2013-05-16Merging r181465:Bill Wendling
2013-05-15Merging r181750:Bill Wendling
2013-05-15Merging r181728:Bill Wendling
2013-05-08Merging r181368:Bill Wendling
2013-05-06DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie
2013-05-06Grab-bag of bit-field fixes:John McCall
2013-05-06Have the RecursiveASTVisitor traverse the type source info of an objc class m...Argyrios Kyrtzidis
2013-05-06[analyzer] Handle CXXTemporaryObjectExprs in compound literals.Jordan Rose
2013-05-06Fix representation of compound literals for C++ objects with destructors.Jordan Rose
2013-05-06Add SystemZ supportUlrich Weigand
2013-05-06R600: Update GPU variants in -mcpu optionTom Stellard
2013-05-06Remove forward slashes from check; should unbreak Windows buildbots.Douglas Gregor
2013-05-06Require the containing type to be complete when we seeJohn McCall
2013-05-06C++1y: support range-based for loops in constant expressions.Richard Smith
2013-05-06C++1y: support 'for', 'while', and 'do ... while' in constant expressions.Richard Smith
2013-05-06Fix assert if __extension__ or _Generic is used when initializing a char arra...Richard Smith
2013-05-05C++1y: support for increment and decrement in constant expression evaluation.Richard Smith
2013-05-05Factor out duplication between lvalue-to-rvalue conversions and variableRichard Smith
2013-05-05Use lexical contexts when checking for conflicting language linkages.Rafael Espindola
2013-05-05Handle parens properly when initializing a char array from a string literal.Richard Smith
2013-05-04Properly parsing __declspec(safebuffers), though there is no semantic hookup....Aaron Ballman
2013-05-04Reverting r181004 since it has broken test/Sema/wchar.c.Aaron Ballman
2013-05-04Moved pretty printer test for thread local storage in its own fileEnea Zaffanella
2013-05-04In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella
2013-05-04AArch64: teach Clang about __clear_cache intrinsicTim Northover
2013-05-04Implement most of N3638 (return type deduction for normal functions).Richard Smith
2013-05-04Don't build a call expression referring to a function which we're not allowedRichard Smith
2013-05-04Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno...Richard Smith
2013-05-04Implement template support for CapturedStmtWei Pan
2013-05-04Separate out and special-case the diagnostic for 'auto' in aRichard Smith
2013-05-03<rdar://problem/13806270> A template argument list is a constant-evaluated co...Douglas Gregor
2013-05-03Revert r177218.Argyrios Kyrtzidis
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian