summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MC] Fix 3 objdump tests after rL346610Fangrui Song2018-11-113-10/+10
* [ELF] Change GnuPub{Names,Types}Section from StringRef to LLDDWARFSectionFangrui Song2018-11-113-23/+24
* [DWARF] Change pubnames to use DWARFSection instead of StringRefFangrui Song2018-11-116-32/+72
* [ELF] Fix relocation-common.s after rL346610Fangrui Song2018-11-111-6/+6
* [ELF] Fix objdump tests after rL346610Fangrui Song2018-11-1110-27/+27
* [lld][test] Update tests using objdumpKristina Brooks2018-11-111-1/+1
* [llvm][test] Update tests using objdumpKristina Brooks2018-11-112-5/+5
* [llvm-objdump] Add symbol 'O' for object dataKristina Brooks2018-11-115-11/+13
* [x86] auto-generate complete checks; NFCSanjay Patel2018-11-111-4/+103
* [clangd] Make ClangdFuzzer compile again.Benjamin Kramer2018-11-111-8/+11
* Port LLVM r346606 to libcxxabi.Nico Weber2018-11-112-3/+3
* Make initializeOutputStream() return false on error and true on success.Nico Weber2018-11-113-12/+12
* [X86] Use DAG.getConstant instead of getZeroVector.Craig Topper2018-11-112-9/+9
* [Support] Make error banner optional in logAllUnhandledErrorsJonas Devlieghere2018-11-1125-61/+61
* [X86] Replace calls to getOnesVector/getZeroVector with getConstant.Craig Topper2018-11-111-2/+2
* [llvm-cxxdump] Use error reporting helpers from supportJonas Devlieghere2018-11-112-8/+9
* Pass the function type instead of the return type to FunctionDecl::CreateJonas Devlieghere2018-11-119-97/+123
* [DAGCombiner] Make tryToFoldExtendOfConstant return an SDValue instead of an ...Craig Topper2018-11-101-14/+14
* Add missing includeJonas Devlieghere2018-11-101-0/+1
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-1018-73/+94
* r600: Add datalayout to image builtin implementationJan Vesely2018-11-103-0/+6
* [InstCombine] simplify code for merging stores; NFCISanjay Patel2018-11-102-51/+28
* [x86] allow vector load narrowing with multi-use valuesSanjay Patel2018-11-1037-4958/+3555
* [InstCombine] auto-generate full checks; NFCSanjay Patel2018-11-102-206/+304
* Fix DragonFlyBSD linkage issue.David Carlier2018-11-101-1/+2
* [X86] Remove unused variableBenjamin Kramer2018-11-101-1/+0
* [cxx_status] Update for San Diego motions.Richard Smith2018-11-101-7/+51
* [X86] Remove apparently unneeded code from combineVSZext.Craig Topper2018-11-101-50/+0
* [CostModel][X86] SK_ExtractSubvector costs must only be tested for vector typ...Simon Pilgrim2018-11-101-1/+1
* [GC] Rename a header for consistencyPhilip Reames2018-11-106-7/+8
* [X86][BdVer2] Fix loads/stores throughput for Piledriver (PR39465)Roman Lebedev2018-11-1073-3868/+4108
* [python] Support PathLike filenames and directoriesMichal Gorny2018-11-105-18/+151
* [NFC][MCA][BdVer2] Add bdver2 runline into register-file-statistics.s testRoman Lebedev2018-11-101-0/+11
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-1042-89/+774
* [clang]: Fix misapplied patch in 346582.Kristina Brooks2018-11-101-1/+1
* Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.Kristina Brooks2018-11-101-16/+17
* [X86] Use a MOVSX instruction instead of a MOVZX instruction in isel for an a...Craig Topper2018-11-102-152/+87
* [X86] Add a test case to show scalarized vector srem to demonstrate unnecessa...Craig Topper2018-11-101-0/+415
* Correct atexit(3) support in MSan/NetBSDKamil Rytarowski2018-11-101-3/+65
* [PDB] Simplify some ghash code, NFCReid Kleckner2018-11-101-17/+21
* Fix DragonFlyBSD buildDavid Carlier2018-11-101-1/+3
* RegAllocFast: Further cleanups; NFCMatthias Braun2018-11-101-210/+217
* test/CodeGen/X86: Relax test caseMatthias Braun2018-11-101-6/+4
* [X86] In LowerHorizontalByteSum, emit vector_shuffle nodes instead of directl...Craig Topper2018-11-103-8/+8
* Unbreak the linux bot from the previous commit. Fred needed to useJason Molenda2018-11-101-0/+6
* Add extra diagnostics to testAdrian Prantl2018-11-101-0/+4
* Enable listening for EXC_RESOURCE events, and format machJason Molenda2018-11-102-19/+81
* [WebAssembly] Update bleeding-edge cpu featuresThomas Lively2018-11-101-1/+2
* [GC] Simplify linking of GC builtin GC strategiesPhilip Reames2018-11-093-27/+5
* [ARM64] [Windows] Handle funcletsEli Friedman2018-11-0913-20/+600
OpenPOWER on IntegriCloud