summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix #pragma redefine_extname when there is a local variable of the same name....Aaron Ballman2015-06-251-2/+17
* Fix a crash by division by zero in analyzerDaniel Marjamaki2015-06-251-0/+4
* Teach Clang about the PPC64 memory sanitizer implementation.Jay Foad2015-06-251-1/+4
* clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper2015-06-251-5/+6
* Update darwin SDK version parsing to support OSX and simulatorSteven Wu2015-06-251-8/+23
* [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+Alexey Samsonov2015-06-251-5/+5
* Consolidate and unify initializer list deductionHubert Tong2015-06-251-33/+49
* [Concepts] Parsing of requires-clause in template-declarationHubert Tong2015-06-252-1/+30
* [ARM] The bits set in the variable HW_FP could get unsetRanjeet Singh2015-06-241-6/+10
* update commentDerek Schuff2015-06-241-2/+4
* Relax assertion in x86_64 byval argument handling for 32-bit pointersDerek Schuff2015-06-241-1/+2
* Add __nonnull/__nullable/__null_unspecified predefines for Darwin.Douglas Gregor2015-06-241-0/+8
* Replace __double_underscored type nullability qualifiers with _Uppercase_unde...Douglas Gregor2015-06-2413-95/+120
* [Preprocessor] Iterating over all macros should include those from modules.Jordan Rose2015-06-241-0/+4
* clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper2015-06-241-3/+23
* Express Driver::GetFilePath more concisely.Douglas Katzman2015-06-241-14/+5
* [OPENMP] Codegen for 'depend' clause (OpenMP 4.0).Alexey Bataev2015-06-243-37/+196
* Remove a limited and somewhat questionable DenseMapInfo specializationChandler Carruth2015-06-241-14/+0
* Move the special-case check from r240462 into ARM-specific code.Bob Wilson2015-06-241-19/+53
* Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev2015-06-243-9/+20
* Use range-based loops when handling OPT_print_search_dirs.Douglas Katzman2015-06-231-11/+11
* [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.Benjamin Kramer2015-06-231-1/+1
* PR22560: Fix argument order for ARM _MoveToCoprocessor builtins.Bob Wilson2015-06-231-0/+8
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-236-476/+443
* [MS ABI] Account for the virtual inheritance quirk when manglingDavid Majnemer2015-06-233-29/+24
* InstrProf: Fix a crash when an implicit def appears in a macroJustin Bogner2015-06-231-1/+2
* Make the typo resolution in r240441 apply to all function calls.Kaelyn Takata2015-06-231-11/+12
* Ensure delayed typos have been corrected in calls to builtins beforeKaelyn Takata2015-06-231-1/+11
* Use AddString/ReadString instead of doing it manually NFCBen Langmuir2015-06-232-8/+3
* [Modules] Consider -fmodule-feature in module hash and when loadingBen Langmuir2015-06-234-0/+24
* Driver: Pass -I options to cc1as for .include search paths.Jim Grosbach2015-06-231-0/+3
* [OPENMP] Initial support for 'depend' clause (4.0).Alexey Bataev2015-06-2310-4/+213
* Update for LLVM api change.Rafael Espindola2015-06-231-1/+4
* Clarify pointer ownership semantics by hoisting the std::unique_ptr creation ...Aaron Ballman2015-06-2342-268/+241
* Fix a warning. [-Wsign-compare]NAKAMURA Takumi2015-06-231-1/+1
* Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXA...Yaron Keren2015-06-231-0/+1
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-234-65/+283
* [MS ABI] Refactor member pointer generationDavid Majnemer2015-06-231-28/+75
* [CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointerDavid Majnemer2015-06-236-11/+12
* [OPENMP] Do not emit references to original variables in 'private' clause.Alexey Bataev2015-06-234-12/+59
* Eliminate "enumeration value not handled in switch" warningsDouglas Katzman2015-06-231-0/+2
* Change some if/else chains to 'switch' statements. NFCDouglas Katzman2015-06-231-24/+46
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-22169-378/+368
* [modules] When building a module, if there are multiple matches for a headerRichard Smith2015-06-221-0/+3
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-222-46/+48
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-222-3/+12
* [CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.Ahmed Bougacha2015-06-221-21/+44
* [modules] Add a flag to disable the feature that permits conflicting redefini...Richard Smith2015-06-222-5/+11
* Add comment about the importance of being adjacent. NFCDouglas Katzman2015-06-221-0/+3
* [modules] Include merged definition information in AST dumps.Richard Smith2015-06-221-0/+4