summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [dsymutil] Fix heap-use-after-free related to the LinkOptions.Jonas Devlieghere2019-08-011-5/+6
* [Tests] Autogen a bunch of Reassociate tests for ease of updatePhilip Reames2019-08-0118-242/+374
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-01195-1158/+1039
* [DirectoryWatcher] Relax assumption to prevent test flakinessJan Korous2019-08-012-1/+19
* Refactor deque to centralize handling of spare blocks.Eric Fiselier2019-08-012-48/+334
* [PGO] Add PGO support at -O0 in the experimental new pass managerRong Xu2019-08-016-29/+139
* Revert r366980: "[lit] Protect full test suite from FILECHECK_OPTS"Joel E. Denny2019-08-012-10/+3
* Revert r367123: "[llvm] [lit/tests] Replace 'env -u' with more portable const...Joel E. Denny2019-08-011-1/+1
* [NFC] Remove extra __has_featureJF Bastien2019-08-011-9/+0
* Relax load store vectorizer pointer strip checksStanislav Mekhanoshin2019-08-012-9/+47
* Changes to improve CodeView debug info type record inline commentsNilanjana Basu2019-08-019-192/+635
* Fix Windows branch of FileManagerTest changesHarlan Haskins2019-08-011-1/+1
* Fix use-after-move in ClangBasicTestsHarlan Haskins2019-08-011-1/+1
* [WebAssembly] Fixed relocation errors having no location.Wouter van Oortmerssen2019-08-011-0/+1
* [clang] Change FileManager to use llvm::ErrorOr instead of null on failureHarlan Haskins2019-08-012-6/+9
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-0111-32/+41
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-0135-215/+298
* [clang] Adopt llvm::ErrorOr in FileManager methodsHarlan Haskins2019-08-013-103/+144
* Move register namespacing definitions from TargetRegisterInfo to RegisterDaniel Sanders2019-08-013-23/+127
* [OpenMP] Fix declare target link implementationGheorghe-Teodor Bercea2019-08-014-64/+84
* [AArch64][x86] adjust tests with shift-add-shift; NFCSanjay Patel2019-08-012-6/+14
* [analyzer] StackFrameContext: Add NodeBuilderContext::blockCount() to its pro...Csaba Dabis2019-08-019-51/+95
* [AArch64][x86] add tests for shift-add-shift; NFC (PR42644)Sanjay Patel2019-08-012-0/+230
* Teach malloc_allocator how to count bytesEric Fiselier2019-08-011-3/+9
* Change default bucket count in hash_set/hash_map.Eric Fiselier2019-08-016-42/+113
* GlobalISel: Lower scalarizing unmerge of a vector to shiftsMatt Arsenault2019-08-0138-426/+954
* Follow up of rL367592, fix the buildSjoerd Meijer2019-08-011-2/+0
* Test linux only for absolute paths in the -fuse-ld optionYuanfang Chen2019-08-011-0/+1
* [X86] In decomposeMulByConstant, legalize the VT before querying whether the ...Craig Topper2019-08-015-81/+41
* [X86] Add some test cases for 512-bit truncate to 128-bits with min-legal-vec...Craig Topper2019-08-011-0/+32
* [COFF] Fix wholearchive with thin archivesMartin Storsjo2019-08-012-1/+5
* AMDGPU: Remove v0 workaround for DS_GWS_* instructionsMatt Arsenault2019-08-014-55/+25
* CodeGen: Allow virtual registers in bundlesMatt Arsenault2019-08-012-11/+14
* [SimplifyCFG] Mark missed Changed to true.Alina Sbirlea2019-08-012-0/+91
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-014-20/+17
* [MemorySSA] Set LoopSimplify to preserve MemorySSA in the NPM, if analysis ex...Alina Sbirlea2019-08-012-4/+12
* AMDGPU: Use tablegen pattern for sendmsg intrinsicsMatt Arsenault2019-08-014-19/+27
* [LV] Tail-Loop FoldingSjoerd Meijer2019-08-014-55/+183
* GlobalISel: Fix widenScalar for G_MERGE_VALUES to pointerMatt Arsenault2019-08-014-1/+62
* [WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen2019-08-019-42/+130
* Remove a few straggler ".cc"s in compiler-rt/libNico Weber2019-08-0113-13/+13
* [TargetLowering] SimplifyMultipleUseDemandedBits - Add ISD::INSERT_VECTOR_ELT...Simon Pilgrim2019-08-013-69/+79
* try to fix bots more after r367562Nico Weber2019-08-011-6/+6
* try to fix bots after r367562Nico Weber2019-08-011-3/+3
* Fix spacing of LLVM_USE_PERF in CMake.rst that caused it to be tabbed in funnyErich Keane2019-08-011-1/+1
* Document LLVM_ENABLE_LIBCXX in CMake.rstErich Keane2019-08-011-0/+5
* Move macho-data-in-code.ll to X86/macho-data-in-code.ll (to only run when x86...Kuba Mracek2019-08-011-0/+0
* [X86][SSE] Add PEXTR*(PINSR*(v, s, c), c) -> s combine.Simon Pilgrim2019-08-012-9/+16
* [Attributor][FIX] Indicate a missing update changeJohannes Doerfert2019-08-011-3/+7
* [mips] Fix lowering load/store instruction in PIC caseSimon Atanasyan2019-08-013-1/+130
OpenPOWER on IntegriCloud