summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Reproducer] Support dumping the reproducer CWDJonas Devlieghere2019-10-173-3/+26
* [Reproducer] Add LoadBuffer<> helper (NFC)Jonas Devlieghere2019-10-172-11/+13
* [Reproducer] Capture the debugger's working directoryJonas Devlieghere2019-10-173-1/+47
* [lit] Fix another test case that r374652 missedJoel E. Denny2019-10-161-1/+1
* [gicombiner] Hoist pure C++ combine into the tablegen definitionDaniel Sanders2019-10-168-22/+368
* [lit] Remove unnecessary usage of lit.RunJulian Lettner2019-10-162-5/+3
* [lit] Do not create semaphores when we do not need themJulian Lettner2019-10-161-7/+6
* [lit] Factor out separate methods for parallel and serial executionJulian Lettner2019-10-161-43/+47
* [NFC] Fix unused var in release buildsJordan Rupprecht2019-10-161-0/+1
* Revert [support] GlobPattern: add support for `\` and `[!...]`, and allow `]`...Jordan Rupprecht2019-10-163-113/+46
* [support] GlobPattern: add support for `\` and `[!...]`, and allow `]` in mor...Jordan Rupprecht2019-10-163-46/+113
* [Utils] Cleanup similar cases to MergeBlockIntoPredecessor.Alina Sbirlea2019-10-164-70/+56
* [lit] Print warning if we fail to delete temp directoryJulian Lettner2019-10-161-3/+3
* [lit] Skip creation of tmp dir if we don't actually run any testsJulian Lettner2019-10-161-32/+35
* [lit] Remove return value from print_summary functionJulian Lettner2019-10-161-9/+5
* [lit] Small refactoring and cleanups in main.pyJulian Lettner2019-10-161-69/+55
* Update ReleaseNotes: expand the section on enabling MemorySSAAlina Sbirlea2019-10-161-1/+14
* [dsymutil] Print warning/error for unknown/missing arguments.Jonas Devlieghere2019-10-162-0/+16
* [AArch64] Fix offset calculationShoaib Meenai2019-10-163-4/+21
* GlobalISel: Implement lower for G_SADDO/G_SSUBOMatt Arsenault2019-10-168-140/+322
* [Symbolize] Use the local MSVC C++ demangler instead of relying on dbghelp. NFC.Martin Storsjo2019-10-163-31/+11
* Remove a stale comment, noted in post commit review for rL375038Philip Reames2019-10-161-1/+0
* [clangd] Add the missing dependency on `clangLex`.Michael Liao2019-10-162-0/+2
* [IndVars] Fix a miscompile in off-by-default loop predication implementationPhilip Reames2019-10-162-14/+37
* [LLDB] Use the llvm microsoft demangler instead of the windows dbghelp api. N...Martin Storsjo2019-10-161-41/+7
* [AMDGPU] Do not combine dpp mov reading physregsStanislav Mekhanoshin2019-10-162-0/+30
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-1636-28/+123
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-162-10/+9
* [AMDGPU] Do not combine dpp with physreg defStanislav Mekhanoshin2019-10-162-0/+16
* [android/process list] support showing process argumentsWalter Erquinigo2019-10-168-126/+234
* [llvm-ar] Implement the V modifier as an alias for --versionJordan Rupprecht2019-10-163-1/+25
* Fix darwin-ld-lto test for some speical pathSteven Wu2019-10-161-2/+4
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-168-28/+47
* [SLP] avoid reduction transform on patterns that the backend can load-combine...Sanjay Patel2019-10-162-52/+152
* [lldb] move more things from python to cmakeHaibo Huang2019-10-162-237/+23
* [lit] Fix a test case that r374652 missedJoel E. Denny2019-10-161-1/+1
* Tag CFI-generated data structures with "#pragma clang section" attributes.Dmitry Mikulin2019-10-165-5/+81
* [NFC][XCOFF][AIX] Rename ControlSections to CsectGroupJason Liu2019-10-161-4/+4
* [lit] Fix internal diff's --strip-trailing-cr and use itJoel E. Denny2019-10-1612-13/+83
* CombinerHelper - silence dead assignment warnings. NFCI.Simon Pilgrim2019-10-161-9/+9
* [lit] Clean up internal diff's encoding handlingJoel E. Denny2019-10-167-35/+88
* [OPENMP]Use different addresses for zeroed thread_id/bound_id.Alexey Bataev2019-10-165-25/+40
* [AMDGPU] Supress unused sdwa insts generationStanislav Mekhanoshin2019-10-163-25/+55
* [Remarks] Fix warning for ambigous `else` behind EXPECT macroFrancis Visoiu Mistrih2019-10-161-2/+4
* [Remarks] Fix unit test by only checking for the pathFrancis Visoiu Mistrih2019-10-161-4/+3
* [SVE][IR] Small TypeSize improvements left out of initial commitGraham Hunter2019-10-163-8/+8
* [DWARF5] Added support for DW_AT_noreturn attribute to be emitted forAdrian Prantl2019-10-163-32/+85
* [Remarks] Use StringRef::contains to avoid differences in error stringFrancis Visoiu Mistrih2019-10-161-9/+21
* [AArch64,Assembler] Compiler support for ID_MMFR5_EL1Mark Murray2019-10-164-0/+9
* [Codegen] Adjust saturation test. NFC.David Green2019-10-1620-79/+2418
OpenPOWER on IntegriCloud