summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm-symbolizer] Allow more flexible usage of -e.Igor Kudrin2019-04-043-4/+8
* [llvm-symbolizer] Add `--output-style` switch.Igor Kudrin2019-04-044-4/+32
* [InstCombine] Combine no-wrap sub and icmp w/ constant.Luqman Aden2019-04-042-9/+14
* [X86] Use INSERT_SUBREG rather than SUBREG_TO_REG when creating LEA64_32 duri...Craig Topper2019-04-043-102/+99
* [FastISel] Fix the crash in gc.result loweringSerguei Katkov2019-04-042-1/+4
* [libunwind] Export the weak alias in Mach-OPetr Hosek2019-04-041-0/+1
* ELF: Move SymtabSHNDX and getSectionIndex() to ObjFile. NFCI.Peter Collingbourne2019-04-042-11/+10
* Create RAII lock guard for global initialization lock.Eric Fiselier2019-04-041-81/+94
* Always use is_initialized and set_initialized in cxa_guard.cppEric Fiselier2019-04-041-16/+8
* Revert r357452 - 'SimplifyCFG SinkCommonCodeFromPredecessors: Also sink funct...David L. Jones2019-04-049-128/+84
* gn build: Merge r357663Nico Weber2019-04-043-0/+3
* [WebAssembly] EmscriptenEHSjLj: Don't abort if __THREW__ is definedSam Clegg2019-04-041-4/+5
* [NFC][TSan][libdispatch] Better CMake variable namesJulian Lettner2019-04-044-8/+8
* [XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong2019-04-0421-0/+565
* [Support] On AIX, Check ENOTSUP on posix_fallocate instead of EOPNOTSUPPHubert Tong2019-04-041-1/+6
* [AIX] SelectionDAGNodes.h: Pack bit-fields that are meant to be packedHubert Tong2019-04-041-0/+14
* [gn] Use "$link /lib" for archives instead of lib.exeReid Kleckner2019-04-041-1/+1
* [X86] Remove CustomInserters for RDPKRU/WRPKRU. Use some custom lowering and ...Craig Topper2019-04-045-54/+39
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-0423-100/+77
* [TSan][libdispatch] Add Cmake option for libdispatch install pathJulian Lettner2019-04-041-12/+5
* Fix minor innaccuracy in previous comment on ManagedStaticBaseReid Kleckner2019-04-041-2/+2
* Make ManagedStatic constexpr constructibleReid Kleckner2019-04-041-3/+8
* Make clangd-fuzzer use the normal add_llvm_fuzzer() machineryNico Weber2019-04-044-9/+24
* llvm-undname: Name a pair. No behavior change.Nico Weber2019-04-031-3/+5
* [X86] Remove CustomInserter pseudos for MONITOR/MONITORX/CLZERO. Use custom i...Craig Topper2019-04-039-97/+88
* [X86] Remove dead CHECK lines for a test. NFCCraig Topper2019-04-031-217/+0
* [X86] Autogenerate checks. NFCCraig Topper2019-04-031-19/+31
* llvm-undname: Fix a crash-on-invalidNico Weber2019-04-032-1/+6
* llvm-undame: Fix an assert-on-invalidNico Weber2019-04-032-1/+9
* llvm-undname: Fix an assert-on-invalidNico Weber2019-04-032-0/+10
* llvm-undname: Fix a crash-on-invalidNico Weber2019-04-032-1/+10
* llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber2019-04-033-14/+26
* [x86] fold shuffles of h-ops that have an undef operandSanjay Patel2019-04-032-3/+2
* add periodsAmy Huang2019-04-031-6/+6
* [x86] eliminate movddup of horizontal opSanjay Patel2019-04-032-6/+11
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* [libunwind] Export the unw_* symbols as weak symbolsPetr Hosek2019-04-0312-275/+360
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-0364-93/+203
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-0318-27/+25
* Cleanup test failures in no discard tests.Eric Fiselier2019-04-032-0/+26
* [x86] add another test for disguised h-op; NFCSanjay Patel2019-04-031-0/+38
* [libc++abi] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-59/+39
* AMDGPU: Split block for si_end_cfMatt Arsenault2019-04-037-73/+227
* Re-enable most lldb-vscode tests on Linux.Jorge Gorbe Moya2019-04-034-20/+5
* Attempt to upgrade compiler used by appveyor buildsEric Fiselier2019-04-031-1/+1
* disable appveyor config for MSVC 2015Eric Fiselier2019-04-031-5/+6
* [x86] add test for disguised horizontal op; NFCSanjay Patel2019-04-031-0/+48
* [OPENMP]Add codegen for reduction vars with allocate clause, NFC.Alexey Bataev2019-04-031-3/+15
* [dwarfdump] Remove bogus verifier errorJonas Devlieghere2019-04-032-18/+1
* [ProfileSummary] Count callsite samples when computing total samples.Taewook Oh2019-04-036-7/+29
OpenPOWER on IntegriCloud