summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Test] Autogen a test for ease of later changingPhilip Reames2019-05-141-28/+61
* [AMDGPU] Fixed handling of imemdiate i1 literalsStanislav Mekhanoshin2019-05-142-0/+26
* [AMDGPU] Fixed +DumpCodeTim Renouf2019-05-143-12/+24
* [ARM][CMSE] Add cmse intrinsics for TT instructionsJaved Absar2019-05-141-0/+12
* [AMDGPU] gfx1010 Strengthen some SMEM WAR hazard unit tests. NFC.Stanislav Mekhanoshin2019-05-141-2/+19
* [LLD][ELF] Add the -z ifunc-noplt optionFangrui Song2019-05-147-3/+166
* [X86] Disable shouldFoldConstantShiftPairToMask for scalar shifts on AMD targ...Simon Pilgrim2019-05-144-58/+132
* [AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructionsCullen Rhodes2019-05-146-0/+337
* [AArch64][SVE2] Asm: add integer multiply-add/subtract (indexed) instructionsCullen Rhodes2019-05-146-0/+264
* [Sema] CodeSynthesisContext - add missing variable initialization to construc...Simon Pilgrim2019-05-141-2/+4
* Replace lit feature keyword 'not_COFF' with 'uses_COFF'.Paul Robinson2019-05-143-5/+7
* [ELF] --gdb-index: fix SIGSEGV when a DWARFAddressRange has invalid SectionIndexFangrui Song2019-05-142-0/+142
* DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song2019-05-144-8/+31
* [PowerPC] Custom lower known CR bit spillsLei Huang2019-05-142-16/+186
* [llvm-readobj] - Apply clang format. NFC.George Rimar2019-05-141-587/+564
* [APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim2019-05-141-3/+3
* [Driver][Windows] Add dependent lib argument for profile instr generateRussell Gallop2019-05-143-4/+24
* [libc++] [test] Use std::nextafter() instead of std::nexttoward()Michal Gorny2019-05-141-2/+2
* [lit][tests]Add feature libcxx-used and use it in llvm-*-fuzzer testsXing Xue2019-05-145-0/+13
* Save the induction binary operator in IVDescriptors for non FP induction vari...Kit Barton2019-05-144-3/+115
* TableGen: support #ifndef in addition to #ifdef.Tim Northover2019-05-146-7/+33
* DWARF/NFC: Centralize DIERef conversionsPavel Labath2019-05-143-40/+24
* Make getObjCEncodingForTypeImpl() take a bitmask instead of 8 boolsNico Weber2019-05-142-115/+122
* Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman2019-05-1411-17/+37
* Move SymbolTable::addFile to InputFiles.cpp.Rui Ueyama2019-05-145-86/+95
* 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
OpenPOWER on IntegriCloud