summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-1411-152/+803
* [X86] X86TargetLowering::LowerINTRINSIC_WO_CHAIN - ensure rounding control is...Simon Pilgrim2019-05-141-7/+7
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-1420-22/+162
* GlobalOpt: do not promote globals used atomically to constants.Tim Northover2019-05-142-2/+16
* [llvm-objcopy] Cache gnu_debuglink's target CRCJames Henderson2019-05-145-20/+30
* [test]Make test work on WindowsJames Henderson2019-05-141-2/+1
* [MemorySanitizer] getMMXVectorTy - assert valid element size. NFCI.Simon Pilgrim2019-05-141-0/+2
* Revert r360637 "PR41817: Fix regression in r359260 that caused the MS compati...Hans Wennborg2019-05-142-46/+6
* [IRTranslator] Don't hardcode GEP index typeDiana Picus2019-05-142-2/+25
* TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath2019-05-1410-79/+147
* typedef enum -> enumFangrui Song2019-05-1448-202/+172
* Revert "FileCheck [5/12]: Introduce regular numeric variables"Thomas Preud'homme2019-05-1411-803/+152
* [CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVERPavel Labath2019-05-141-2/+2
* Add guidelines/recommendations for organizers of LLVM SocialsAlex Denisov2019-05-142-0/+97
* [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
OpenPOWER on IntegriCloud