summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [lld] [ELF] Add '-z nognustack' opt to suppress emitting PT_GNU_STACKMichał Górny2019-10-295-8/+40
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-294-16/+26
* [SLP] Fix -Wunused-variable. NFCFangrui Song2019-10-291-2/+1
* isBuiltinFunc() uses StringRef instead of const char*Guillaume Chatelet2019-10-293-4/+3
* Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)Sander de Smalen2019-10-2911-89/+287
* [SLP] Generalization of stores vectorization.Alexey Bataev2019-10-2920-480/+842
* Fix missing memcpy builtin on ppc64beGuillaume Chatelet2019-10-292-0/+2
* [X86] Pull out combineOrShiftToFunnelShift helper. NFCI.Simon Pilgrim2019-10-291-51/+64
* build: make standalone builds work againSaleem Abdulrasool2019-10-291-0/+4
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
* [InstCombine] make icmp vector canonicalization safe for constant with undef ...Sanjay Patel2019-10-298-9/+21
* [clang] Add no_builtin attributeGuillaume Chatelet2019-10-2910-4/+269
* [lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann2019-10-291-144/+142
* [OPENMP]Fix PR43772: No warning in non-combined target regions.Alexey Bataev2019-10-295-7/+38
* [bugpoint] Try to reduce passes after reducing everything.Florian Hahn2019-10-291-1/+15
* [InstCombine] add tests for icmp predicate canonicalization with vector types...Sanjay Patel2019-10-291-5/+14
* [Hexagon] Handle remaining registers in getRegisterByName()Krzysztof Parzyszek2019-10-293-3/+848
* [BitVector] Define BitWord as uintptr_tSimon Pilgrim2019-10-291-1/+1
* [IR] move/change null-check to assertSanjay Patel2019-10-291-1/+2
* [BitVector] Cast integer literals to BitWord [NFC]Simon Pilgrim2019-10-291-15/+15
* [IR] move helper function to replace undef constant (elements) with fixed con...Sanjay Patel2019-10-293-24/+31
* [LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö2019-10-292-1/+117
* Fix some spelling mistakes in comments. NFCGreg Bedwell2019-10-291-4/+4
* Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-291-1/+1
* Fix a spelling mistake in a comment. NFCGreg Bedwell2019-10-291-1/+1
* Revert "[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap"Andrea Di Biagio2019-10-291-97/+82
* Fix unused variable warning. NFCI.Simon Pilgrim2019-10-291-1/+1
* [clangd] Add a hidden tweak to dump symbol under the cursor.Haojian Wu2019-10-292-0/+36
* [LCSSA] Forget values we create LCSSA phis forFlorian Hahn2019-10-293-3/+81
* Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...Simon Pilgrim2019-10-2911-183/+10
* [BranchFolding] skip debug instr to avoid code changeJeremy Morse2019-10-292-2/+112
* [ConstantFold] Push extractelement into getelementptr's operandsJay Foad2019-10-291-1/+1
* [clangd] NFC, use URI::resolve to simplify the code.Haojian Wu2019-10-291-9/+5
* [obj2yaml] - Update a comment in a test case. NFC.Georgii Rymar2019-10-291-2/+2
* [llvm-readobj] - Fix a comment in stack-sizes.test. NFC.Georgii Rymar2019-10-291-1/+1
* [clangd] Add missing highlights for using decls.Haojian Wu2019-10-292-5/+19
* [yaml2obj] - Make .symtab to be not mandatory section for SHT_REL[A] section.Georgii Rymar2019-10-299-15/+9
* [yaml2obj] - Improve handling of the SHT_GROUP section.Georgii Rymar2019-10-2911-14/+60
* [JITLink] Tighten section sorting criteria to fix a flaky test case.Lang Hames2019-10-281-1/+3
* AMDGPU: Make VReg_1 only include 1 artificial registerMatt Arsenault2019-10-282-13/+26
* [RISCV] Remove RA from reserved register to use as callee saved registerShiva Chen2019-10-292-27/+28
* [lit] Remove callback indirectionJulian Lettner2019-10-281-3/+3
* Fix a few typos in lld/ELF to cycle botsNico Weber2019-10-2819-43/+43
* [Attributor] Make IntegerState more flexibleJohannes Doerfert2019-10-282-98/+192
* gn build: Merge 38839d08b8eLLVM GN Syncbot2019-10-291-1/+0
* PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.David Blaikie2019-10-282-11/+29
* gn build: fix bad merge of 75f72f6b done in 3431f1baNico Weber2019-10-281-1/+1
* [msan] Remove more attributes from sanitized functions.Evgenii Stepanov2019-10-282-2/+55
* gn build: (manually) merge 75f72f6bNico Weber2019-10-284-1/+28
* [clang][clang-scan-deps] Add -fcxx-modules to test for Darwin.Michael Spencer2019-10-281-2/+2
OpenPOWER on IntegriCloud