summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "[PowerPC] Make no-PIC default to match GCC - LLVM"Stefan Pintilie2018-11-1681-516/+585
* Revert "[PowerPC] Make no-PIC default to match GCC - CLANG"Stefan Pintilie2018-11-163-36/+7
* [MSP430] Use R_MSP430_16_BYTE type for FK_Data_2 fixupAnton Korobeynikov2018-11-162-1/+6
* [WebAssembly] Default to static reloc modelSam Clegg2018-11-163-7/+11
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-169-8/+38
* Make path more robust so it also works with out-of-tree builds.Adrian Prantl2018-11-161-1/+3
* [PowerPC] Make no-PIC default to match GCC - CLANGStefan Pintilie2018-11-163-7/+36
* [PowerPC] Make no-PIC default to match GCC - LLVMStefan Pintilie2018-11-1681-585/+516
* [CMake] Accept ENTITLEMENTS in add_llvm_executable and llvm_codesignStefan Granitz2018-11-162-8/+24
* [SelectionDAG] Move (repeated) SDTIntShiftDOp double shift node def to common...Simon Pilgrim2018-11-163-7/+3
* [X86] Add codegen tests for scalar funnel shiftsSimon Pilgrim2018-11-162-0/+532
* GlobalDCE: Teach isEmptyFunction() to ignore debug intrinsics.Adrian Prantl2018-11-162-6/+34
* [AST][NFC] Pack CXXThisExprBruno Ricci2018-11-162-15/+27
* [AST][NFC] Pack CXXNullPtrLiteralExprBruno Ricci2018-11-162-9/+18
* [AST][NFC] Pack CXXBoolLiteralExprBruno Ricci2018-11-162-12/+24
* [CodeGen] Expose some data types and accessors from StackMapsThan McIntosh2018-11-161-19/+25
* [InstSimplify] add tests for saturating add/sub; NFCSanjay Patel2018-11-161-0/+448
* [OpenCL] Enable address spaces for references in C++Anastasia Stulova2018-11-169-31/+121
* TypoAdrian Prantl2018-11-161-1/+1
* Use a shared module cache directory for LLDB.Adrian Prantl2018-11-162-3/+4
* Makefile.rules: Use a shared clang module cache directory.Adrian Prantl2018-11-162-2/+19
* [InstSimplify] add test to demonstrate undef matching differences; NFCSanjay Patel2018-11-161-0/+25
* [X86][SSE] Move number of input limit out of resolveTargetShuffleInputs. Simon Pilgrim2018-11-161-3/+5
* [clang-tidy] Expanded a test NFCAlexander Kornienko2018-11-161-8/+30
* [libcxx] Mention restriction on inline namespaces in LIBCXX_ABI_NAMESPACE docsLouis Dionne2018-11-161-1/+3
* [x86] regenerate complete checks for test; NFCSanjay Patel2018-11-161-30/+49
* [IRVerifier] Allow StructRet in statepointThan McIntosh2018-11-162-2/+32
* [DWARF] Use PRIx64 instead of 'x' to format 64-bit valuesSimon Atanasyan2018-11-161-2/+2
* [X86] X86DAGToDAGISel::matchBitExtract(): extract 'lshr' from `X`Roman Lebedev2018-11-162-231/+195
* [lldb] NFC: Remove the extra ';'Henry Wong2018-11-161-1/+1
* Remove BUILD file from google-benchmarkBenjamin Kramer2018-11-161-65/+0
* [TargetLowering] Cleanup more of the EXTEND demanded bits cases so that they ...Simon Pilgrim2018-11-161-10/+11
* [clangd] Truncate SymbolID to 8 bytes.Haojian Wu2018-11-163-12/+11
* [RISCV][NFC] Define and use the new CA instruction formatAlex Bradbury2018-11-164-19/+31
* [RISCV] Constant materialisation for RV64IAlex Bradbury2018-11-162-8/+232
* [MSP430] Add support for .refsym directiveAnton Korobeynikov2018-11-162-0/+27
* [MSP430] Add more tests for ABI and calling conventionAnton Korobeynikov2018-11-165-2/+222
* [clangd] Fix a compiler warning and test crashes caused in rL347038.Haojian Wu2018-11-162-1/+3
* Introduce shard storage to auto-index.Kadir Cetinkaya2018-11-165-25/+275
* [DAGCombine] Fix non-deterministic debug outputSam Parker2018-11-161-4/+4
* [clangd] Initial clang-tidy diagnostics support.Sam McCall2018-11-164-4/+125
* [clang] - Simplify tools::SplitDebugName.George Rimar2018-11-165-20/+9
* [LegalizeVectorTypes] Teach WidenVecRes_Convert to turn ANY_EXTEND into ANY_E...Craig Topper2018-11-161-0/+2
* [ThinLTO] Internalize readonly globalsEugene Leviant2018-11-1646-92/+865
* [X86] Add custom type legalization for v2i8/v4i8/v8i8 mul under -x86-experime...Craig Topper2018-11-162-155/+56
* [X86] Add some test cases for vector multiplies on vectors shorter than 128 b...Craig Topper2018-11-161-0/+265
* [ELF][MIPS] Use MIPS R6 `sigrie` as a trap instructionSimon Atanasyan2018-11-166-125/+83
* AMDGPU: Fix analyzeBranch failing with pseudoterminatorsMatt Arsenault2018-11-164-3/+54
* [CMake] Support cross-compiling with Fuchsia toolchain buildPetr Hosek2018-11-161-1/+32
* [CMake] Support cross-compiling with multi-stage buildsPetr Hosek2018-11-162-4/+58
OpenPOWER on IntegriCloud