summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix namespace end comments for namespaces with attributes and m...Nico Weber2019-07-234-5/+76
* [Utils] Add back utils directoryJonas Devlieghere2019-07-2345-0/+6808
* [IndVars] Fix a subtle bug in optimizeLoopExitsPhilip Reames2019-07-232-2/+49
* Improve clang-format-diff help outputNico Weber2019-07-231-8/+4
* [Utils] Remove legacy scriptsJonas Devlieghere2019-07-2347-6978/+0
* [IR][Verifier] Allow IntToPtrInst to be !dereferenceableRyan Taylor2019-07-236-20/+116
* [RISCV][NFC] Correct RUN in rvi-pseudos-invalid.sSam Elliott2019-07-231-1/+1
* [Logging] Fix format stringsJonas Devlieghere2019-07-232-18/+16
* [clang][NFCI] Fix random typosJan Korous2019-07-233-3/+3
* [compiler-rt][builtins] Provide __clear_cache for SPARCRainer Orth2019-07-231-0/+10
* [CMake] Add -z defs on SolarisRainer Orth2019-07-231-1/+1
* [clang, test] Fix Clang :: Headers/max_align.c on 64-bit SPARCRainer Orth2019-07-232-0/+2
* [GlobalISel][AArch64] Teach GISel to handle shifts in load addressing modesJessica Paquette2019-07-232-7/+366
* [ASTImporter] Fix inequivalence of ClassTemplateInstantiationsGabor Marton2019-07-232-22/+214
* [TargetLowering] SimplifyMultipleUseDemandedBits - add VECTOR_SHUFFLE support.Simon Pilgrim2019-07-2324-3471/+3138
* Revert "[Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sect...Vlad Tsyrklevich2019-07-234-67/+5
* [llvm-ar] Fix support for archives with members larger than 4GBOwen Reynolds2019-07-233-10/+21
* [clangd] Log version, cwd, args, and transport on startup. NFCSam McCall2019-07-231-0/+13
* [libomptarget] Handle offload policy in push_tripcountJonas Hahnfeld2019-07-231-0/+3
* [ARM][LowOverheadLoops] Fix branch target codegenSam Parker2019-07-235-37/+696
* Fix MSVC warning about extending a uint32_t shift result to uint64_t. NFCI.Simon Pilgrim2019-07-231-2/+2
* [SLPVectorizer] Revert local change that got accidently got committed in rL36...Simon Pilgrim2019-07-231-1/+0
* Revert [RISCV] Re-enable rv32i-aliases-invalid.s testSam Elliott2019-07-231-0/+1
* [NFC][ASAN] Add brackets around not commandLei Huang2019-07-231-1/+1
* [lldb][NFC] Tablegenify processRaphael Isemann2019-07-232-25/+62
* ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath2019-07-231-36/+35
* [NFC][InstCombine] Fixup commutative/negative tests with icmp preds in @llvm....Roman Lebedev2019-07-232-12/+10
* [InstSimplify][NFC] Tests for skipping 'div-by-0' checks before inverted @llv...Roman Lebedev2019-07-232-0/+212
* [NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow testsRoman Lebedev2019-07-232-14/+19
* [TargetLowering] Add SimplifyMultipleUseDemandedBitsSimon Pilgrim2019-07-2314-1222/+1062
* Fix windows build after r366791Pavel Labath2019-07-231-1/+3
* [RISCV] Re-enable rv32i-aliases-invalid.s testSam Elliott2019-07-231-1/+0
* [Object/ELF.h] - Improve testing of the fields in ELFFile<ELFT>::sections().George Rimar2019-07-234-5/+67
* [lldb][NFC] Tablegenify sourceRaphael Isemann2019-07-232-19/+46
* [yaml2obj] - Add a support for defining null sections in YAMLs.George Rimar2019-07-232-5/+192
* [SLPVectorizer] Remove null-pointer test. NFCI.Simon Pilgrim2019-07-231-4/+4
* PlistDiagnostics Fix for compile warning (NFC).Balazs Keri2019-07-231-1/+1
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-2317-143/+127
* [ARM] Rename NEONModImm to VMOVModImm. NFCDavid Green2019-07-238-46/+46
* [Attributor][NFC] Re-run clang-format on the Attributor.cppHideto Ueno2019-07-231-7/+4
* [Attributor] Deduce "dereferenceable" attributeHideto Ueno2019-07-236-19/+555
* [llvm-objcopy] Allow strip symtab in executables and DSOsEugene Leviant2019-07-238-88/+51
* Fix gold-plugin Windows buildYi Kong2019-07-231-2/+2
* [yaml2elf] - Treat the SHN_UNDEF section as kind of regular section.George Rimar2019-07-232-12/+15
* [test] Fix the test from the previous commit when run on windows. NFC.Martin Storsjo2019-07-232-2/+11
* [lldb][NFC] Tablegenify disassembleRaphael Isemann2019-07-232-24/+41
* [CrossTU] Added CTU argument to diagnostic consumer create fn.Balazs Keri2019-07-235-48/+55
* [AMDGPU][NFC] Simplify test file for amdgcn intrinsicsHideto Ueno2019-07-231-5/+5
* [COFF] Unbreak sorting of mingw comdat .tls sections after SVN r363457Martin Storsjo2019-07-232-4/+51
* [DAGCombiner] Make ShrinkLoadReplaceStoreWithStore return an SDValue instead ...Craig Topper2019-07-231-9/+8
OpenPOWER on IntegriCloud