summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-1311-37/+43
* [mlir] Update the CallGraph for nested symbol references, and simplify Callab...River Riddle2020-01-137-100/+82
* [mlir] Update the use-list algorithms in SymbolTable to support nested refere...River Riddle2020-01-135-157/+529
* [lldb-server] Prefer target_include_directoriesAlex Langford2020-01-131-2/+1
* [PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash.Hiroshi Yamauchi2020-01-132-0/+30
* [clang][IFS][test] Fixing mangled name of a test for Darwin.Puyan Lotfi2020-01-131-1/+1
* Revert "[DWARF5][DebugInfo]: Added support for DebugInfo generation for auto ...Amy Huang2020-01-132-78/+0
* [mlir] Remove unnecessary assert for single region.River Riddle2020-01-131-2/+0
* PR44514: Fix recovery from noexcept with non-convertible expressionsErich Keane2020-01-132-2/+15
* [ThinLTO/WPD] Fix index-based WPD for alias vtablesTeresa Johnson2020-01-133-1/+74
* [ItaniumCXXABI] Make tls wrappers properly comdatMartin Storsjö2020-01-135-10/+14
* [InstCombine] add FMF to tests for more coverage; NFCSanjay Patel2020-01-131-6/+6
* Implement VectorType conditional operator GNU extension.Erich Keane2020-01-1310-51/+621
* [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflic...River Riddle2020-01-1378-1519/+1592
* [LegalizeIntegerTypes][X86] Add support for expanding input of STRICT_SINT_TO...Craig Topper2020-01-132-6/+436
* [lldb] Revert ddf044290ede for TestProcessAPI.pyRaphael Isemann2020-01-131-1/+0
* [clang][IFS] Prevent Clang-IFS from Leaking symbols from inside a block.Puyan Lotfi2020-01-133-0/+23
* [NFC][clang][IFS] Adding braces to if-statement as prep for D71301.Puyan Lotfi2020-01-131-1/+2
* Fix a test case by adding -fno-delayed-template-parsing.Aaron Ballman2020-01-131-1/+1
* [InstCombine] add tests for select --> copysign; NFCSanjay Patel2020-01-131-0/+108
* [Dsymutil][Debuginfo][NFC] #3 Refactor dsymutil to separate DWARF optimizing ...Alexey Lapshin2020-01-136-54/+215
* [LTO] Constify lto::Config reference passed to backends (NFC)Teresa Johnson2020-01-134-23/+23
* Rework be15dfa88fb1 such that it works with GlobalISel which doesn't use EVTDaniel Sanders2020-01-132-3/+21
* [Clang] Always set -z now linker option on FuchsiaPetr Hosek2020-01-133-2/+5
* [lldb-server] Remove dead CMake codeAlex Langford2020-01-131-24/+0
* [clangd] Include expression in DecltypeTypeLoc sourcerange while building Sel...Kadir Cetinkaya2020-01-132-0/+19
* [clangd] Render header of hover card as a headingKadir Cetinkaya2020-01-135-1/+48
* [gn build] (manually) port b4a99a061f51Nico Weber2020-01-131-0/+1
* Revert "[ThinLTO] Add additional ThinLTO pipeline testing with new PM"Teresa Johnson2020-01-138-1254/+0
* Add a couple of missed wildcards in debug-pass-manager output checkingTeresa Johnson2020-01-132-2/+2
* [X86][Disassembler] Fix a bug when disassembling an empty stringFangrui Song2020-01-132-1/+7
* [llvm][MIRVRegNamerUtils] Adding hashing on FrameIndex MachineOperands.Puyan Lotfi2020-01-132-1/+25
* Hopefully last fix for bot failuresTeresa Johnson2020-01-135-137/+137
* Fix readability-identifier-naming missing member variablesNathan James2020-01-132-6/+163
* Unbreak the mlir build after 202ab273e6eca134b69882f100c666fcd3affbcfBenjamin Kramer2020-01-132-2/+2
* Try number 2 for fixing bot failuresTeresa Johnson2020-01-135-22/+32
* AMDGPU/GlobalISel: Select llvm.amdgcn.ds.ordered.{add|swap}Matt Arsenault2020-01-135-0/+99
* [SelectionDAG] ComputeNumSignBits add getValidMaximumShiftAmountConstant() fo...Simon Pilgrim2020-01-132-24/+40
* AMDGPU/GlobalISel: Set insert point after waterfall loopMatt Arsenault2020-01-131-2/+3
* AMDGPU/GlobalISel: Add some baseline tests for vector extractMatt Arsenault2020-01-131-0/+468
* AMDGPU/GlobalISel: Fix branch targets when emitting SI_IFMatt Arsenault2020-01-132-7/+91
* AMDGPU/GlobalISel: Simplify assertMatt Arsenault2020-01-131-11/+3
* [X86][SSE] Add sitofp(shl(sext(x),y)) test case with non-uniform shift valueSimon Pilgrim2020-01-131-0/+49
* [lldb/Docs] Extend description section of the main pageJonas Devlieghere2020-01-131-2/+9
* Fix tests for builtbot failuresTeresa Johnson2020-01-135-24/+24
* [lldb/Scripts] Remove SWIG botJonas Devlieghere2020-01-135-621/+0
* [LegalizeTypes] Add SoftenFloatResult support for STRICT_SINT_TO_FP/STRICT_UI...Andrew Wei2020-01-142-8/+34
* [SelectionDAG] ComputeNumSignBits add getValidMinimumShiftAmountConstant() IS...Simon Pilgrim2020-01-132-55/+18
* [X86][SSE] Add sitofp(ashr(x,y)) test case with non-uniform shift valueSimon Pilgrim2020-01-131-0/+94
* [X86] Add AVX2 known signbits codegen testsSimon Pilgrim2020-01-131-67/+128
OpenPOWER on IntegriCloud