summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support for building with Python 3Nico Weber2019-07-101-4/+2
* [OPENMP]Remove not used check line from the test, NFC.Alexey Bataev2019-07-101-1/+0
* [AArch64][GlobalISel] Optimize compare and branch cases with G_INTTOPTR and u...Amara Emerson2019-07-105-43/+131
* gn build: Merge r365687Nico Weber2019-07-102-0/+2
* Add Python 3.6 and 3.7 to the version listNico Weber2019-07-101-1/+1
* [clang-doc] Add a structured HTML generatorJulie Hockett2019-07-108-59/+870
* Revert "[ELF] Update test case due to llvm r365618"Nikola Prica2019-07-101-7/+13
* Revert "[ELF] Loose a condition for relocation with a symbol"Nikola Prica2019-07-106-9/+20
* [GlobalISel][AArch64] Use getOpcodeDef instead of findMIFromRegJessica Paquette2019-07-102-14/+25
* [GlobalISel][AArch64][NFC] Use getDefIgnoringCopies from Utils where we canJessica Paquette2019-07-102-22/+32
* Update libc++ include path detection to use VFS on LinuxJulie Hockett2019-07-101-6/+7
* [TSan] Attempt to fix linker error on Linux/AArch64Julian Lettner2019-07-101-1/+1
* Revert "[System Model] [TTI] Update cache and prefetch TTI interfaces"David Greene2019-07-1012-166/+63
* Move three folds for FADD, FSUB and FMUL in the DAG combiner away from Unsafe...Michael Berg2019-07-104-10/+10
* Revert "[clangd] Filter out non-governed files from broadcast"Matthew Voss2019-07-108-331/+69
* [scripts] Remove the unused 'shush' script.Davide Italiano2019-07-101-64/+0
* [System Model] [TTI] Update cache and prefetch TTI interfacesDavid Greene2019-07-1012-63/+166
* Recommit "[CommandLine] Remove OptionCategory and SubCommand caches from the ...Don Hinton2019-07-106-111/+136
* [X86] EltsFromConsecutiveLoads - clean up element size calcs. NFCI.Simon Pilgrim2019-07-101-14/+12
* [LoopRotate + MemorySSA] Keep an <instruction-cloned instruction> map.Alina Sbirlea2019-07-102-4/+34
* [ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.Lang Hames2019-07-109-50/+247
* [X86] Regenerate tests. NFCI.Simon Pilgrim2019-07-101-118/+56
* [X86] Change the IR sequence for _mm_storeh_pi and _mm_storel_pi to perform t...Craig Topper2019-07-105-28/+14
* [X86] Add guards to some of the x86 intrinsic tests to skip 64-bit mode only ...Craig Topper2019-07-1010-0/+58
* [X86] Add tests for an alternative sequence for _mm_storel_pi/_mm_storeh_pi i...Craig Topper2019-07-101-14/+108
* [clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin2019-07-108-47/+63
* Options: Reduce code duplicationPavel Labath2019-07-104-72/+48
* [TargetLowering] support BlockAddress as "i" inline asm constraintNick Desaulniers2019-07-102-0/+19
* [NFC][InstCombine] Fixup some tests in just-added "omit mask before left-shif...Roman Lebedev2019-07-103-10/+15
* ELF: Add support for R_AARCH64_ADR_PREL_PG_HI21_NC relocation.Peter Collingbourne2019-07-103-0/+13
* MC: AArch64: Add support for pg_hi21_nc relocation specifier.Peter Collingbourne2019-07-102-0/+9
* [CodeExtractor] Fix sinking of allocas with multiple bitcast uses (PR42451)Vedant Kumar2019-07-103-14/+104
* [CodeExtractor] Simplify findAllocas, NFCVedant Kumar2019-07-102-73/+101
* GlobalISel: Legalization for G_FMINNUM/G_FMAXNUMMatt Arsenault2019-07-109-1/+1214
* GlobalISel: Define the full family of FP min/max instructionsMatt Arsenault2019-07-105-0/+182
* [X86] EltsFromConsecutiveLoads - remove duplicate check for element size. NFCI.Simon Pilgrim2019-07-101-6/+0
* [X86] EltsFromConsecutiveLoads - ensure element reg/store sizes are the same ...Simon Pilgrim2019-07-101-3/+5
* ObjectFileELF: Add support for gnu-style compressed sectionsPavel Labath2019-07-103-29/+57
* AMDGPU: Serialize mode from MachineFunctionInfoMatt Arsenault2019-07-106-16/+110
* [PatternMatch] Generalize m_SpecificInt_ULT() to take ICmpInst::PredicateRoman Lebedev2019-07-104-20/+417
* [CMake][NFC] Remove dead code lldb_append_link_flags() from AddLLDB.cmakeStefan Granitz2019-07-101-16/+0
* [CMake][NFC] Polish comments in AddLLDB.cmakeStefan Granitz2019-07-101-2/+6
* [CMake] Add Apple-lldb-Linux.cmake cacheStefan Granitz2019-07-101-0/+8
* [CMake] Polish Apple-lldb cachesStefan Granitz2019-07-102-18/+8
* [Remarks] Add cl::Hidden to -remarks-yaml-string-tableFrancis Visoiu Mistrih2019-07-101-2/+3
* docs/GithubMove.rst: Remove obsolete informationTom Stellard2019-07-101-357/+36
* [FileCheck] Use bool operator to test ExpectedThomas Preud'homme2019-07-101-24/+24
* [AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...Christudasan Devadasan2019-07-103-27/+27
* NFC: fixed typo #ifdef --> #if to allow macro set to 0 work correctlyAndrey Churbanov2019-07-101-1/+1
* [NFC][InstCombine] Redundant masking before left-shift (PR42563)Roman Lebedev2019-07-107-0/+1876
OpenPOWER on IntegriCloud