summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [fixit] Use overwriteChangedFiles() to deal with Windows mapped filesReid Kleckner2015-06-174-3/+333
* clang-format: clang-format (NFC)Daniel Jasper2015-06-1712-80/+66
* Qualify all types used in AST matcher macros.Alexander Kornienko2015-06-171-69/+114
* clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper2015-06-172-1/+8
* Fix clang/test/Headers/x86intrin-2.c. _readfsbase_u32() is provided in not i6...NAKAMURA Takumi2015-06-171-0/+2
* [OPENMP] Fixed failed test for reduction clause in simd constructs.Alexey Bataev2015-06-171-6/+6
* clang-format: [JS] Don't put top-level typescript enums on a single line.Daniel Jasper2015-06-172-27/+42
* clang-format: [JS] Fix typescript enum formatting.Daniel Jasper2015-06-172-5/+21
* clang-format: NFC. Add a function to test whether an annotated lineDaniel Jasper2015-06-173-23/+39
* [OPENMP] Code reformatting for omp simd codegen, NFC.Alexey Bataev2015-06-173-110/+109
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-1738-356/+192
* Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher2015-06-1731-1660/+1802
* [OPENMP] Supported reduction clause in omp simd construct.Alexey Bataev2015-06-174-6/+50
* parser: wordsmith diagnostic messageSaleem Abdulrasool2015-06-172-2/+3
* Basic: tweak whitespace in Attr.tdSaleem Abdulrasool2015-06-171-1/+2
* [.gitignore] ignore vim swap files harderSean Silva2015-06-171-1/+1
* Update for llvm api change.Rafael Espindola2015-06-161-2/+2
* [modules] Fix merging of default template arguments onto friend templates.Richard Smith2015-06-163-3/+15
* Honor the objc_runtime_name attribute when encoding class/protocol names.Douglas Gregor2015-06-162-7/+20
* Adjust clang side tests effected by 239795 before reapplying said changePhilip Reames2015-06-168-41/+41
* parser: diagnose empty attribute blocksSaleem Abdulrasool2015-06-163-1/+8
* Remove duplicated alteration to getProgramPaths().Douglas Katzman2015-06-161-4/+0
* If/else looks nicer when both branches have (or don't have) braces. NFCDouglas Katzman2015-06-161-1/+2
* [Hexagon] unused-local-typedef warning test is passing.Colin LeMahieu2015-06-161-1/+0
* [SystemZ] Mangle long double as __float128Ulrich Weigand2015-06-162-0/+6
* [mips] Don't propagate -mfpxx by default if soft/single float were also set.Toma Tabacu2015-06-165-5/+249
* Avoid using set::emplace as it is apparently not supported by gcc 4.7.Daniel Jasper2015-06-161-2/+2
* [OPENMP] Support lastprivate clause in omp simd directive.Alexey Bataev2015-06-163-20/+41
* Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...Daniel Sanders2015-06-162-4/+4
* [OPENMP] Remove last iteration separation for loop-based constructs.Alexey Bataev2015-06-168-64/+32
* Tooling: When applying a set of replacements, do deletions beforeDaniel Jasper2015-06-162-1/+19
* InstrProf: Fix coverage mapping when "if" is a macroJustin Bogner2015-06-162-0/+17
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-165-11/+18
* Commit some test changes somehow missed in r239789.Richard Smith2015-06-1611-30/+30
* [modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith2015-06-16179-572/+570
* [modules] Remove non-functional driver options -f[no-]modules-implicit-maps.Richard Smith2015-06-153-10/+3
* According to the OpenMP spec, all the preprocessor macros should be Samuel Antao2015-06-152-10/+73
* [modules] Re-enable accidentally-disabled test.Richard Smith2015-06-151-6/+6
* Use a macro for the omnipresent attributes on header functions in Intrin.h.Eric Christopher2015-06-151-86/+91
* Debug Info: Turn on ODR type uniquing for (the C++ part of) Objective-C++.Adrian Prantl2015-06-152-5/+17
* Fix submodule test to pass on content addressable filesystems where inodes wo...Reid Kleckner2015-06-152-0/+2
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-1514-1/+223
* parser: improve diagnostics for MS attributesSaleem Abdulrasool2015-06-152-6/+11
* Wildcard out some SSA value names from the ACLE intrinsic test caseReid Kleckner2015-06-151-6/+6
* [Sparc] Make soft-float emit an error.James Y Knight2015-06-152-49/+21
* [modules] Better support for redefinitions of an entity from the same module.Richard Smith2015-06-1510-47/+73
* This patch implements clang support for the ACLE special register intrinsicsLuke Cheeseman2015-06-1512-1/+578
* clang-format: NFC. Move testing of selective formatting to a separate file.Daniel Jasper2015-06-153-402/+448
* Fix spelling in comment.Douglas Katzman2015-06-151-1/+1
* Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...Daniel Sanders2015-06-152-4/+4
OpenPOWER on IntegriCloud