summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mark vtable used on explicit destructor definitions.Nico Weber2015-01-131-1/+3
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-131-3/+6
* Extend the self move warning to record types.Richard Trieu2015-01-133-86/+97
* If we don't find a matching ) for a ( in an exception specification, keep the...Richard Smith2015-01-131-9/+4
* PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be definedRichard Smith2015-01-131-0/+6
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-123-58/+153
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-125-22/+41
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-122-5/+6
* Don't use a doc comment in a function body.Nico Weber2015-01-121-3/+3
* reverting due to build bot failureNathan Sidwell2015-01-121-17/+30
* Fix typo Block.h vs Blocks.hBen Langmuir2015-01-121-1/+1
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-122-0/+6
* Fix bogus 'method is unavailable' errors with modulesBen Langmuir2015-01-121-3/+7
* [mips] Explain why we need to always clobber for MIPS inline asm. NFC.Toma Tabacu2015-01-121-0/+21
* Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).Alexander Kornienko2015-01-122-1/+7
* clang-format: Improve format of lambdas in ctor initializers.Daniel Jasper2015-01-121-0/+1
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-1215-48/+52
* clang-format: Fix formatting of inline asm.Daniel Jasper2015-01-121-2/+2
* Parse: Get rid of cxx_exceptspec_end, use EOF insteadDavid Majnemer2015-01-122-3/+7