summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merging r227295:Hans Wennborg2015-01-281-0/+5
* Merging r227278:Hans Wennborg2015-01-281-1/+1
* Merging r227251:Hans Wennborg2015-01-272-5/+26
* Merging r227220:Hans Wennborg2015-01-272-15/+9
* Merging r227062:Hans Wennborg2015-01-261-0/+5
* Merging r226863:Hans Wennborg2015-01-231-3/+2
* Merging r226877:Hans Wennborg2015-01-231-0/+6
* Merging r226707:Hans Wennborg2015-01-221-0/+6
* Revert r225705 from the branch.Rafael Espindola2015-01-215-41/+22
* Merging r226624:Hans Wennborg2015-01-211-3/+4
* Revert "r222906 - Create a new 'flag_enum' attribute."Hans Wennborg2015-01-203-159/+77
* Merging r226282:Hans Wennborg2015-01-161-1/+3
* Merging r226136:Daniel Sanders2015-01-161-0/+4
* clang-format: Disable flag for Google's Java and Javascript styles.Daniel Jasper2015-01-141-0/+2
* [mips] Handle transparent unions correctly.Daniel Sanders2015-01-141-0/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-1427-46/+41
* clang-format: [Java] Support try blocks with resources.Daniel Jasper2015-01-142-1/+6
* clang-format: [Java] Prefer not to break in parameter annotations.Daniel Jasper2015-01-141-0/+2
* clang-format: [Java] Understand "import static".Daniel Jasper2015-01-141-1/+2
* clang-format: [Java] Don't let annotations confuse return type analysis.Daniel Jasper2015-01-141-0/+3
* clang-format: [Java] Don't line-wrap before annotations' l_parens.Daniel Jasper2015-01-141-1/+1
* clang-format: [Java] Don't get confused by leading annotations.Daniel Jasper2015-01-141-1/+2
* Sema: It's cheaper to ask LookupResult::empty than to calculate linkageDavid Majnemer2015-01-141-1/+1
* Use the integrated assembler by default on 32-bit PowerPC and SPARC.Brad Smith2015-01-142-27/+3
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-1416-209/+117
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-142-0/+5
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-143-13/+0
* Sema: Relax parsing of '#' in constraintsDavid Majnemer2015-01-141-4/+0
* Sema: Check type compatibility with the most recent decl when mergingDavid Majnemer2015-01-141-1/+8
* [AVX512] Add FP unpack intrinsicsAdam Nemet2015-01-141-0/+33
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-143-0/+13
* Update for move in llvm.Eric Christopher2015-01-141-1/+1
* Look through sugar when determining whether a type is a scoped enumerationRichard Smith2015-01-141-1/+1
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-141-2/+2
* Sink a parameter into the callee since it's always the same expression in ter...David Blaikie2015-01-142-9/+7
* DebugInfo: Correct the location of EH cleanup for blocksDavid Blaikie2015-01-131-0/+2
* clang-format: [Java] Detect `native` keyword.Nico Weber2015-01-132-1/+4
* Add [extern_c] attribute to _Builtin_intrinsics moduleBen Langmuir2015-01-131-1/+1
* When attribute 'optnone' appears on the same declaration with aPaul Robinson2015-01-132-24/+16
* Inherit attributes when infering a framework moduleBen Langmuir2015-01-131-24/+23
* Handle [extern_c] attribute in module printerBen Langmuir2015-01-131-2/+5
* Remove unused method canInferFrameworkModuleBen Langmuir2015-01-131-24/+0
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-132-6/+12
* Revert "Sema: An extern declaration can't be a redeclaration of a parameter"David Majnemer2015-01-131-2/+4
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-131-4/+2
* Parse: Switch to using EOF tokens for late parsed attributesDavid Majnemer2015-01-131-12/+15
* Parse: Don't crash when default argument in typedef consists of sole '='David Majnemer2015-01-131-2/+7
* Parse: Don't crash if missing an initializer expressionDavid Majnemer2015-01-131-1/+2
* Parse: use the EOF token method to lex inline method bodiesDavid Majnemer2015-01-131-20/+23
* Parse: Further simplify ParseLexedMethodDeclarationDavid Majnemer2015-01-133-46/+33