summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner2019-04-253-9/+20
* Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-253-2/+99
* Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow2019-04-253-1/+103
* [lldb] [lit] Add tests for reading new x86_64 registersMichal Gorny2019-04-252-0/+103
* [lldb] [lit] Remove unnecessary array use in XMM reading testMichal Gorny2019-04-251-8/+8
* [WebAssembly] Always take into account added when applying runtime relocationsSam Clegg2019-04-253-29/+42
* Fixed typo in CompileUnit::GetImportedModules documentation [NFC]Raphael Isemann2019-04-251-1/+1
* [Evaluator] Walk initial elements when handling load through bitcastRobert Lougher2019-04-253-38/+158
* [GlobalISel][AArch64] Legalize G_FNEARBYINTJessica Paquette2019-04-258-2/+589
* [GlobalISel] Add IRTranslator support for G_FNEARBYINTJessica Paquette2019-04-252-0/+10
* [clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall2019-04-252-30/+35
* [GlobalISel] Add a G_FNEARBYINT opcodeJessica Paquette2019-04-254-0/+14
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-253-6/+46
* [scudo][standalone] Introduce the SizeClassMapKostya Kortchinsky2019-04-255-1/+190
* Revert "[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows."Lang Hames2019-04-251-1/+6
* [LLD][ELF] - Convert symbol-index.s testcase to a YAML test case. NFCI.George Rimar2019-04-253-10/+25
* gn build: Document llvm_enable_dia_sdk variable betterNico Weber2019-04-251-0/+2
* gn build: Make setting llvm_enable_dia_sdk=true workNico Weber2019-04-252-2/+8
* [LLD][ELF] - Move the test to a correct folder, remove excessive input. NFCI.George Rimar2019-04-253-50/+51
* [OPENMP][AARCH64]Fix the test for declare simd, NFC.Alexey Bataev2019-04-251-4/+4
* lld-link: Implement /swaprun: flagNico Weber2019-04-257-2/+78
* [InstCombine][X86] Tweak generic expansion of PACKSS/PACKUS to shuffle then t...Simon Pilgrim2019-04-251-7/+4
* [Support] json::OStream::flush(), which passes through to the underlying streamSam McCall2019-04-251-1/+3
* gn build: Merge r359179Nico Weber2019-04-252-0/+2
* gn build: Merge r359174Nico Weber2019-04-251-0/+1
* gn build: Merge r359142Nico Weber2019-04-251-0/+1
* [Support] Add JSON streaming output API, faster where the heavy value types a...Sam McCall2019-04-254-138/+337
* [InstCombine][X86] Add PACKSS/PACKUS tests for truncation where saturation wo...Simon Pilgrim2019-04-251-0/+160
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-258-1/+228
* [Support] Try to unbreak windows buildbotIlya Biryukov2019-04-251-1/+1
* Parallel: only allow the first TaskGroup to run tasks parallellyFangrui Song2019-04-252-6/+29
* [llvm-objdump] Prep for adding newlines before and after "Disassembly of sect...Fangrui Song2019-04-254-30/+17
* [ConstantRange] [a, b) udiv a full range is [0, umax(b)).Florian Hahn2019-04-252-2/+10
* [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-259-132/+345
* [yaml2obj] - Don't crash on invalid inputs.George Rimar2019-04-254-13/+15
* Fix include order. NFCI.Simon Pilgrim2019-04-251-1/+1
* [X86][SSE] combineBitcastvxi1 - add support for bitcasting to non-scalar inte...Simon Pilgrim2019-04-252-1724/+183
* Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFFMichael Platings2019-04-251-0/+3
* [Support] Add a GTest matcher for Optional<T>Ilya Biryukov2019-04-253-1/+74
* [NFC][LoopIdiomRecognize] Some basic baseline tests for bcmp loop idiomRoman Lebedev2019-04-254-0/+2734
* [NFC] test commit removing excess lineNikolai Kosjar2019-04-251-1/+0
* [MIPS] Use custom bitcast lowering to avoid excessive instructionsSimon Atanasyan2019-04-254-7/+45
* [X86] Remove part of an if condition that should always be true.Craig Topper2019-04-251-1/+1
* [JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows.Lang Hames2019-04-251-6/+1
* [llvm-rtdyld] Add support for passing command line arguments to rtdyld-run code.Lang Hames2019-04-251-5/+19
* Enable LoopVectorization by default.Alina Sbirlea2019-04-255-517/+11
* [llvm-objdump] errorToErrorCode+message -> toStringFangrui Song2019-04-252-5/+4
* [PowerPC][NFC]Update licence to Apache 2Jinsong Ji2019-04-251-17/+3
* Consolidate existing utilities for interpreting vector predicate maskes [NFC]Philip Reames2019-04-254-47/+61
* Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow2019-04-251-5/+20
OpenPOWER on IntegriCloud