summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`Sam Clegg2019-03-084-8/+14
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-0813-30/+507
* [cmake] Remove llvm from LLVM_ALL_PROJECTSShoaib Meenai2019-03-081-1/+1
* [GN] Merge 355720.Mitch Phillips2019-03-081-0/+1
* [RegionPass] Fix forgotten "!".Michael Kruse2019-03-081-1/+1
* [NFC] Add missing revision information to ABI ChangelogLouis Dionne2019-03-081-1/+1
* AMDGPU: Move d16 load matching to preprocess stepMatt Arsenault2019-03-0813-198/+490
* Remove dependency edges from Host to Target/Core.Zachary Turner2019-03-082-2/+0
* [OPENMP]Remove debug service variable.Alexey Bataev2019-03-082-16/+1
* DAG: Don't try to cluster loads with tied inputsMatt Arsenault2019-03-083-47/+57
* [x86] add tests for extracted vector FP cmp; NFCSanjay Patel2019-03-081-0/+25
* [docs] Fix checkers.rst doc for PointerSorting checkerMandeep Singh Grang2019-03-081-1/+1
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-0811-51/+32
* AMDGPU: Add more tests for d16 loadsMatt Arsenault2019-03-082-210/+868
* AMDGPU: Don't bother checking the chain in areLoadsFromSameBasePtrMatt Arsenault2019-03-081-15/+0
* AMDGPU: Correct DS implementation of areLoadsFromSameBasePtrMatt Arsenault2019-03-082-6/+6
* Revert "Recommit "Support attribute used in member funcs of class templates""Rafael Auler2019-03-082-33/+0
* [Analyzer] Checker for non-determinism caused by sorting of pointer-like elem...Mandeep Singh Grang2019-03-087-0/+222
* [DEBUG_INFO][NVPTX]Emit empty .debug_loc section in presence of the debug opt...Alexey Bataev2019-03-082-1/+5
* [msan] Properly guard tests added by r355348; NFCHubert Tong2019-03-081-4/+2
OpenPOWER on IntegriCloud