summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [OMPT] Fix tool initialization returning 0Joachim Protze2018-02-061-0/+6
* Revert "[MergeICmps] Enable the MergeICmps Pass by default."Clement Courbet2018-02-064-20/+46
* [MergeICmps] Enable the MergeICmps Pass by default.Clement Courbet2018-02-064-46/+20
* [ThinLTO] fix test failure without x86 backendHiroshi Inoue2018-02-062-0/+3
* [X86] Modify a few tests to not use icmps that are provably false.Craig Topper2018-02-063-17/+15
* AMDGPU/MemoryModel: Fix monotonic atomic loadsKonstantin Zhuravlyov2018-02-062-3/+4
* ThinLTOBitcodeWriter: Do not include module-level inline asm in the merged mo...Peter Collingbourne2018-02-062-0/+13
* No, really this time mark 3034 as 'Patch Ready'Marshall Clow2018-02-061-2/+2
* [DAGCombiner] Pass the original load to ExtendSetCCUses not the turncate.Craig Topper2018-02-061-11/+12
* Mark issue 3034 as 'Patch Ready'Marshall Clow2018-02-061-2/+2
* Revert "[libc++] Fix PR35491 - std::array of zero-size doesn't work with non-...Nirav Dave2018-02-068-276/+17
* Fix crash on invalid.Richard Trieu2018-02-062-1/+17
* More patches readyMarshall Clow2018-02-061-7/+7
* [COFF] Add minimal support for /guard:cfReid Kleckner2018-02-0614-53/+632
* [WebAssembly] Fix test expectations after r324274Derek Schuff2018-02-062-80/+33
* Update test expectations after reverting PLT changeReid Kleckner2018-02-062-15/+15
* [RISCV] Add support for %pcrel_lo.Ahmed Charles2018-02-069-12/+65
* Fix test/Driver/sanitizer-ld.c broken by D40903Alex Shlyapnikov2018-02-061-43/+43
* Revert "Don't assume a null GV is local for ELF and MachO."Reid Kleckner2018-02-067-34/+27
* Add -no-allow-multiple-definition, -no-pic-executable and -no-warn-common.Rui Ueyama2018-02-065-10/+15
* [ThinLTO] Remove dead and dropped symbol declarations when possibleTeresa Johnson2018-02-064-10/+90
* Fix regex from r324279 more better.Paul Robinson2018-02-061-1/+1
* Fix LLD wasm error check on Windows, which prints "lld.EXE: error: ..."Reid Kleckner2018-02-061-1/+1
* [Sanitizers] Basic Solaris sanitizer support (PR 33274)Alex Shlyapnikov2018-02-055-7/+59
* [X86] Auto-generate complete checks. NFCCraig Topper2018-02-051-21/+54
* [X86] Relax restrictions on what setcc condition codes can be folded with a s...Craig Topper2018-02-053-8/+7
* [testsuite] Skip a flakey test.Davide Italiano2018-02-051-0/+1
* Add issues in 'Review'Marshall Clow2018-02-051-3/+23
* LTO: Also include dso-local bit for calls in ThinLTO cache key.Peter Collingbourne2018-02-052-1/+26
* Remove <experimental/string_view>; use <string_view> instead. See https://lib...Marshall Clow2018-02-0584-17023/+1
* [LoopStrengthReduce, x86] don't add cost for a cmp that will be macro-fused (...Sanjay Patel2018-02-059-49/+73
* Disable test_restart_bug failing on AndroidEugene Zemtsov2018-02-051-0/+1
* Fix the cputype comparison in GDBRemoteCommunicationServerCommon::Handle_qHos...Jason Molenda2018-02-051-1/+5
* IRGen: Move vtable load after argument evaluation.Peter Collingbourne2018-02-0511-107/+146
* [PEI] Fix failing test caused by r324283Francis Visoiu Mistrih2018-02-051-0/+6
* [Sanitizers, Darwin] Disable SANITIZER_SUPPORTS_WEAK_HOOKS before Mac OS X 10.9Vitaly Buka2018-02-051-1/+7
* [PEI][NFC] Move StackSize opt-remark code next to -warn-stack codeFrancis Visoiu Mistrih2018-02-051-7/+6
* [demangler] Refactor the type parserErik Pilkington2018-02-051-821/+595
* CMake: fix build directory name in clean ruleAdrian Prantl2018-02-051-1/+1
* [lang/Objc] UNXFAIL a test. Nullability has been implemented in clang.Davide Italiano2018-02-051-1/+0
* Fix Windows bots for test from r324270.Paul Robinson2018-02-051-1/+1
* [LowerMemIntrinsics] Update uses of deprecated MemIntrinsic::getAlignment API...Daniel Neilson2018-02-051-7/+7
* [clangd] Add a cstring include for strerror.Benjamin Kramer2018-02-051-0/+1
* [InstCombine] don't try to evaluate instructions with >1 use (revert r324014)Sanjay Patel2018-02-053-30/+30
* refactor: DWARFCompileUnit::Producer -> DWARFProducerJan Kratochvil2018-02-053-18/+14
* [SDAG] Legalize all CondCodes by inverting them and/or swapping operandsKrzysztof Parzyszek2018-02-051-12/+19
* [SimplifyLibCalls] Update from deprecated IRBuilder API for creating memory i...Daniel Neilson2018-02-051-25/+23
* Replace ApplyDynamicRelocs with WriteAddends.Rafael Espindola2018-02-053-7/+8
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-0525-101/+124
* Add support for attribute 'trivial_abi'.Akira Hatanaka2018-02-0527-81/+853
OpenPOWER on IntegriCloud