summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make llvm-dwarfdump -name work on type units.Paul Robinson2018-10-242-2/+102
* [SourceMgr][FileCheck] Obey -color by extending WithColorJoel E. Denny2018-10-246-86/+179
* [AArch64] Refactor Exynos machine modelEvandro Menezes2018-10-244-70/+86
* [DAG] check more operands for cycles when merging stores.Tim Northover2018-10-241-8/+8
* Revert "Teach __libcpp_is_floating_point that __fp16 and _Float16 are"Petr Hosek2018-10-242-30/+0
* Add gfx909 to GPU ArchTim Renouf2018-10-243-0/+7
* [X86] Add *SP to tailcall register class to fix verifier errorReid Kleckner2018-10-246-32/+54
* [MIR] Add hasWinCFI fieldSanjin Sijaric2018-10-243-0/+4
* [ExecutionEngine] Remove some dead code from JITEventListener.h.Lang Hames2018-10-241-22/+0
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-246-19/+45
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-245-10/+20
* [clang-query] Re-word command helpStephen Kelly2018-10-241-5/+11
* [clant-tidy] abseil: Add clangTooling to CMakeLists.txtHeejin Ahn2018-10-241-0/+1
* [llvm-mca] Replace InstRef::isValid with operator bool. NFC.Matt Davis2018-10-246-17/+12
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-2411-26/+47
* AArch64: add a pass to compress jump-table entries when possible.Tim Northover2018-10-2418-42/+693
* [AArch64] Refactor Exynos machine model (NFC)Evandro Menezes2018-10-244-42/+42
* [AArch64] Fix overlapping instructionsEvandro Menezes2018-10-241-5/+1
* [llvm-mca] Simplify the logic in FetchStage. NFCIAndrea Di Biagio2018-10-243-22/+18
* Fix MSVC "truncation from 'double' to 'float'" warnings. NFCI.Simon Pilgrim2018-10-241-3/+3
* [X86] Explicitly list all KNL features of inheriting from IVB. NFCCraig Topper2018-10-241-1/+23
* [X86][SSE] Add SimplifyDemandedBitsForTargetNode PMULDQ/PMULUDQ handlingSimon Pilgrim2018-10-244-66/+70
* AMDGPU: Handle gfx909 in AMDGPUTargetInfo::initFeatureMapKonstantin Zhuravlyov2018-10-243-0/+10
* Do not always request an implicit taskgroup region inside the kmpc_taskloop f...Alexey Bataev2018-10-2411-36/+36
* [TargetLowering] Add SimplifyDemandedBitsForTargetNode callbackSimon Pilgrim2018-10-242-1/+36
* [hot-cold-split] Name split functions with ".cold" suffixTeresa Johnson2018-10-2435-79/+94
* [OPENMP]Fix PR39366: do not try to private field if it is not captured.Alexey Bataev2018-10-242-2/+21
* [CodeGen] Update test checks missed in r345168.Craig Topper2018-10-242-41/+41
* [CostModel][X86] Add vXi8 vector division by constants costs.Simon Pilgrim2018-10-244-193/+209
* [sanitizer] Avoid calling a nullptr in MonotonicNanoTime if interceptors are ...Kuba Mracek2018-10-241-2/+5
* Fix use of libc++ specific macro in support/test_macros.hEric Fiselier2018-10-241-3/+4
* Include input section name and output section name in an error message.Rui Ueyama2018-10-242-2/+3
* ARM: Use BKPT instead of TRAP to implement llvm.debugtrap.Peter Collingbourne2018-10-246-9/+82
* [Hexagon] Flip hexagon-autohvx to be true by defaultKrzysztof Parzyszek2018-10-242-5/+5
* [Hexagon] Flip hexagon-autohvx to be true by defaultKrzysztof Parzyszek2018-10-241-1/+1
* [CodeGen] Update min-legal-vector width based on function argument and return...Craig Topper2018-10-2417-591/+723
* [clang-tidy] Add the abseil-duration-factory-float checkJonas Toth2018-10-248-0/+318
* [docs] Add rawspeed to test-suite proposals.Michael Kruse2018-10-241-0/+7
* [X86] Bring back the MOV64r0 pseudo instructionCraig Topper2018-10-2417-472/+523
* [CostModel][X86] Enable non-uniform vector division by constants costs.Simon Pilgrim2018-10-244-128/+660
* [CodeGen] skip lifetime end marker in isInTailCallPositionRobert Lougher2018-10-242-0/+31
* [InstCombine] add test for ComputeNumSignBits with shuffle; NFCSanjay Patel2018-10-241-25/+58
* [llvm-mca] Remove dependency from InstrBuilder in class InstructionTables.Andrea Di Biagio2018-10-246-12/+9
* CodeGen: extract some local variables in CFConstantString creation (NFC)Saleem Abdulrasool2018-10-241-19/+18
* AST: unindent CFConstantStringDecl by inverting condition (NFC)Saleem Abdulrasool2018-10-241-42/+40
* [LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP i64 -> f32 expansion.Simon Pilgrim2018-10-241-11/+12
* Revert rL345127: [LLDB] - Add support for DW_RLE_base_address and DW_RLE_offs...George Rimar2018-10-247-185/+54
* [InstCombine] add test for select with shuffled condition (PR37549); NFCSanjay Patel2018-10-241-0/+35
* [lldb] Remove enableThreadSanitizer from shared Xcode schemesKuba Mracek2018-10-242-2/+0
* Refactor assignFileOffsets. NFC.Rui Ueyama2018-10-241-30/+29
OpenPOWER on IntegriCloud