summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Remove dead code from the handler for INTR_TYPE_SCALAR_MASK_RM.Craig Topper2019-03-101-13/+3
* [AArch64] Add tests for saddsat/ssubsat; NFCNikita Popov2019-03-104-0/+2035
* [lldb] [test] Make 2lwp_process_SIGSEGV test more portableMichal Gorny2019-03-104-5/+8
* [TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...Craig Topper2019-03-102-0/+15
* Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...Craig Topper2019-03-1012-68/+156
* [runtime] Use --strip-all rather than --strip-sectionsPetr Hosek2019-03-101-1/+1
* [git-llvm] Only use --force-interactive when supportedShoaib Meenai2019-03-101-1/+4
* [ValueTracking] Move constant range computation into ValueTracking; NFCNikita Popov2019-03-093-238/+244
* Stop relying on allocator behaviour in modules unit testDuncan P. N. Exon Smith2019-03-091-9/+8
* Fix slashes in path references in -Rmodule-import test from r355778Duncan P. N. Exon Smith2019-03-092-29/+29
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-0918-132/+345
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-0933-217/+227
* [ARM] Use non-constant operand in umulo-32.ll; NFCNikita Popov2019-03-091-24/+9
* [ARM] Generate test checks for umulo-32.ll; NFCNikita Popov2019-03-091-9/+45
* [lldb] [test] Adjust XFAIL list to match buildbot resultsMichal Gorny2019-03-099-10/+2
* [RISCV][NFC] Minor refactoring of CC_RISCVAlex Bradbury2019-03-091-7/+7
* [RISCV][NFC] Split out emitSelectPseudo from EmitInstrWithCustomInserterAlex Bradbury2019-03-091-16/+19
* [RISCV] Support -target-abi at the MC layer and for codegenAlex Bradbury2019-03-0914-15/+350
* [WebAssembly] Use named operands to identify loads and storesThomas Lively2019-03-099-135/+107
* Refactor isBooleanFlip into extractBooleanFlip so that users do not depend on...Amaury Sechet2019-03-091-19/+28
* [x86] add tests for extract of FP select; NFCSanjay Patel2019-03-091-0/+26
* [ScalarizeMaskedMemIntrin] Use IRBuilder functions that take uint32_t/uint64_...Craig Topper2019-03-095-82/+68
* Actually implement the TestQueues.py workaroundFrederic Riss2019-03-091-5/+4
* [CMake] Support stripping and linking output to .build-id directoryPetr Hosek2019-03-094-2/+54
* Try to workaround the TestQueues.py flakynessFrederic Riss2019-03-091-0/+5
* LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"Eric Fiselier2019-03-092-11/+15
* Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere2019-03-093-21/+31
* Add parens to force the order of operations in an expression tryingJason Molenda2019-03-091-1/+1
* Work around dllimport bug with exclude_from_explicit_instantiation.Eric Fiselier2019-03-081-0/+3
* Rename a local variable counter to Counter.Wei Mi2019-03-081-3/+3
* Fix C++03 build failureEric Fiselier2019-03-081-1/+1
* [RegisterCoalescer][NFC] bind a DenseMap access to a reference to avoidWei Mi2019-03-081-2/+3
* Revert "[libc++] Do not force building with -fPIC"Eric Fiselier2019-03-081-0/+4
* Unbork `std::memory_order` ABI.Eric Fiselier2019-03-081-6/+29
* [ScalarizeMaskedMemIntrin] Only set the ModifiedDT flag if new basic blocks w...Craig Topper2019-03-081-12/+16
* [RISCV] Allow access to FP CSRs without F extensionAna Pazos2019-03-085-32/+21
* Fix PR41017 - Build failure with _LIBCPP_DEBUG=0 and non-const-refEric Fiselier2019-03-082-7/+32
* [CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInstRong Xu2019-03-082-16/+44
* [lldb] [test] Skip broken NetBSD core testMichal Gorny2019-03-081-0/+1
* [Go / ASAN] Disable Go bindings for ASAN tests.Mitch Phillips2019-03-081-1/+1
* [LLD] Fixed flaky unit test based on build directory.Mitch Phillips2019-03-081-0/+1
* [lldb] [test] Do not check libc function names in NetBSD core testMichal Gorny2019-03-081-1/+1
* [libc++] Do not force building with -fPICLouis Dionne2019-03-081-4/+0
* [AArch64][GlobalISel] Fix i1 arguments not being zero-extended as required by...Amara Emerson2019-03-082-0/+12
* [8.0 Regression] Fix handling of `__builtin_constant_p` inside template argum...Eric Fiselier2019-03-083-0/+35
* Improve "llvm-nm -f sysv" output for Elf filesSunil Srivastava2019-03-087-18/+77
* [x86] scalarize extract element 0 of FP cmpSanjay Patel2019-03-083-294/+132
* [NVPTX][DEBUGINFO]Temp workaround for crash of ptxas: disable packed bytes in...Alexey Bataev2019-03-087-546/+4480
* [OpenMP][stats] Update stats gathering macrosJonathan Peyton2019-03-082-16/+16
* [HWASan] Save + print registers when tag mismatch occurs in AArch64.Mitch Phillips2019-03-0810-12/+251
OpenPOWER on IntegriCloud