summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC][Clang] Remove use of malloc in mm_mallocQiu Chaofan2019-07-183-44/+8
* [X86] Disable combineConcatVectors for vXi1 vectors.Craig Topper2019-07-182-116/+116
* Fix typo in programmer's manual cantFile -> cantFailNathan Lanza2019-07-181-1/+1
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-1810-13/+194
* [ELF][test] Merge/rename some basic*.s testsFangrui Song2019-07-183-239/+40
* [clangd] Fix Fix -Wunused-lambda-capture after r366339Fangrui Song2019-07-181-4/+3
* [RISCV] Re-land r366331 d RISCV to LLVM_ALL_TARGETSAlex Bradbury2019-07-181-0/+1
* [RISCV] Avoid signed integer overflow UB in RISCVMatInt::generateInstSeqAlex Bradbury2019-07-181-1/+1
* [RISCV] Don't acccess an invalidated iterator in RISCVInstrInfo::removeBranchAlex Bradbury2019-07-181-2/+2
* [AArch64] Add dependency from AArch64CodeGen to TransformUtils to fix -DBUILD...Fangrui Song2019-07-181-1/+1
* Only build lldb-tblgen if it's not a current targetNathan Lanza2019-07-181-7/+13
* [Tests] Add a test showing how we handle overaligned allocas w/ no-realign-stackPhilip Reames2019-07-181-0/+55
* [cmake] Add NATIVE build for cross compiling standalone buildsNathan Lanza2019-07-181-0/+14
* [analyzer] MallocChecker: Prevent Integer Set Library false positivesCsaba Dabis2019-07-182-1/+75
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-177-122/+149
* hwasan: Use C++ driver for cfi.cc test.Peter Collingbourne2019-07-171-1/+1
* Make DT a transitive dependency of LI.Evgeniy Stepanov2019-07-171-1/+1
* [llvm-bcanalyzer] Fixed error 'Expected<T> must be checked before access or d...Denis Bakhvalov2019-07-171-2/+5
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-1714-27/+181
* [AMDGPU] Simplify AMDGPUInstPrinter::printRegOperand()Stanislav Mekhanoshin2019-07-172-157/+37
* AMDGPU: Set inaccessiblememonly on sendmsg intrinsicsMatt Arsenault2019-07-171-2/+2
* [NFC] Clarify a Cmake status message regarding Python on LLDBConfigAdrian McCarthy2019-07-171-1/+1
* [X86] Make sure we mark 128/256 MLOAD as Legal with VLX when min-legal-vector...Craig Topper2019-07-172-5/+20
* Ah, forgot a debug line I left in the dsym-for-uuid.sh scriptJason Molenda2019-07-171-1/+0
* gn build: Merge r366361.Peter Collingbourne2019-07-171-0/+1
* hwasan: Initialize the pass only once.Peter Collingbourne2019-07-175-41/+36
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-176-0/+497
* [NFC][ScopBuilder] Move buildSchedule and its callees to ScopBuilder or ScopH...Dominik Adamski2019-07-176-320/+327
* [AMDGPU] Stop special casing flat_scratch for register nameStanislav Mekhanoshin2019-07-172-13/+1
* Speculative fix for stack-tagging.ll failure.Evgeniy Stepanov2019-07-171-2/+2
* [NFC][ScopBuilder]Move finalizeAccesses and its callees to ScopBuilderDominik Adamski2019-07-174-253/+259
* [Attributor][NFC] Remove unnecessary debug outputHideto Ueno2019-07-171-1/+0
* Adding inline comments to code view type record directives for better readabi...Nilanjana Basu2019-07-175-265/+325
* [PEI] Don't re-allocate a pre-allocated stack protector slotFrancis Visoiu Mistrih2019-07-177-10/+37
* [CodeGen] Add stack protector tests where the guard gets re-assignedFrancis Visoiu Mistrih2019-07-176-0/+134
* [CodeGen][NFC] Simplify checks for stack protector index checkingFrancis Visoiu Mistrih2019-07-172-13/+11
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-1717-65/+65
* GlobalISel: Handle widenScalar of arbitrary G_MERGE_VALUES sourcesMatt Arsenault2019-07-175-186/+490
* GlobalISel: Handle more cases for widenScalar of G_MERGE_VALUESMatt Arsenault2019-07-173-4/+118
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-174-3/+43
* [docs] Adjust variable formatting tableJonas Devlieghere2019-07-171-1/+10
* [CMake] Remove duplicated logic to find Python when doing a standalone buildJonas Devlieghere2019-07-171-12/+0
* [CMake] Use LLVM_DIR and Clang_DIR for standalone builds.Jonas Devlieghere2019-07-171-11/+3
* Basic MTE stack tagging instrumentation.Evgeniy Stepanov2019-07-178-0/+577
* Basic codegen for MTE stack tagging.Evgeniy Stepanov2019-07-1722-8/+818
* [libc++] XFAIL a test that does not behave properly on older ClangLouis Dionne2019-07-171-0/+4
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-175-18/+25
* [OPENMP]Fix PR42632: crash on the analysis of the OpenMP constructs.Alexey Bataev2019-07-172-0/+16
* [dotest] Disable color while testing.Jonas Devlieghere2019-07-171-0/+3
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-1725-350/+13
OpenPOWER on IntegriCloud