summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating branches/google/stable to r220284baserock/flangNick Lewycky2014-12-030-0/+0
|\
* \ Updating branches/google/stable to r220284Nick Lewycky2014-10-28344-4228/+9633
|\ \ | |/
| * clang-format: [Java] Improve annotation handling.Daniel Jasper2014-10-212-0/+4
| * clang-format: [Java] Make annotation formatting more consistent.Daniel Jasper2014-10-212-1/+7
| * clang-format: [Java] Improve generic support.Daniel Jasper2014-10-212-8/+17
| * clang-format: [Java] Support extending inner classes.Daniel Jasper2014-10-212-3/+5
| * clang-format: [Java] Support annotations with parameters.Daniel Jasper2014-10-212-1/+8
| * clang-format: [Java] Wrap after each function annotation.Daniel Jasper2014-10-214-1/+19
| * Test case B: fixed check ruleEvgeny Astigeevich2014-10-211-1/+1
| * Test case B is updated to work for 32-bit and 64-bit platformsEvgeny Astigeevich2014-10-211-3/+3
| * clang-format: [ObjC] Fix spacing in block variable parameters.Daniel Jasper2014-10-212-0/+4
| * clang-format: Fix space in direct destructor calls.Daniel Jasper2014-10-212-56/+57
| * Add missing qualifier to documentation.Nick Lewycky2014-10-211-1/+1
| * Update documentation to match API change in r215323.Nick Lewycky2014-10-211-1/+1
| * OpenMPClause.h: Fix a warning. [-Wdocumentation]NAKAMURA Takumi2014-10-211-1/+1
| * Driver: Tighten up crash report testsJustin Bogner2014-10-212-6/+9
| * Remove unused member variable.Craig Topper2014-10-211-1/+0
| * [OPENMP] Codegen for 'private' clause in 'parallel' directive.Alexey Bataev2014-10-2124-143/+326
| * Remove including <complex.h> in test case, and change to use _Complex instead.Jiangning Liu2014-10-211-2/+1
| * Lower compound assignment for the missing type llvm::Type::FP128TyID.Jiangning Liu2014-10-212-0/+14
| * Switch C compilations to C11 by default.Richard Smith2014-10-2014-38/+52
| * Revert "Improve Windows toolchain support for non-standard environments." (r2...Hans Wennborg2014-10-203-158/+122
| * Driver: Consolidate the logic for naming the module crashdump cacheJustin Bogner2014-10-202-15/+13
| * Driver: Name crashdump scripts after the first temp fileJustin Bogner2014-10-201-42/+54
| * Driver: Use an early return instead of a long if condition (NFC)Justin Bogner2014-10-201-56/+55
| * Driver: Make FailingCommand mandatory for generateCompilationDiagnosticsJustin Bogner2014-10-203-13/+12
| * Fix whitespace introduced in r220221David Blaikie2014-10-201-1/+1
| * Improve Windows toolchain support for non-standard environments.Zachary Turner2014-10-203-122/+158
| * PR21312: Fix a regression in non-type template parameters of function type th...David Blaikie2014-10-202-7/+9
| * Fix indentation.David Blaikie2014-10-201-1/+1
| * Add RestrictQualifierLoc to DeclaratorChunk::FunctionTypeInfoHal Finkel2014-10-207-5/+26
| * Revert most of r215810, which is no longer neededBen Langmuir2014-10-201-24/+15
| * Don't add ID mappings for offsets with no entities in a moduleBen Langmuir2014-10-202-45/+50
| * clang-format: Fix overloaded operator edge case.Daniel Jasper2014-10-202-0/+5
| * D5823: Fix typo in Clang test arm-cortex-cpus.c; patch by Gabor Ballabas!Artyom Skrobov2014-10-201-1/+1
| * clang-format: [ObjC] Fix using selector names as macro arguments.Daniel Jasper2014-10-202-0/+6
| * clang-format: Fix indentation of struct definitions with array init.Daniel Jasper2014-10-202-6/+12
| * Commit to test commit accessEvgeny Astigeevich2014-10-201-0/+1
| * CodeGen: Update for LLVM API changeDavid Majnemer2014-10-201-1/+1
| * [modules] Add support for #include_next.Richard Smith2014-10-2015-32/+117
| * CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-196-25/+62
| * Preprocessor.h: Suppress a warning in SkipMainFilePreamble. [-Wsign-compare]NAKAMURA Takumi2014-10-191-1/+1
| * Revert r220153: "CodeGen: ConstStructBuilder must verify packed constraints a...Chandler Carruth2014-10-192-21/+9
| * [complex] Teach the complex math IR gen to emit direct math andChandler Carruth2014-10-192-21/+127
| * clang/test/Layout/itanium-union-bitfield.cpp: Appease i686.NAKAMURA Takumi2014-10-191-3/+2
| * [analyzer] Tweak MallocSizeOfChecker to not warn when using sizeof(void*) to ...Ted Kremenek2014-10-192-0/+30
| * Use the triple's isiOS() method instead of checking the value directly. NFC.Bob Wilson2014-10-191-1/+1
| * CodeGen: ConstStructBuilder must verify packed constraints after paddingDavid Majnemer2014-10-192-9/+21
| * New round of fixes for "Always compile debuginfo-tests for the host triple"Filipe Cabecinhas2014-10-181-1/+7
| * Use non-member begin/end for a slight readability improvement.Benjamin Kramer2014-10-181-125/+67