platform/upstream/llvm.git
2018-03-07 Davide Italiano[lldbtestsuite] llvm-objcopy is now required to run...
2018-03-07 George Rimar[ELF] - Adjust rangeToString to report ranges in a...
2018-03-07 Craig Topper[X86] Make the MUL->VPMADDWD work before op legalizatio...
2018-03-07 Craig Topper[Support] Stop passing StringRefs by const reference...
2018-03-07 Krzysztof Parzyszek[Hexagon] Rewrite non-HVX unaligned loads as pairs...
2018-03-07 Rui UeyamaRevert r326911: Improve --warn-symbol-ordering.
2018-03-07 Sanjay Patel[LangRef] fix formatting in FP descriptions; NFC
2018-03-07 Rui UeyamaRename Indent{1,2} -> Indent{8,16}.
2018-03-07 Rui UeyamaImprove --warn-symbol-ordering.
2018-03-07 Farhana Aleen[AMDGPU] Increased vector length for global/constant...
2018-03-07 Fangrui Song[clang-tidy] Add "portability" module and rename readab...
2018-03-07 Justin LebarRe-land: Teach CorrelatedValuePropagation to reduce...
2018-03-07 Farhana AleenRevert "[AMDGPU] Widened vector length for global/const...
2018-03-07 Stefan Pintilie[PowerPC] LSR tunings for PowerPC
2018-03-07 Wei Mi[SampleFDO] Extend SampleProfReader to handle demangled...
2018-03-07 Farhana Aleen[AMDGPU] Widened vector length for global/constant...
2018-03-07 Jonas Devlieghere[dwarfdump] Only print CU relative offset in verbose...
2018-03-07 Alexander KornienkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-07 Kostya Kortchinsky[scudo] Make logging more consistent
2018-03-07 Justin LebarRevert rL326898: "Teach CorrelatedValuePropagation...
2018-03-07 James Henderson[ELF] Prevent crash when reporting errors if debug...
2018-03-07 Justin LebarTeach CorrelatedValuePropagation to reduce the width...
2018-03-07 Simon Pilgrim[X86][X87] Add X87 fp80 conversion tests
2018-03-07 Nicholas Wilson[WebAssembly] Run clang-format. NFC
2018-03-07 George Rimar[ELF] - Recommit r326892,r326893 "[ELF] - Report LMA...
2018-03-07 George Rimar[ELF] - Revert r326892, r326893.
2018-03-07 George Rimar[ELF] - Fix build bot after r326892 "[ELF] - Report...
2018-03-07 George Rimar[ELF] - Report LMA region overflows.
2018-03-07 George Rimar[ELF] - Allow discarding .hash and .gnu.hash from linke...
2018-03-07 Simon Dardis[mips] Correct the definition of m(f|t)c(0|2)
2018-03-07 Yuka TakahashiAdd Clang ReleaseNotes that --autocomplete breaks backw...
2018-03-07 Nicholas Wilson[WebAssembly] Remove duplicated line of code and unreac...
2018-03-07 Nicholas Wilson[WebAssembly] Use StringSaver to retain ownership of...
2018-03-07 Sven van Haastregt[LoadStoreVectorizer] Differentiate between <1 x T...
2018-03-07 Kamil RytarowskiDon't intercept mmap64() on NetBSD
2018-03-07 Sjoerd Meijer[ARM] Fix for PR36577
2018-03-07 Jonas Paulsson[SystemZ] NFC refactoring in SystemZHazardRecognizer.
2018-03-07 Jonas Paulsson[SystemZ] Improve getCurrCycleIdx() in SystemZHazardRe...
2018-03-07 Jonas Paulsson[SystemZ] NFC refactoring in SystemZHazardRecognizer.
2018-03-07 Jonas Paulsson[SystemZ] Improved debug dumping during post-RA schedu...
2018-03-07 Clement Courbet[X86] Add IMUL scheduling info on sandybridge, fix...
2018-03-07 George Burgess IVAttempt to appease buildbots
2018-03-07 Aaron Smith[SymbolFilePDB] Add missing Char16 and Char32 types...
2018-03-07 Adam NemetDisable tests from r326852 on Darwin
2018-03-07 George Burgess IVRemove a placeholder
2018-03-07 George Burgess IVReland r326766 (with a slightly modified test)
2018-03-07 Erik Pilkington[demangler] Fix a mistake in r326797.
2018-03-07 Aaron Smith[SymbolFilePDB] Minor cleanup
2018-03-07 Nico WeberRevert 326766 too, after r326862 the test fails and...
2018-03-07 George Karpenkov[analyzer] Fix the checker for the performance anti...
2018-03-07 Petr Hosek[Driver] Enable SafeStack by default on Fuchsia
2018-03-07 Dean Michael... [XRay][compiler-rt] Add APIs for processing logs in...
2018-03-07 George Karpenkov[ASTMatcher] Extend hasAnyArgument to ObjCMessageExpr
2018-03-07 Kuba MracekFixup r326851: mmap64 interceptor should not be used...
2018-03-07 Aaron Smith[llvm-pdbdump] Add guard for null pointers and remove...
2018-03-07 Nico WeberRevert r326602, it caused PR36620.
2018-03-07 Evgeny StupachenkoAdd early exit on reassociation of 0 expression.
2018-03-07 Petr Hosek[Driver] Automatically disable incompatible default...
2018-03-07 Aaron Smith[SymbolFilePDB] Add support for CVR pointer type qualifier
2018-03-07 Aaron Smith[SymbolFilePDB] Get line number for PDBSymbolTypeEnum
2018-03-07 Aaron Smith[DebugInfoPDB] Add DIA implementation for getSrcLineOnT...
2018-03-07 Eugene Zelenko[StaticAnalyzer] Fix some Clang-tidy modernize and...
2018-03-07 Vitaly Buka[sanitizer] Update symbolizer test
2018-03-07 Vitaly Buka[sanitizer] Extract common code into STRXFRM_INTERCEPTO...
2018-03-07 Vitaly Buka[sanitizer] Move strxfrm interceptors into sanitizer_common
2018-03-07 Vitaly Buka[sanitizer] Add interceptors for wcsxfrm, wcsxfrm_l
2018-03-07 Vitaly Buka[sanitizer] Move mmap interceptors into sanitizer_common
2018-03-07 Rui UeyamaSplit long lines in a test file.
2018-03-06 Jason Molendathe thread id is easier to read in base16.
2018-03-06 Adrian PrantlAdd test for lldb-mi interpreter
2018-03-06 George Burgess IVFix a typo from r326844; NFC
2018-03-06 George Burgess IV[CodeGen] Don't emit lifetime.end without lifetime...
2018-03-06 Eugene Zelenko[Transforms] Add missing header for InstructionCombinin...
2018-03-06 Dean Michael... [XRay][compiler-rt] Make unit tests depend on implement...
2018-03-06 Rui UeyamaDo not create temporary strings just to print out space...
2018-03-06 Craig Topper[X86] Fix a typo in Host.cpp that causes us to misident...
2018-03-06 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Simon Pilgrim[TargetLowering] Add vector BITCAST support to Simplify...
2018-03-06 Sebastian PopDA: remove uses of GEP, only ask SCEV
2018-03-06 Michal Gorny[FrontEnd] Allow overriding the default C/C++ -std...
2018-03-06 Rui UeyamaImplement --just-symbols.
2018-03-06 Daniel SandersPrintStatistics() and PrintStatisticsJSON() should...
2018-03-06 Kostya Kortchinsky[scudo] Use gc-sections by default
2018-03-06 Craig Topper[TargetLowering] Rename DAGCombinerInfo::isAfterLegaliz...
2018-03-06 Aaron Smith[SymboleFilePDB] Put the test input back that my previo...
2018-03-06 Krzysztof Parzyszek[Hexagon] Update more testcases
2018-03-06 Krzysztof Parzyszek[Hexagon] Remove {{ *}} from testcases
2018-03-06 Sanjay Patel[InstCombine] simplify min/max canonicalization; NFCI
2018-03-06 Alexey Bataev[OPENMP] Fix generation of the unique names for task...
2018-03-06 Craig Topper[X86] Reject registers that require a REX prefix in...
2018-03-06 Stanislav Mekhanoshin[AMDGPU] Add default ISA version targets
2018-03-06 Aaron Smith[CodeView] Emit UdtSourceLine information for enums
2018-03-06 Sanjay Patel[PatternMatch] define m_Not using m_Xor and cst_pred_ty
2018-03-06 Nicolai HaehnleTableGen: Give up on exact fixits for diagnostic groups
2018-03-06 Jan Veselylgamma_r: Move code from .inc to .cl file
2018-03-06 Jan Veselyfrexp: Reuse types provided by gentype.inc
2018-03-06 Jan Veselyselect: Add vector implementation
2018-03-06 Jan Veselyminmag: Condition variable needs to be the same bitwidt...
2018-03-06 Jan Veselymaxmag: Condition variable needs to be the same bitwidt...
2018-03-06 Jan VeselyMove cl_khr_fp64 exntension enablement to gentype inclu...
next