summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert rL334704: "[DebugInfo] Check size of variable in ConvertDebugDeclareTo...Bjorn Pettersson2018-06-145-99/+2
* Avoid unused variable in non-assert builds.Nirav Dave2018-06-141-0/+1
* [llvm-mca] Add another test for partial register stalls.Andrea Di Biagio2018-06-141-0/+43
* [DAG] Avoid needing to walk out legalization tables. NFCI.Nirav Dave2018-06-142-193/+155
* [X86] Add more vector instructions to the memory folding table using the auto...Craig Topper2018-06-142-43/+234
* [X86] Remove '128' from the internal name of some scalar FP instructions to b...Craig Topper2018-06-141-8/+8
* [X86] Disable load unfolding for a bunch of instruction where unfolding would...Craig Topper2018-06-141-16/+16
* [X86] Remove NotMemoryFoldable from some AVX/AVX512 scalar instructions.Craig Topper2018-06-142-15/+14
* [ORC] Filter out self-dependencies in VSO::addDependencies.Lang Hames2018-06-142-1/+8
* [ORC] Assert that the query argument to VSO::lookup must be non-null.Lang Hames2018-06-141-0/+2
* [ORC] Add a WaitUntilReady argument to blockingLookup.Lang Hames2018-06-143-25/+45
* [ORC] Strip the Materializing flag off finalized symbols in VSOs.Lang Hames2018-06-141-3/+6
* [docs] Update CompilerWriterInfo.rst for MIPSSimon Dardis2018-06-141-1/+1
* [ASAN] fix typos and disable long-object-path test for win32Peter Wu2018-06-142-2/+3
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-1432-70/+1198
* DebugNamesDWARFIndex: fix handling of compressed sectionsPavel Labath2018-06-142-0/+15
* [scudo] Make Secondary linker-initialized compliantKostya Kortchinsky2018-06-141-6/+2
* [EarlyCSE] Fix MSVC build. NFCI.Simon Pilgrim2018-06-141-9/+5
* [CostModel][AArch64] Add cost tests for ALTERNATE/SELECT style shuffle masksSimon Pilgrim2018-06-141-0/+95
* [MC] Move MCAssembler::dump into the correct cpp file. NFCSam Clegg2018-06-142-22/+24
* [clangd] FuzzyMatch: forbid tail-tail matches after a miss: [pat] !~ "panther"Sam McCall2018-06-144-68/+66
* [clangd] Boost keyword completions.Sam McCall2018-06-143-6/+36
* [DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson2018-06-149-30/+116
* clang-format: Fix documentation generationFrancois Ferrand2018-06-142-38/+42
* [mips] Correct predicates for MSA pseudo instructionsSimon Dardis2018-06-141-1/+2
* [EarlyCSE] Propagate conditions of AND and OR instructionsMax Kazantsev2018-06-142-14/+187
* [TableGen] Move some shared_ptrs to avoid unnecessary copies (NFC).Florian Hahn2018-06-141-21/+21
* [ELF][MIPS] Replace calls to MapVector::find by MapVector::lookup. NFCSimon Atanasyan2018-06-141-5/+5
* [DebugInfo] Check size of variable in ConvertDebugDeclareToDebugValueBjorn Pettersson2018-06-145-2/+99
* [ASAN] fix startup crash in dlsym for long paths since glibc 2.27Peter Wu2018-06-142-1/+25
* Fix PathMappingListTest on windowsPavel Labath2018-06-141-3/+11
* [SLPVectorizer] Remove RawInstructionsData/getMainOpcode and merge into getSa...Simon Pilgrim2018-06-141-49/+20
* [OpenCL] Support new/delete in SemaSven van Haastregt2018-06-144-4/+98
* [CostModel] Cleanup isSingleSourceVectorMask to match other shuffle matchers....Simon Pilgrim2018-06-141-10/+12
* [CostModel] Recognise REVERSE shuffle mask if the elements come from the seco...Simon Pilgrim2018-06-142-11/+18
* Fix includes in PlatformAppleSimulator.hPavel Labath2018-06-141-2/+2
* [AArch64] reverting rC334693 due to build failuresLuke Geeson2018-06-143-17/+0
* Simplify the implementation of getCUDALibDeviceFunction. NFC.Philip Pfaffe2018-06-141-13/+9
* Removed trunk-Codegen directory added in errorLuke Geeson2018-06-140-0/+0
* [AArch64] Added support for the vcvta_u16_f16 instrinsic for FP16 Armv8.2-ALuke Geeson2018-06-143-0/+17
* [clang-format] Add SpaceBeforeCpp11BracedList option.Hans Wennborg2018-06-145-0/+37
* [llvm-exegesis] Use BenchmarkResult::Instructions instead of OpcodeNameClement Courbet2018-06-145-33/+80
* [NFC] fix trivial typos in commentsHiroshi Inoue2018-06-1414-31/+31
* [Sanitizer] fix compilation warningDavid Carlier2018-06-141-1/+1
* [x86] fix mappings of cvttp2si/cvttp2ui x86 intrinsics to x86-specific nodes ...Craig Topper2018-06-147-85/+266
* [analyzer] Re-enable C++17-specific RVO construction contexts.Artem Dergachev2018-06-142-18/+70
* [analyzer] Re-enable C++17-specific variable and member construction contexts.Artem Dergachev2018-06-142-3/+122
* [analyzer] Track class member initializer constructors path-sensitively.Artem Dergachev2018-06-144-67/+148
* [analyzer] pr37270: Track constructor target region, even if just a variable.Artem Dergachev2018-06-144-44/+31
* fix cmake include path.Jason Molenda2018-06-141-1/+1
OpenPOWER on IntegriCloud