summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [asan] Give global metadata private linkage.Evgeniy Stepanov2017-04-112-6/+7
* [AArch64] Fix scheduling info for INS(vector, general) instruction.Balaram Makam2017-04-112-1/+6
* Avoid some string copies, NFCVedant Kumar2017-04-111-2/+2
* [Sema][ObjC] Check whether a variable has a definition, rather thanAkira Hatanaka2017-04-112-1/+17
* Minor updates to floating point intrinsic documentationAndrew Kaylor2017-04-111-24/+21
* InstSimplify: A shuffle of a splat is always the splat itselfZvi Rackover2017-04-112-6/+91
* [ODRHash] Improve handling of hash valuesRichard Trieu2017-04-115-14/+28
* [DAGCombine] Add more test cases for shuffle of splat. NFC.Zvi Rackover2017-04-111-0/+56
* Modular Codegen: Support homing debug info for types in modular objectsDavid Blaikie2017-04-1114-22/+68
* [x86] Relax the check in areLoadsFromSameBasePtrEaswaran Raman2017-04-112-23/+20
* [LV] Avoid vectorizing first order recurrence when phi uses are outside loopAnna Thomas2017-04-114-8/+48
* [InstSimplify] add tests for chains of shuffles; NFCSanjay Patel2017-04-111-0/+45
* [ExternalASTMerger] Removed a move constructor to address MSVC build failureSean Callanan2017-04-111-1/+1
* Modular Codegen: Add/use a bit in serialized function definitions to track wh...David Blaikie2017-04-1119-41/+104
* Add const children() accessors to match the existing non-const children() acc...Aaron Ballman2017-04-113-10/+169
* MemorySSA: Move to Analysis, from Transforms/Utils. It's used asDaniel Berlin2017-04-1138-24/+24
* Implement standalone lsan interceptors for OS XFrancis Ricci2017-04-118-32/+131
* Don't delete lsan thread-local data until it's no longer requiredFrancis Ricci2017-04-112-2/+17
* [ExternalASTMerger] Fix the MSVC buildSean Callanan2017-04-111-3/+3
* [clang-import-test] Lookup inside contextsSean Callanan2017-04-1121-52/+331
* MIR: Allow parsing of empty machine functionsJustin Bogner2017-04-1110-46/+21
* [AArch64] Simplify MacroFusionEvandro Menezes2017-04-111-79/+89
* [X86] Create the correct ADC/SBB SDNode when lowering add.Davide Italiano2017-04-112-2/+31
* [AddDiscriminators] Assign discriminators to MemIntrinsic calls.Andrea Di Biagio2017-04-112-1/+119
* [InstCombine] Add testcases for (B&A)^A -> ~B & A and (B|A)^A -> B & ~ACraig Topper2017-04-111-0/+88
* Fix spelling compliment->complement. Mostly refering to 2s complement. NFCCraig Topper2017-04-115-7/+7
* [LV] Move first order recurrence test to common folder. NFCAnna Thomas2017-04-111-0/+0
* [libFuzzer] fix type in signal name.Vitaly Buka2017-04-111-1/+1
* llvm-lto2: Move the LTO::run() action behind a subcommand.Peter Collingbourne2017-04-1136-86/+107
* [InstCombine] Use ConstantExpr::getBinOpIdentity to implement getIdentityValue.Craig Topper2017-04-111-7/+2
* [OpenCL] Map default address space to alloca address spaceYaxun Liu2017-04-1117-49/+178
* [AMDGPU] Add A5 to data layout for amdgiz environmentYaxun Liu2017-04-113-3/+3
* Implement LWG#2873: 'Add noexcept to several shared_ptr related functions' Th...Marshall Clow2017-04-117-41/+76
* [ASTPrinter] Print nested name specifiers for out-of-line functionsAlex Lorenz2017-04-115-7/+70
* Add the definition of P in the clang tidy exampleSylvestre Ledru2017-04-111-0/+2
* Revert 299954 : test failure needs to be fixedXinliang David Li2017-04-111-14/+0
* Revert 299953 : test failure needs to be fixedXinliang David Li2017-04-111-14/+0
* [PDB] Emit index/offset pairs for TPI and IPI streamsReid Kleckner2017-04-115-21/+129
* [lsan] Fix typo in test/lsan/lit.common.cfgMaxim Ostapenko2017-04-111-1/+1
* Revert temporarily D29877 "Warn about unused static file scope function templ...Vassil Vassilev2017-04-113-32/+7
* revert r299851 - [InstCombine] fix matching of or-of-icmps constants (PR32524)Sanjay Patel2017-04-112-19/+16
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-111-0/+14
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-111-0/+14
* [clang-format] Recognize Java logical shift assignment operator Nico Weber2017-04-112-0/+25
* Fix PR13910: Don't warn that __builtin_unreachable() is unreachableAlex Lorenz2017-04-112-2/+46
* [Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are usedAlex Lorenz2017-04-118-53/+150
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-1130-200/+171
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-1118-25/+160
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-119-65/+9
* [AVR] Migrate to new MCAsmBackend applyFixupJonathan Roelofs2017-04-112-2/+2
OpenPOWER on IntegriCloud