summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Simplify] Remove partial write accesses with empty domain.Michael Kruse2017-07-224-2/+126
* [ScopInfo] Adapt indentation of instruction list printing.Michael Kruse2017-07-221-1/+1
* Fix grammar-o in comment.Nico Weber2017-07-221-2/+2
* [ForwardOpTree] Support hoisted invariant loads.Michael Kruse2017-07-222-5/+65
* [ForwardOpTree] Introduce the -polly-optree pass.Michael Kruse2017-07-2212-0/+769
* [Bash-autocompletion] Fixed typo and add '-' after -WnoYuka Takahashi2017-07-222-3/+3
* [NFC, documentation] Prefer the term expansion instead of macro instantiation Faisal Vali2017-07-221-2/+2
* Revert "Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things start...Petr Hosek2017-07-2211-824/+0
* Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"Petr Hosek2017-07-2211-0/+824
* [sanitizer_common] Move filesystem-related code out of sanitizer_common.ccVitaly Buka2017-07-2224-223/+305
* [X86] Add nopq instruction which is a rex encoded version of nopl for gas com...Craig Topper2017-07-224-0/+19
* [X86] Add register form of NOPL and NOPW for assembler/disassembler.Craig Topper2017-07-223-0/+19
* AMDGPU: Remove leftover td fileMatt Arsenault2017-07-222-16/+0
* Commit missing/empty test file from r308789David Blaikie2017-07-221-0/+0
* RA: Remove another assert on empty intervalsMatt Arsenault2017-07-222-2/+36
* Handle a section being more aligned than a page size.Rafael Espindola2017-07-222-1/+12
* [libFuzzer] reimplement experimental_len_control=1: bump the temporary max_le...Kostya Serebryany2017-07-224-22/+34
* Don't crash on an empty section with an ALIGN.Rafael Espindola2017-07-222-1/+7
* RA: Remove assert on empty live intervalsMatt Arsenault2017-07-212-1/+40
* clangDaemon: Update libdeps in r308738.NAKAMURA Takumi2017-07-211-0/+1
* Revert "[LLVM][llvm-objcopy] Added basic plumbing to get things started"Petr Hosek2017-07-2110-804/+0
* Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"Petr Hosek2017-07-2110-0/+804
* Move ScopArrayInfo to isl++Tobias Grosser2017-07-216-56/+51
* [index] Set SymbolSubKind::Accessor[GS]etter on class methodsBen Langmuir2017-07-212-15/+21
* Remove Bitrig: LLVM ChangesErich Keane2017-07-217-25/+8
* Remove Bitrig: CompilerRT ChangesErich Keane2017-07-213-6/+6
* Remove Bitrig: Clang ChangesErich Keane2017-07-2117-393/+3
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-2147-9599/+10925
* [ProfData] Detect if zlib is availableDavid Blaikie2017-07-214-1/+22
* [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; ...Eugene Zelenko2017-07-2110-176/+299
* [PGOInstr] Add a debug printXinliang David Li2017-07-211-0/+6
* X86InterleaveAccess: A fix for bug33826Farhana Aleen2017-07-212-13/+35
* Inline variable into assert to fix unused warning.Richard Trieu2017-07-211-4/+2
* [Hexagon] Attempt to fix selfhost botsKrzysztof Parzyszek2017-07-211-1/+1
* AMDGPU: Implement memory modelKonstantin Zhuravlyov2017-07-2121-40/+2454
OpenPOWER on IntegriCloud