summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [X86] Prefer locked stack op over mfence for seq_cst 64-bit stores on 32-bit ...Philip Reames2019-05-143-5/+6
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-1417-59/+58
* gn build: add Hexagon targetDavid L. Jones2019-05-146-0/+248
* ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF buildsFangrui Song2019-05-141-2/+3
* gn build: add Sparc targetDavid L. Jones2019-05-146-0/+192
* gn build: add Lanai targetDavid L. Jones2019-05-146-0/+190
* [PowerPC][NFC] Fix typos in triplesJinsong Ji2019-05-144-7/+7
* [X86] Use X86 instead of X32 as a check prefix in atomic-idempotent.ll. NFCCraig Topper2019-05-141-149/+145
* LLDB website: Change the title back to "The LLDB Debugger"Adrian Prantl2019-05-142-4/+9
* [SDAG] fix unused variable warning and unneeded indirection; NFCSanjay Patel2019-05-142-3/+3
* [SDAG, x86] allow targets to override test for binop opcodesSanjay Patel2019-05-1410-79/+119
* [Docs] Differentiate between public and private APIJonas Devlieghere2019-05-141-2/+3
* PR41817: Fix regression in r359260 that caused the MS compatibilityRichard Smith2019-05-142-6/+46
* [coroutines] Fix spills of static array allocasGor Nishanov2019-05-132-6/+111
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-1315-57/+456
* [AMDGPU] gfx1010 clang targetStanislav Mekhanoshin2019-05-139-3/+37
* [Docs] Fix code formattign in variable.rstJonas Devlieghere2019-05-131-0/+1
* [CMake] Reinstate LLDB_CAN_USE_LLDB_SERVERJonas Devlieghere2019-05-132-3/+8
* [X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.Volodymyr Sapsai2019-05-134-2/+12
* [gn] Fix buildVitaly Buka2019-05-133-0/+4
* Removing an unused member variable; NFC.Aaron Ballman2019-05-131-2/+1
* [X86] Use ISD::MERGE_VALUES to return from lowerAtomicArith instead of callin...Craig Topper2019-05-131-4/+8
* [OpenMP][Clang][BugFix] Split declares and math functions inclusion.Gheorghe-Teodor Bercea2019-05-1314-21/+66
* Make language option `GNUAsm` discoverable with `__has_extension` macro.Volodymyr Sapsai2019-05-133-0/+9
* Disable TestEnvironment on WindowsJonas Devlieghere2019-05-131-0/+2
* [AMDGPU] gfx1010 SearchableTableEmitter patch for NSAStanislav Mekhanoshin2019-05-131-1/+1
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-1317-32/+2850
* [CMake] Simplify lldb-server handlingJonas Devlieghere2019-05-133-18/+8
* [Pass Pipeline][NFC] Add a test prior to committing D61726Nemanja Ivanovic2019-05-131-0/+155
* [X86] Various type corrections to the code that creates LOCK_OR32mi8/OR32mi8L...Craig Topper2019-05-131-10/+13
* [JITLink][MachO] Honor the no-dead-strip flag on nlist entries.Lang Hames2019-05-132-1/+17
* [Support] Ensure redirected outputs don't contain output from previous tests.David L. Jones2019-05-131-0/+1
* [WebAssembly] Don't assume that zext/sext result is i32/i64 in fast isel (PR4...Nikita Popov2019-05-132-2/+50
* [AMDGPU] gfx1010 tests. NFC.Stanislav Mekhanoshin2019-05-1311-98/+526
* Make more friendly with unions. Reviewed as https://reviews.llvm.org/D61858Marshall Clow2019-05-132-1/+23
* [clang-tidy] readability-redundant-declaration: fix false positive with C "ex...Matthias Gehre2019-05-133-2/+49
* Merge target and launch info environmentsJonas Devlieghere2019-05-133-1/+18
* Remove commented-out codeJonas Devlieghere2019-05-131-43/+0
* Add a new LIBUNWIND_WEAK_PTHREAD Cmake option to forceSterling Augustine2019-05-133-2/+39
* [AMDGPU] Reorder includes per coding standard. NFC.Stanislav Mekhanoshin2019-05-131-1/+1
* [AMDGPU] Remove now unused V2FP16_ONE constant def. NFC.Stanislav Mekhanoshin2019-05-131-1/+0
* [clang][ASTContext] Call setAttached for comments attached to a declarationJan Korous2019-05-131-0/+2
* Revert [X86] Avoid SFB - Fix inconsistent codegen with/without debug info Robert Lougher2019-05-132-252/+2
* [InstCombine] try harder to form rotate (funnel shift) (PR20750)Sanjay Patel2019-05-132-14/+11
* [TargetLowering] Handle multi depth GEPs w/ inline asm constraintsNick Desaulniers2019-05-136-72/+87
* Stop defining negative versions of some lit feature keywords:Paul Robinson2019-05-131-9/+8
* fixed typo made by commit r360595Andrey Churbanov2019-05-131-1/+2
* [InstCombine] add tests for rotates with narrow shift amount (PR20750); NFCSanjay Patel2019-05-131-0/+46
* gn build: Fewer dependencies in llvm/lib/TargetNico Weber2019-05-136-26/+44
* [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...Shafik Yaghmour2019-05-131-2/+2
OpenPOWER on IntegriCloud