summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Remarks] String tables should be move-onlyFrancis Visoiu Mistrih2019-07-237-29/+55
* [lldb] Fix enum value descriptionJonas Devlieghere2019-07-231-1/+1
* [FileCheck] Use ASSERT for fatal unit testsThomas Preud'homme2019-07-231-43/+45
* [FileCheck]] Canonicalize caret location testingThomas Preud'homme2019-07-235-80/+81
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-237-251/+475
* [DWARF] Use 32-bit format specifier for offsetJonas Devlieghere2019-07-231-7/+7
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-2314-18/+37
* [AArch64][GlobalISel] Add support for s128 loads, stores, extracts, truncs.Amara Emerson2019-07-2312-279/+218
* Fix "control reaches end of non-void function" warning. NFCI.Simon Pilgrim2019-07-231-0/+1
* [docs] Clarify where the indirect UB due to write-write races comes fromEli Friedman2019-07-231-2/+4
* [GlobalISel][AArch64] Save a copy on G_SELECT by fixing condition to GPRJessica Paquette2019-07-233-17/+10
* [ExpressionParser] Handle llvm::Expected resultJonas Devlieghere2019-07-231-2/+10
* [ExpressionParser] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-231-32/+32
* [ARM] Add opt-bisect support to ARMParallelDSP.Eli Friedman2019-07-231-0/+3
* [lldb] Fix occasional hangs of VSCode testcasesJan Kratochvil2019-07-231-7/+1
* [Remarks] Introduce a new format: yaml-strtabFrancis Visoiu Mistrih2019-07-2314-51/+134
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-235-7/+136
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-2316-5/+366
* [Remarks][NFC] Move the YAML serializer to its own headerFrancis Visoiu Mistrih2019-07-235-25/+50
* [PowerPC] Remove redundant load immediate instructionsYi-Hong Lyu2019-07-233-0/+506
* gn build: Merge r366832Nico Weber2019-07-231-0/+1
* ld.lld: Demangle symbols from archives in diagnosticsNico Weber2019-07-238-29/+53
* [X86] In lowerVectorShuffle, instead of creating a new node to canonicalize t...Craig Topper2019-07-236-38/+38
* [libFuzzer] Fix __sanitizer_print_memory_profile return type in ExtFunctions.defMax Moroz2019-07-231-1/+1
* [utils] Remove sync-source (with SVN)Jonas Devlieghere2019-07-237-646/+0
* [Remarks] Add unit tests for YAML serializationFrancis Visoiu Mistrih2019-07-233-3/+90
* 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
OpenPOWER on IntegriCloud