summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [sanitizer] Revert rL324263Kostya Kortchinsky2018-02-051-3/+2
* [InstCombine] add test corresponding to r324252 (PR36225); NFCSanjay Patel2018-02-051-0/+64
* Add release note on change to memcpy/memmove/memset builtin signaturesDaniel Neilson2018-02-051-0/+4
* Change the default of --apply-dynamic-relocs.Rafael Espindola2018-02-053-3/+7
* [sanitizer] SizeClassMap minor improvement/correctness changesKostya Kortchinsky2018-02-051-2/+3
* Allow both -no-omagic and --no-omagic.Rui Ueyama2018-02-051-1/+1
* [X86] Teach DAG unfoldMemoryOperand to reconvert CMPs to testsNirav Dave2018-02-052-2/+26
* [X86] Artificially lower the complexity of the scalar ANDN patterns so that A...Craig Topper2018-02-054-22/+27
* [Options] Make --cuda-path-ignore-env a Flag, NFCI.Jonas Hahnfeld2018-02-051-1/+1
* [sanitizer] Allocator local cache improvementsKostya Kortchinsky2018-02-051-34/+31
* Add a comment explaining how the input for GetModuleSpecifications_EarlySecti...Pavel Labath2018-02-052-0/+25
* [InstCombine] add unsigned saturation subtraction canonicalizationsSanjay Patel2018-02-052-37/+107
* Fix parsing of object files with "early" section headersPavel Labath2018-02-054-46/+23
* LTO: Include dso-local bit in ThinLTO cache key.Peter Collingbourne2018-02-055-11/+38
* [InstCombine] only allow narrow/wide evaluation of values with >1 use if that...Sanjay Patel2018-02-051-4/+6
* Sync PlatformNetBSD.cpp with LinuxKamil Rytarowski2018-02-051-88/+26
* [Hexagon] Memoize instruction positions in BitTrackerKrzysztof Parzyszek2018-02-052-10/+22
* [X86] Teach X86DAGToDAGISel::shrinkAndImmediate to preserve upper 32 zeroes o...Craig Topper2018-02-053-5/+21
* Revert r323472 "[Debug] Add dbg.value intrinsics for PHIs created during LCSSA."Hans Wennborg2018-02-052-8/+2
OpenPOWER on IntegriCloud