summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Add R600 builtin codegen.Matt Arsenault2014-06-24
* Correctly Load Mixed FP-GP Variadic Arguments for x86-64.Rafael Espindola2014-06-24
* Use appropriate default PIE settings for OpenBSD.Brad Smith2014-06-24
* Simplify optimization-remark.c test following r211610Alp Toker2014-06-24
* [Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan2014-06-24
* Fix test added in r211610 so it doesn't race on output file creation.David Blaikie2014-06-24
* Objective-C. When we use @selector(save:), etc. there may be more Fariborz Jahanian2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Allow static_assert inside an anonymous union; fixes PR20021 as well as imple...Aaron Ballman2014-06-24
* Fix "warning: fallthrough annotation does not directly precede switch label" ...Alexander Kornienko2014-06-24
* [mips] Correct linux dynamic linker for -mnan=2008Daniel Sanders2014-06-24
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-24
* Driver: Restore proper naming of crashdump filesJustin Bogner2014-06-24
* AST: Address of dllimport functions isn't constantDavid Majnemer2014-06-24
* AST: Address of dllimport variables isn't constantDavid Majnemer2014-06-24
* [OPENMP] Added initial checking of nesting of OpenMP regions.Alexey Bataev2014-06-24
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-23
* Driver: correct behaviour of -fmsc-version=MAJORSaleem Abdulrasool2014-06-23
* MS ABI: Add an additional test for typeidDavid Majnemer2014-06-23
* Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer2014-06-22
* Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi2014-06-22
* [analyzer] Check for NULL passed to CFAutorelease.Jordan Rose2014-06-21
* Make MS i128 suffix test from r211446 more robustAlp Toker2014-06-21
* The i128 suffix isn't always available.David Majnemer2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* [test] Add '-target' option to fix bot failure.Argyrios Kyrtzidis2014-06-21
* [PCH] Remove the BackingIvarReferencedInAccessor field from DECL_OBJC_IVAR ab...Argyrios Kyrtzidis2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Driver: In crashdumps with -fmodule, dump the module dependenciesJustin Bogner2014-06-20
* Driver: enhance MSC version compatibilitySaleem Abdulrasool2014-06-20
* Driver: Record that we're in crashdump and push flags to ConstructJobJustin Bogner2014-06-20
* CodeGen: Fix test to work with assertions as wellDavid Majnemer2014-06-20
* CodeGen: typeid/dynamic_cast tests don't need assertsDavid Majnemer2014-06-20
* CodeGen: Refactor dynamic_cast and typeidDavid Majnemer2014-06-20
* Fix typo in r211394.Richard Smith2014-06-20
* [C++1z] Implement N3928: message in static_assert is optional.Richard Smith2014-06-20
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-20
* Don't crash when emitting a glvalue conditional where one arm is aRichard Smith2014-06-20
* Fix crash caused by unnamed union or struct when doing ast-printSerge Pavlov2014-06-20
* [PowerPC] Fix small argument stack slot offset for LEUlrich Weigand2014-06-20
* Disable Modules/dependency-dump-dependent-module.m on win32 for now.NAKAMURA Takumi2014-06-20
* The ability to use vector initializer lists is a GNU vector extensionJames Molloy2014-06-20
* Add file missed in r211360 commitUlrich Weigand2014-06-20
* [PowerPC] Fix ELF interpreter name for powerpc64le-linuxUlrich Weigand2014-06-20
* [PowerPC] Add MultiarchIncludeDirs for powerpc64leUlrich Weigand2014-06-20
* Fix PR20081: Parsing templates in the presence of -x cuda -std=c++11Eli Bendersky2014-06-20
* Add module flags metadata to record the settings for enum and wchar widthOliver Stannard2014-06-20
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-20
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-20