summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reapply r258505 after r266254, this time with a comment to make it more sticky.Nico Weber2016-04-141-1/+7
* [Coverage] Update testing methods to support more than two filesIgor Kudrin2016-04-141-11/+58
* asan: fix out-of-bounds access in quarantineDmitry Vyukov2016-04-141-2/+4
* [MSVC] Fix check for wchar_t type in case of -fno-wcharDmitry Polukhin2016-04-142-1/+23
* FileSpec: make matching separator-agnostic againPavel Labath2016-04-142-6/+22
* [mips] Remove duplicate tests and add missing prefixes for *-LABEL checks. NFC.Vasileios Kalintiris2016-04-144-419/+119
* [Coverage] Avoid unnecessary copying of std::vectorIgor Kudrin2016-04-141-7/+16
* [tsan] Fix size reporting for OS X zone allocator with 0-sized allocationsKuba Brecka2016-04-142-1/+25
* Revert "Support arbitrary addrspace pointers in masked load/store intrinsics"Adam Nemet2016-04-1412-339/+206
* ThinLTO: linkonce compile-time optimization, do not bother when there is only...Mehdi Amini2016-04-141-0/+4
* [Clang][AVX512][BUILTIN] Adding support for intrinsics of vpmov{d|q}{b|w|d}{1...Michael Zuckerman2016-04-145-0/+827
* [CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NANDavid Majnemer2016-04-1410-74/+151
* [Clang][AVX512][Builtin] Adding intrinsics of vpmovus{d|q}{b|w|d}{128|256|512...Michael Zuckerman2016-04-145-0/+832
* Make sure the LLVMContext outlive the CompilerInstanceMehdi Amini2016-04-141-1/+1
* Do not use llvm:getGlobalContext() in unittestsMehdi Amini2016-04-141-1/+2
* Do not use getGlobalContext()... ever.Mehdi Amini2016-04-141-5/+5
* Fix Android build after r266267Oleksiy Vyalov2016-04-141-17/+17
* ELF: Do not create copy relocations for references in writable sections.Peter Collingbourne2016-04-144-29/+53
* AMDGPU: Implement canonicalizeMatt Arsenault2016-04-149-1/+383
* Don't use auto - (try to) appease the Android g++ botEnrico Granata2016-04-141-1/+1
* TargetLowering: Factor out common code for tail call eligibility checking; NFCMatthias Braun2016-04-145-63/+46
* [modules] Store the location of the lexical update record in a decl update asRichard Smith2016-04-142-3/+2
* Reorder ASTNodeKind::AllKindInfo to match NodeKindId.Alexander Kornienko2016-04-144-15/+25
* Augment the 'language objc class-table dump' command to take a "-v" option, w...Enrico Granata2016-04-142-8/+159
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-1410-172/+30
* clang-tools-extra/test/clang-tidy/readability-deleted-default.cpp: Add -fno-m...NAKAMURA Takumi2016-04-131-1/+1
* ObjC kindof: order the methods in global pool relative to availability.Manman Ren2016-04-133-14/+45
* [CodeGen] Avoid ctor/dtor boilerplate with some C++11Reid Kleckner2016-04-133-113/+94
* [CFLAA] Fix up code style a bit. NFC.George Burgess IV2016-04-132-292/+276
* [ppc] add tests to show potential andc optimizationSanjay Patel2016-04-131-0/+36
* ARM: override cost function to re-enable ConstantHoisting (& fix it).Tim Northover2016-04-137-7/+94
* Revert "Add LLVMGetAttrKindIDInContext in the C API in order to facilitate mi...Amaury Sechet2016-04-133-38/+0
* ValueMapper: Resolve cycles on the new nodesDuncan P. N. Exon Smith2016-04-132-2/+46
* Add LLVMGetAttrKindIDInContext in the C API in order to facilitate migration ...Amaury Sechet2016-04-133-0/+38
* [IR] Optimize memory usage of Metadata on MSVCReid Kleckner2016-04-131-1/+2
* [llvm-lto] Uniform error handling. NFC.Davide Italiano2016-04-131-30/+14
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-1312-180/+50
* ARM: Use a callee save register for the swiftself parameter.Matthias Braun2016-04-134-46/+105
* X86: Use a callee save register for the swiftself parameter.Matthias Braun2016-04-134-41/+94
* AArch64: Use a callee save registers for swiftself parametersMatthias Braun2016-04-134-36/+103
* [llvm-lto] clang-format before working on this file.Davide Italiano2016-04-131-33/+28
* Return immediately from analyzeCall if analyzeBlock returns false.Easwaran Raman2016-04-131-14/+2
* Start to add real error messages for malformed Mach-O files.Kevin Enderby2016-04-132-14/+27
* NFC mergefunc: const correctnessJF Bastien2016-04-131-18/+20
* [asan] Prefer alloc-dealloc-mismatch to new-delete-type-mismatch.Evgeniy Stepanov2016-04-134-15/+33
* [SemaObjC] Properly handle mix between type arguments and protocols.Bruno Cardoso Lopes2016-04-134-9/+66
* AMDGPU/SI: Add support for spilling VGPRs without having to scavenge registersTom Stellard2016-04-132-11/+29
* [x86] add tests to show potential BMI optimizationSanjay Patel2016-04-131-0/+68
* Make sure CheckDestructor gets called on dllimported classes if the vtable is...Hans Wennborg2016-04-132-7/+25
* [DebugInfo] Optimize memory layout of DISubprogram.Davide Italiano2016-04-132-10/+24
OpenPOWER on IntegriCloud