summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of preincrement on bit-fields. This gives a bit-field in C++, butRichard Smith2014-09-242-1/+52
* pass environment when invoking llvm-config and clang from lit.cfgScott Douglass2014-09-241-2/+4
* Simplify tests.Nico Weber2014-09-243-16/+2
* Downgrade error about stdcall decls with no prototype to a warningReid Kleckner2014-09-244-10/+10
* Patch to allow mangling of microsoft’s __uuidof expression for the Itanium ...Fariborz Jahanian2014-09-242-2/+50
* Sema: Inherit the flexible array property from struct fieldsDavid Majnemer2014-09-241-0/+6
* [x86] Fixed argument types in intrinsics:Robert Khasanov2014-09-242-7/+10
* Fix the argument index error of __builtin___memccpy_chkSteven Wu2014-09-241-0/+9
* Fix an edge case with BinaryOperator's in -Wuninitialized. Add testcases forRichard Trieu2014-09-241-0/+16
* Follow-up to r218292: Add more REVERTIBLE_TYPE_TRAITs.Nico Weber2014-09-242-4/+100
* MS ABI: Pure virtual functions don't contribute to vtordispsDavid Majnemer2014-09-231-0/+26
* Improve -Wuninitialized to take into account field ordering with initializerRichard Trieu2014-09-233-3/+55
* PR18793: If we try to EnterTokenStream when our current lexer is a cachingRichard Smith2014-09-231-0/+5
* Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith2014-09-232-4/+16
* Revert "Don't use comdats for initializers on platforms that don't support it"Reid Kleckner2014-09-232-9/+3
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-2319-0/+3863
* [mips] Fix r218248's testcase to use -O1 instead of -O3.Daniel Sanders2014-09-231-3/+3
* AST: Mangle cast expression encoding more accuratelyDavid Majnemer2014-09-231-3/+22
* Revert r197496, as it broke REVERTIBLE_TYPE_TRAITs from PCH files.Nico Weber2014-09-232-4/+12
* Attempt to fix Sema/builtin-object-size.c after r218258Hans Wennborg2014-09-231-1/+1
* Don't use comdats for initializers on platforms that don't support itReid Kleckner2014-09-232-3/+9
* Fix a vftable mangling bugReid Kleckner2014-09-221-6/+39
* ms-inline-asm: Add a test case for the usage of labels in bracket expressionsEhsan Akhgari2014-09-221-0/+9
* Fix test/CodeGen/mips-varargs.c to use %clang_cc1Kaelyn Takata2014-09-221-3/+3
* Fix evatuated value of __builtin_object_size according to itsFariborz Jahanian2014-09-221-0/+17
* clang/test/CodeGen/mips-varargs.c: Fixup for -Asserts.NAKAMURA Takumi2014-09-221-21/+20
* [mips] Correct alignment of vectors passed in varargs for the O32 ABI.Daniel Sanders2014-09-221-0/+53
* [OPENMP] Codegen for 'omp critical' directive.Alexey Bataev2014-09-221-0/+38
* ms-inline-asm: Scope inline asm labels to functionsEhsan Akhgari2014-09-225-11/+95
* Fix bugs in cpuid.h.Akira Hatanaka2014-09-201-0/+18
* Follow-up to r214408: Warn on other callee-cleanup functions without prototyp...Nico Weber2014-09-194-6/+34
* Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)Dario Domizioli2014-09-191-0/+18
* In the Itanium ABI, move stuff to the comdat of variables with static init.Rafael Espindola2014-09-192-5/+16
* [x86] Add _addcarry_u{32|64} and _subborrow_u{32|64}.Robert Khasanov2014-09-191-0/+31
* [x86] Added _addcarryx_u32, _addcarryx_u64 intrinsicsRobert Khasanov2014-09-191-0/+17
* [x86] Enable broadwell target in clang.Robert Khasanov2014-09-192-0/+72
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-194-36/+524
* Don't use the third field of llvm.global_ctors for MachO.Rafael Espindola2014-09-191-53/+68
* Revert "Put more stuff in the comdat used for variables with static init."Rafael Espindola2014-09-191-9/+3
* Put more stuff in the comdat used for variables with static init.Rafael Espindola2014-09-181-3/+9
* Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, whichDeLesley Hutchins2014-09-181-0/+108
* MS ABI: Don't ICE for pointers to pointers to members of incomplete classesDavid Majnemer2014-09-181-6/+16
* [X86, inlineasm] Do not allow using constraint 'x' for a variable larger thanAkira Hatanaka2014-09-181-2/+9
* [X86, inline-asm] Allow 256-bit wide operands for the 'x' constraintsHans Wennborg2014-09-181-0/+6
* [X86, inlineasm] Check that the output size is correct for the given constraint.Akira Hatanaka2014-09-182-2/+15
* Patch to check at compile time for overflow whenFariborz Jahanian2014-09-182-3/+24
* Revert r217995 and follow-ups:Hans Wennborg2014-09-183-69/+2
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-1813-0/+3634
* Basic: use hex string for __ARM_FP macroSaleem Abdulrasool2014-09-181-2/+2
* Change -Wbind-to-temporary-copy from an ExtWarn to an Extension.Nico Weber2014-09-186-32/+34
OpenPOWER on IntegriCloud