platform/upstream/llvm.git
2019-05-14 Richard Trieu[AArch64] Create a TargetInfo header. NFC
2019-05-14 Eli Friedman[Polly] Don't crash on invalid delinearization result.
2019-05-14 Leonard Chan[NewPM] Port HWASan and Kernel HWASan
2019-05-14 Roman Lebedev[NFC][CodeGen][X86][AArch64] Add and-const-mask + const...
2019-05-14 Reid KlecknerFix ASTMerge/namespace/test.cpp after r360701
2019-05-14 Florian Hahn[LICM] Allow AliasSetMap to contain top-level loops.
2019-05-14 Eric ChristopherTemporarily revert "Change -gz and -Wa,--compress-debug...
2019-05-14 Dmitry Preobrazhensky[AMDGPU][GFX8][GFX9] Corrected predicate of v_*_co_u32...
2019-05-14 Reid KlecknerUpdate ASTMerge FileCheck test expectations
2019-05-14 Nikita Popov[LVI][CVP] Add support for abs/nabs select pattern...
2019-05-14 Reid KlecknerRestore test files accidentally deleted in r354839
2019-05-14 Matthias Gehre[clang-tidy] Fix invalid fixit for readability-static...
2019-05-14 Alina Sbirlea[MemorySSA] LoopSimplify preserves MemorySSA only when...
2019-05-14 Philip ReamesFix a release mode warning introduced in r360694
2019-05-14 Saleem Abdulrasoolbuild: use the correct variable
2019-05-14 Philip Reames[IndVars] Extend reasoning about loop invariant exits...
2019-05-14 Saleem Abdulrasoollldb-server: rename `llgs::terminate` (NFC)
2019-05-14 Cameron McInallySupport FNeg in SpeculativeExecution pass
2019-05-14 Adrian PrantlRename MacOS X -> macOS where applicable.
2019-05-14 Philip Reames[Test] Autogen a test for ease of later changing
2019-05-14 Stanislav Mekhanoshin[AMDGPU] Fixed handling of imemdiate i1 literals
2019-05-14 Tim Renouf[AMDGPU] Fixed +DumpCode
2019-05-14 Javed Absar[ARM][CMSE] Add cmse intrinsics for TT instructions
2019-05-14 Stanislav Mekhanoshin[AMDGPU] gfx1010 Strengthen some SMEM WAR hazard unit...
2019-05-14 Fangrui Song[LLD][ELF] Add the -z ifunc-noplt option
2019-05-14 Simon Pilgrim[X86] Disable shouldFoldConstantShiftPairToMask for...
2019-05-14 Cullen Rhodes[AArch64][SVE2] Asm: add SQRDMLAH/SQRDMLSH instructions
2019-05-14 Cullen Rhodes[AArch64][SVE2] Asm: add integer multiply-add/subtract...
2019-05-14 Simon Pilgrim[Sema] CodeSynthesisContext - add missing variable...
2019-05-14 Paul RobinsonReplace lit feature keyword 'not_COFF' with 'uses_COFF'.
2019-05-14 Fangrui Song[ELF] --gdb-index: fix SIGSEGV when a DWARFAddressRange...
2019-05-14 Fangrui SongDWARF v5: emit DW_AT_addr_base if DW_AT_low_pc referenc...
2019-05-14 Lei Huang[PowerPC] Custom lower known CR bit spills
2019-05-14 George Rimar[llvm-readobj] - Apply clang format. NFC.
2019-05-14 Simon Pilgrim[APFloat] APFloat::Storage::Storage - fix use after...
2019-05-14 Russell Gallop[Driver][Windows] Add dependent lib argument for profil...
2019-05-14 Michal Gorny[libc++] [test] Use std::nextafter() instead of std...
2019-05-14 Xing Xue[lit][tests]Add feature libcxx-used and use it in llvm...
2019-05-14 Kit BartonSave the induction binary operator in IVDescriptors...
2019-05-14 Tim NorthoverTableGen: support #ifndef in addition to #ifdef.
2019-05-14 Pavel LabathDWARF/NFC: Centralize DIERef conversions
2019-05-14 Nico WeberMake getObjCEncodingForTypeImpl() take a bitmask instea...
2019-05-14 Aaron BallmanAdd a new language mode for C2x; enable [[attribute...
2019-05-14 Rui UeyamaMove SymbolTable::addFile to InputFiles.cpp.
2019-05-14 Thomas Preud... Reinstate "FileCheck [5/12]: Introduce regular numeric...
2019-05-14 Simon Pilgrim[X86] X86TargetLowering::LowerINTRINSIC_WO_CHAIN -...
2019-05-14 Tim NorthoverAArch64: support binutils-like things on arm64_32.
2019-05-14 Tim NorthoverGlobalOpt: do not promote globals used atomically to...
2019-05-14 James Henderson[llvm-objcopy] Cache gnu_debuglink's target CRC
2019-05-14 James Henderson[test]Make test work on Windows
2019-05-14 Simon Pilgrim[MemorySanitizer] getMMXVectorTy - assert valid element...
2019-05-14 Hans WennborgRevert r360637 "PR41817: Fix regression in r359260...
2019-05-14 Diana Picus[IRTranslator] Don't hardcode GEP index type
2019-05-14 Pavel LabathTestMinidumpNew.py: Use yaml2obj where possible
2019-05-14 Fangrui Songtypedef enum -> enum
2019-05-14 Thomas Preud... Revert "FileCheck [5/12]: Introduce regular numeric...
2019-05-14 Pavel Labath[CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVER
2019-05-14 Alex DenisovAdd guidelines/recommendations for organizers of LLVM...
2019-05-14 Philip Reames[X86] Prefer locked stack op over mfence for seq_cst...
2019-05-14 Fangrui Song[Object] Change ObjectFile::getSectionContents to retur...
2019-05-14 David L. Jonesgn build: add Hexagon target
2019-05-14 Fangrui SongARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENAB...
2019-05-14 David L. Jonesgn build: add Sparc target
2019-05-14 David L. Jonesgn build: add Lanai target
2019-05-14 Jinsong Ji[PowerPC][NFC] Fix typos in triples
2019-05-14 Craig Topper[X86] Use X86 instead of X32 as a check prefix in atomi...
2019-05-14 Adrian PrantlLLDB website: Change the title back to "The LLDB Debugger"
2019-05-14 Sanjay Patel[SDAG] fix unused variable warning and unneeded indirec...
2019-05-14 Sanjay Patel[SDAG, x86] allow targets to override test for binop...
2019-05-14 Jonas Devlieghere[Docs] Differentiate between public and private API
2019-05-14 Richard SmithPR41817: Fix regression in r359260 that caused the...
2019-05-13 Gor Nishanov[coroutines] Fix spills of static array allocas
2019-05-13 Richard Smith[c++20] P1064R0: Allow virtual function calls in consta...
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 clang target
2019-05-13 Jonas Devlieghere[Docs] Fix code formattign in variable.rst
2019-05-13 Jonas Devlieghere[CMake] Reinstate LLDB_CAN_USE_LLDB_SERVER
2019-05-13 Volodymyr Sapsai[X86] Make `x86intrin.h`, `immintrin.h` includable...
2019-05-13 Vitaly Buka[gn] Fix build
2019-05-13 Aaron BallmanRemoving an unused member variable; NFC.
2019-05-13 Craig Topper[X86] Use ISD::MERGE_VALUES to return from lowerAtomicA...
2019-05-13 Gheorghe-Teodor... [OpenMP][Clang][BugFix] Split declares and math functio...
2019-05-13 Volodymyr SapsaiMake language option `GNUAsm` discoverable with `__has_...
2019-05-13 Jonas DevlieghereDisable TestEnvironment on Windows
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 SearchableTableEmitter patch for NSA
2019-05-13 Aaron BallmanIntroduce the ability to dump the AST to JSON.
2019-05-13 Jonas Devlieghere[CMake] Simplify lldb-server handling
2019-05-13 Nemanja Ivanovic[Pass Pipeline][NFC] Add a test prior to committing...
2019-05-13 Craig Topper[X86] Various type corrections to the code that creates...
2019-05-13 Lang Hames[JITLink][MachO] Honor the no-dead-strip flag on nlist...
2019-05-13 David L. Jones[Support] Ensure redirected outputs don't contain outpu...
2019-05-13 Nikita Popov[WebAssembly] Don't assume that zext/sext result is...
2019-05-13 Stanislav Mekhanoshin[AMDGPU] gfx1010 tests. NFC.
2019-05-13 Marshall ClowMake more friendly with unions. Reviewed as https...
2019-05-13 Matthias Gehre[clang-tidy] readability-redundant-declaration: fix...
2019-05-13 Jonas DevlieghereMerge target and launch info environments
2019-05-13 Jonas DevlieghereRemove commented-out code
2019-05-13 Sterling AugustineAdd a new LIBUNWIND_WEAK_PTHREAD Cmake option to force
2019-05-13 Stanislav Mekhanoshin[AMDGPU] Reorder includes per coding standard. NFC.
2019-05-13 Stanislav Mekhanoshin[AMDGPU] Remove now unused V2FP16_ONE constant def...
2019-05-13 Jan Korous[clang][ASTContext] Call setAttached for comments attac...
next