summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Format some case labels and shrink an anonymous namespace NFCReid Kleckner2017-07-241-15/+12
* NFC. Fixed typos in the comments.Ilya Biryukov2017-07-242-2/+2
* [ForwardOpTree] Properly indent enumeration in comment. NFC.Michael Kruse2017-07-241-4/+4
* [ForwardOpTree] Rename FD_CanForward to FD_CanForwardLeaf. NFC.Michael Kruse2017-07-241-4/+4
* [ForwardOpTree] Add comments to ForwardingDecision items. NFC.Michael Kruse2017-07-241-0/+30
* [scudo] Quarantine overhaulKostya Kortchinsky2017-07-245-65/+154
* [OPENMP] Fix the restrictions for in_reduction clause.Alexey Bataev2017-07-242-38/+61
* [clang-format] Fix comment levels between '} else {' and PPDirective.Krasimir Georgiev2017-07-244-11/+150
* [compiler-rt] Add missing const specifier to MemoryMappedSegment functionsFrancis Ricci2017-07-241-4/+4
* make sure that we don't call basic_streambuf::gbump with a value bigger than ...Marshall Clow2017-07-241-1/+2
* [mips] Add support for -m(no-)extern-data.Simon Dardis2017-07-243-0/+32
* [DOTGraphTraits] Propagate Graph template argument, NFCAlexandre Isoard2017-07-241-4/+4
* Fix spelling in comments. NFCI.Simon Pilgrim2017-07-241-4/+4
* [ForwardOpTree] Support read-only value uses.Michael Kruse2017-07-246-7/+149
* [Polly] [NFC] [ScopDetection] Make `polly-only-func` perform regex scop name ...Siddharth Bhat2017-07-242-6/+145
* [ForwardOpTree] Fix mixup in comment. NFC.Michael Kruse2017-07-241-2/+2
* [ScopInfo] Fix typo in method name. NFC.Michael Kruse2017-07-242-2/+2
* [LoopInterchange] Update code to use range-based for loops (NFC).Florian Hahn2017-07-241-28/+21
* [libunwind] Handle .ARM.exidx tables without sentinel last entryMomchil Velikov2017-07-241-2/+9
* Convert GPUNodeBuilder::getArraySize to islcpp.Siddharth Bhat2017-07-241-8/+11
* [NFC] Move PPCGCodeGeneration::pollyBuildAstExprForStmt to isl++.Siddharth Bhat2017-07-241-19/+21
* [X86][AVX512] Add patterns for masked AVX512 floating point compare instructi...Ayman Musa2017-07-242-130/+4555
* [X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when t...Coby Tayree2017-07-241-0/+12
* [X86][InlineAsm][Ms Compatibility]Prefer variable name over a register when t...Coby Tayree2017-07-241-1/+12
* [AVR] Remove the instrumentation passDylan McKay2017-07-235-288/+0
* [AVR] Improve the 'icall-func-pointer-correct-addr-space.ll' testDylan McKay2017-07-231-8/+20
* [Driver] Fuchsia defaults to -fno-math-errnoPetr Hosek2017-07-232-0/+3
* [CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimiza...Petr Hosek2017-07-233-4/+9
* Fix typo: GETTER to SETTER (NFC)Momchil Velikov2017-07-231-1/+1
* [AArch64] Add test for function alignment for a optsize function (NFC). Florian Hahn2017-07-231-17/+24
* Revert "Fix PR33875 by distinguishing between DWO and clang modules"Adrian Prantl2017-07-232-6/+2
* Fix PR33875 by distinguishing between DWO and clang modulesAdrian Prantl2017-07-232-2/+6
* [AArch64] Redundant Copy Elimination - remove more zero copies.Chad Rosier2017-07-232-65/+725
* Remove Driver::UseStdLib.Nico Weber2017-07-233-7/+2
* [SCEV] Limit max size of AddRecExpr during evolvingMax Kazantsev2017-07-232-0/+44
* RuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"NAKAMURA Takumi2017-07-231-1/+0
* Simplify: Adopt for translation of MemoryAccess::getAccessRelationTobias Grosser2017-07-231-1/+1
* [Modules] Rework r274270. Let Clang targets depend on intrinsics_gen.NAKAMURA Takumi2017-07-232-9/+7
* Move MemoryAccess::get*ArrayId to isl++Tobias Grosser2017-07-233-14/+12
* Move applyScheduleToAccessRelation to isl++Tobias Grosser2017-07-234-15/+15
* Move MemoryAccess::getAddressFunction to isl++Tobias Grosser2017-07-234-6/+7
* Move MemoryAccess::NewAccessRelation to isl++Tobias Grosser2017-07-2310-61/+55
* Move MemoryAccess::getOriginalAccessRelation to isl++Tobias Grosser2017-07-232-8/+8
* Move MemoryAccess::AccessRelation to isl++Tobias Grosser2017-07-232-43/+36
* Move MemoryAccess::createBasicAccessMap to isl++Tobias Grosser2017-07-232-9/+9
* Move MemoryAccess::id to isl++Tobias Grosser2017-07-236-67/+72
* [X86] Add some hasSideEffects=0 flags.Craig Topper2017-07-232-1/+4
* [X86] Add patterns for memory forms of SARX/SHLX/SHRX with careful complexity...Craig Topper2017-07-233-15/+68
* [DAG] Fix typo preventing some stores merges to truncated stores.Nirav Dave2017-07-233-12/+9
* clang/module.modulemap: Split out Clang_ToolingCore from Clang_Tooling.NAKAMURA Takumi2017-07-231-0/+5
OpenPOWER on IntegriCloud