summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Docs] Updates sidebar links and sets max-width property for div.bodyDeForest Richards2019-10-152-3/+3
* [JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test.Lang Hames2019-10-152-12/+42
* [lit] Add back LitTestCaseJulian Lettner2019-10-155-0/+87
* [XCOFF]implement parsing relocation information for 32-bit xcoff object fileDigger Lin2019-10-156-5/+380
* [llvm-lipo] Add missing castAlexander Shaposhnikov2019-10-151-1/+2
* AMDGPU: Fix infinite searches in SIFixSGPRCopiesAustin Kerbow2019-10-153-1/+57
* [OPENMP]Fix comments/params, NFC.Alexey Bataev2019-10-151-4/+3
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-159-21/+61
* [llvm-readobj][xcoff] implement parsing overflow section header.Digger Lin2019-10-153-20/+107
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-1513-49/+75
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-1518-210/+293
* [Clang][OpenMP Offload] Move offload registration code to the wrapperSergey Dmitriev2019-10-1538-1140/+524
* Fix as-w-option.c on Windows where no assembler existsReid Kleckner2019-10-151-1/+1
* Revert "[VirtualFileSystem] Support virtual working directory in the Redirec...Jonas Devlieghere2019-10-153-217/+16
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-1515-22/+123
* [WebAssembly] Allow multivalue types in block signature operandsThomas Lively2019-10-1515-117/+181
* [clang] refactor -Wa,-W test cases.Jian Cai2019-10-151-10/+0
* [llvm-objdump] Use a counter for llvm-objdump -h instead of the section index.Jordan Rupprecht2019-10-153-22/+63
* [test] Update YAML mapping in VirtualFileSystemTestJonas Devlieghere2019-10-151-6/+6
* Fix Driver/working-directory.c testJan Korous2019-10-151-1/+0
* [X86] combineX86ShufflesRecursively - split the getTargetShuffleInputs call f...Simon Pilgrim2019-10-151-3/+9
* [llvm-profdata] Reinstate tools/llvm-profdata/malformed-ptr-to-counter-array....Vedant Kumar2019-10-151-0/+52
* Reland [Driver] Fix -working-directory issuesJan Korous2019-10-155-35/+45
* [libc] Do not add unittests if LLVM_INCLUDE_TESTS is OFF.Siva Chandra2019-10-151-0/+4
* remove FILE* usage from SBStream.iLawrence D'Anna2019-10-154-3/+59
* [XCOFF] Output object text section header and symbol entry for program code.Digger Lin2019-10-155-95/+239
* [X86] Make memcmp() use PTEST if possible and also enable AVX1David Zarzycki2019-10-156-290/+554
* Add more information to JSON AST dumping of source locations.Aaron Ballman2019-10-1526-3131/+8133
* [NewGVN] Check that call has an access.Alina Sbirlea2019-10-152-2/+47
* [libomptarget][nfc] Make interface.h target independentJon Chesterfield2019-10-155-9/+32
* [MemorySSA] Update DomTree before applying MSSA updates.Alina Sbirlea2019-10-151-8/+5
* [VirtualFileSystem] Support virtual working directory in the RedirectingFSJonas Devlieghere2019-10-153-16/+217
* eliminate virtual methods from PythonDataObjectsLawrence D'Anna2019-10-152-380/+121
* [llvm-profdata] Remove tools/llvm-profdata/malformed-ptr-to-counter-array.testVedant Kumar2019-10-151-48/+0
* [AIX][XCOFF] Output XCOFF object text section header and symbol entry for pro...Digger Lin2019-10-151-0/+11
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined dataJames Clarke2019-10-152-4/+21
* convert SBDebugger::***FileHandle() wrappers to native files.Lawrence D'Anna2019-10-152-27/+75
* SBFile::GetFile: convert SBFile back into python native files.Lawrence D'Anna2019-10-159-26/+200
* [AMDGPU] Support mov dpp with 64 bit operandsStanislav Mekhanoshin2019-10-157-6/+226
* CFI: wrong type passed to llvm.type.test with multiple inheritance devirtuali...Dmitry Mikulin2019-10-153-1/+70
* [AMDGPU] Allow DPP combiner to work with REG_SEQUENCEStanislav Mekhanoshin2019-10-152-5/+210
* [Concepts] Remove unused and illegal Sema includes from ExprCXX.cppSaar Raz2019-10-151-4/+1
* Increase gdbremote_testcase timeouts when running under ASAN.Adrian Prantl2019-10-151-5/+12
* Skip PExpect tests under ASAN, I can't get them to work reliably.Adrian Prantl2019-10-152-0/+6
* gn build: Merge r374903GN Sync Bot2019-10-151-0/+1
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-1537-228/+830
* [DAGCombiner] fold select-of-constants based on sign-bit testSanjay Patel2019-10-152-54/+68
* [clangd][NFC] Update comments to use triple-slashesKadir Cetinkaya2019-10-151-3/+4
* gn build: Merge r374899GN Sync Bot2019-10-151-1/+0
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-1537-827/+228
OpenPOWER on IntegriCloud