summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Use CHECK-LABEL when possible. NFC.Rafael Espindola2015-01-211-6/+6
* DebugInfo: Remove distinct-call-inlining test case as this is being fixed in ...David Blaikie2015-01-211-64/+0
* Use a CHECK-LABEL. NFCRafael Espindola2015-01-211-1/+1
* Add the "thunk" attribute to MS ABI virtual member pointersReid Kleckner2015-01-211-4/+14
* Add back a FIXME note to lit.cfg.Francisco Lopes da Silva2015-01-211-0/+1
* Fix isTriviallyCopyableType for arraysSaleem Abdulrasool2015-01-211-0/+3
* Used CHECK-DAG since the order is not important.Rafael Espindola2015-01-211-70/+70
* Used CHECK-DAG since the order is not important.Rafael Espindola2015-01-211-238/+238
* Initial support for C++ parameter completionFrancisco Lopes da Silva2015-01-215-11/+1117
* Don't assume variable name.Rafael Espindola2015-01-211-1/+1
* Make the test a bit stricter. NFC.Rafael Espindola2015-01-211-2/+2
* Make the test a bit stricter. NFC.Rafael Espindola2015-01-211-0/+3
* AST: Don't ignore alignas on EnumDecls when calculating alignmentDavid Majnemer2015-01-212-0/+8
* Revert "Sema: err_after_alias is unreachable, remove it"David Majnemer2015-01-211-3/+2
* MS ABI: Virtual member pointer thunks should be in COMDAT groupsDavid Majnemer2015-01-213-11/+13
* MS ABI: Let guard variables be present in COMDATsDavid Majnemer2015-01-211-2/+2
* CodeGen: Compiler generated __declspec(uuid) objects should be COMDAT'dDavid Majnemer2015-01-211-2/+3
* Sema: err_after_alias is unreachable, remove itDavid Majnemer2015-01-211-0/+4
* Correct all typos in the initialization arguments, even if one could notKaelyn Takata2015-01-211-0/+8
* Fix crashes on missing @interface for categoryBen Langmuir2015-01-202-0/+19
* Add the test that was supposed to be included with r223162.Kaelyn Takata2015-01-201-0/+13
* Implement command line options for stack probe spaceHans Wennborg2015-01-201-1/+7
* Patch fixes PR21932 crash on invalid code. UsingFariborz Jahanian2015-01-201-0/+6
* Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.Alexander Kornienko2015-01-201-0/+18
* Reverting r226548 as one of the tests fails in some configurations.Alexander Kornienko2015-01-201-18/+0
* [OPENMP] Fixed DSA processing for predetermined shared variables.Alexey Bataev2015-01-201-0/+12
* Introduce SPIR calling conventions.Sameer Sahasrabuddhe2015-01-201-0/+18
* [AVX512] Add sub-vector FP extractsAdam Nemet2015-01-191-0/+14
* Migrate all uses of DIVariable's FlagIndirectVariable to use a DIExpressionAdrian Prantl2015-01-192-2/+9
* Add comdat to thunks.Rafael Espindola2015-01-191-3/+3
* Make this test a bit stricter. NFC.Rafael Espindola2015-01-191-6/+6
* Add back a check removed in r226436David Majnemer2015-01-191-0/+3
* Sema: Variable definitions cannot be __attribute__((alias))David Majnemer2015-01-192-20/+3
* [OPENMP] Disable copyprivate an nowait clauses in 'single' directive.Alexey Bataev2015-01-192-4/+18
* PR6037Nathan Sidwell2015-01-1917-21/+46
* [x86] Teach Sema to check size of comparison immediate on avx512 cmpps/cmppd ...Craig Topper2015-01-191-0/+14
* [x86] Mark that the AVX-512 cmpps/cmppd builtins need an ICE for the comparis...Craig Topper2015-01-191-0/+12
* Handle unscoped enumeration in nested name specifier.Serge Pavlov2015-01-182-3/+29
* Update error message text.Serge Pavlov2015-01-189-23/+23
* DebugInfo: Attribute complex expressions to the source location of the expres...David Blaikie2015-01-181-0/+10
* DebugInfo: Attribute aggregate expressions to the source location of the expr...David Blaikie2015-01-181-6/+13
* Refactor test so it's not lazily emitted on a global, simplifying ordering wh...David Blaikie2015-01-181-4/+5
* DebugInfo: Correct the debug location of non-static data member initializersDavid Blaikie2015-01-181-4/+4
* Add tests for two more asserts that r226365 fixed according to SLi's bot.Nico Weber2015-01-171-0/+12
* Add a test for something that used to crash before r226365.Nico Weber2015-01-171-0/+10
* If a function decl cannot be merged, mark it as invalid.Nico Weber2015-01-176-15/+11
* Make sure all weak destructors go in a comdat in the ms abi.Rafael Espindola2015-01-171-2/+2
* Adding option -fno-inline-asm to disallow inline asmSteven Wu2015-01-163-0/+18
* Suggest objc_method_family(none) for a property named -newFoo or similar.Jordan Rose2015-01-161-6/+29
* ObjC getters with names like "newItem" should still be linked to the @property.Jordan Rose2015-01-162-0/+18
OpenPOWER on IntegriCloud