platform/upstream/llvm.git
2017-11-13 Sanjay Patel[CodeGen] fix const-ness of cbrt and fma
2017-11-13 Jake Ehrlich[llvm-objcopy] Add --strip-all option to llvm-objcopy
2017-11-13 Serge GueltonFix -Werror when compiling rL318083 (ter)
2017-11-13 Serge GueltonFix -Werror when compiling rL318083 (bis)
2017-11-13 Vitaly Buka[sanitizer] Relax stack check in assert.cc even more
2017-11-13 Serge GueltonFix -Werror when compiling rL318083
2017-11-13 Adrian PrantlFix an assertion in SelectionDAG::transferDbgValues()
2017-11-13 Tom de Vries[lsan] Remove semicolon after do {} while (0)
2017-11-13 Tom de Vries[asan] Remove semicolon after do {} while (0)
2017-11-13 Serge GueltonReorder Value.def to optimize code size
2017-11-13 Vitaly Buka[tsan] Fix signal chaining
2017-11-13 Evgeniy Stepanov[arm] Fix Unnecessary reloads from GOT.
2017-11-13 Kostya Kortchinsky[sanitizer] Update scudo to use new API
2017-11-13 Stephane SezerReformat a comment. NFC.
2017-11-13 Vitaly Buka[tsan] Deadly signal handler for tsan
2017-11-13 Vitaly Buka[sanitizer] Relax stack check
2017-11-13 Sanjay Patel[Reassociation] regenerate test checks; NFC
2017-11-13 Mandeep Singh... [clang] Remove redundant return [NFC]
2017-11-13 Reid KlecknerFix clang -Wsometimes-uninitialized warning in SCEV...
2017-11-13 Reid KlecknerRemove a std::map and std::set that show up in LLD...
2017-11-13 Reid KlecknerDisable GC and ICF when /debug is present
2017-11-13 Dinar TemirbulatovNFC, Allow SystemZ SLP tests only when SystemZ is suppo...
2017-11-13 Rafael EspindolaCreate a TempFile class.
2017-11-13 Daniel Sanders[globalisel][tablegen] Add support for extload.
2017-11-13 Jan Veselynative_divide: provide function implementation instead...
2017-11-13 Jan Veselynative_recip: provide function implementation instead...
2017-11-13 Jan Veselynative_rsqrt: Switch implementation to 1 / native_sqrt
2017-11-13 Jan Veselynative_tan: Switch implementation to use native_sin...
2017-11-13 Jan Veselymath: Use precomputed constant for log2(10.0)
2017-11-13 Rafael EspindolaTry harder to delete the temporary file.
2017-11-13 Rafael EspindolaRemove dead include.
2017-11-13 Rafael EspindolaTry harder to delete the temporary file.
2017-11-13 Petar Jovanovicfix printing of alias instructions by removing redundan...
2017-11-13 Sanjay Patel[ValueTracking] use 'auto' with 'dyn_cast'; NFC
2017-11-13 Craig Topper[X86] Allow X86ISD::Wrapper to be folded into the base...
2017-11-13 Jonathan Peyton[OpenMP] Remove the unused testsuite/ directory
2017-11-13 Sanjay Patel[ValueTracking] simplify code in CannotBeNegativeZero...
2017-11-13 Devin Coughlin[analyzer] ObjCGenerics: Don't warn on cast conversions...
2017-11-13 Sanjay Patel[Reassociate] add tests with 'reassoc' FMF; NFC
2017-11-13 Pavel LabathFix netbsd, freebsd and osx builds for ArchSpec move
2017-11-13 Jan VeselyAMDGPU: Drop duplicate setOperationAction
2017-11-13 Jatin Bhateja[SCEV] Handling for ICmp occuring in the evolution...
2017-11-13 Simon DardisRevert "[CodeGenPrepare] Check that erased sunken addre...
2017-11-13 Pavel LabathMove ArchSpec to the Utility module
2017-11-13 Diana Picus[ARM GlobalISel] Update legalizer test
2017-11-13 Pavel LabathRemove last Host usage from ArchSpec
2017-11-13 Bill Seurer[PowerPC][msan] Update msan to handle changed memory...
2017-11-13 Bill Seurer[PowerPC][tsan] Update tsan to handle changed memory...
2017-11-13 Stephan BergmannRemove excess whitespace from syslog message; NFC
2017-11-13 Teresa Johnson[ThinLTO] Handle -fdebug-pass-manager for backend invoc...
2017-11-13 Omer Paparo... Inserting a base test for X86 performance nops
2017-11-13 Pavel LabathCompilerType: Add ability to retrieve an integral templ...
2017-11-13 Pavel LabathRevert "[lldb] Use OrcMCJITReplacement rather than...
2017-11-13 Walter Lee[asan] Add CMake hook to override shadow scale in compi...
2017-11-13 Greg BedwellAllow compiler-rt test targets to work with multi-confi...
2017-11-13 Uriel Korach[X86] test/testn intrinsics lowering to IR. llvm part.
2017-11-13 Uriel Korach[X86] test/testn intrinsics lowering to IR. clang side
2017-11-13 Greg BedwellMove the setting of LLVM_BUILD_MODE to a macro so that...
2017-11-13 Momchil Velikov[ARM] Place jump table as the first operand in additions
2017-11-13 Simon Dardis[CodeGenPrepare] Check that erased sunken address are...
2017-11-13 Jina NahiasChange
2017-11-13 Gabor Horvath[analyzer] Document the issue hash debugging facility
2017-11-13 Florian Hahn[CodeExtractor] Add missing AllowVarArgs initialization.
2017-11-13 Florian Hahn[PartialInliner] Inline vararg functions that forward...
2017-11-13 Sander de SmalenTest commit
2017-11-13 Jina Nahias[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
2017-11-13 Jina Nahias[x86][AVX512] Lowering shuffle i/f intrinsics to LLVM IR
2017-11-13 Gadi Haber[X86][SKX] Adding scheduling info of non-intrinsic...
2017-11-13 Craig Topper[X86] Limit NOPs to 7 bytes when 'slm' is spelled ...
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 to improve load folding...
2017-11-13 Craig Topper[X86] Regenerate test. NFC
2017-11-13 Matt ArsenaultMI: Print ranges on MMO
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 to improve load folding...
2017-11-13 Craig Topper[X86] Add tests for missed opportunities to fold a...
2017-11-13 Matt ArsenaultAMDGPU: Preserve nuw in shl add ptr combine
2017-11-13 Craig Topper[X86] Fix SQRTSS/SQRTSD/RCPSS/RCPSD intrinsics to use...
2017-11-13 Craig Topper[X86] Add tests for full vector loads to fold-load...
2017-11-13 Craig Topper[X86] Regenerate fold-load-unops.ll and add and avx512f...
2017-11-13 Matt ArsenaultAMDGPU: Fix multi-use shl/add combine
2017-11-13 Marshall ClowPut the status in the wrong column
2017-11-13 Marshall ClowImplement P0550R2: Transformation Trait remove_cvref
2017-11-13 Craig Topper[X86] Attempt to fix signed and unsigned comparison...
2017-11-13 Craig Topper[X86] Use sse_load_f32/f64 in patterns for the memory...
2017-11-13 Craig Topper[X86] Use EVEX encoded VRNDSCALE instructions to implem...
2017-11-13 Craig Topper[X86] Split VRNDSCALE/VREDUCE/VGETMANT/VRANGE ISD nodes...
2017-11-13 Matt ArsenaultFix some misc. -enable-var-scope violations
2017-11-13 Matt ArsenaultAMDGPU: Select d16 loads into low component of register
2017-11-12 Matt ArsenaultAMDGPU: Fix -enable-var-scope violations
2017-11-12 Matt ArsenaultAMDGPU: Fix missing gfx9 atomic inc/dec tests
2017-11-12 Vitaly Buka[sanitizer] Simplify stack check in accert.cc
2017-11-12 Vitaly Buka[sanitizer] Try to see test output on armv7
2017-11-12 Marshall ClowTwo more papers from Albuquerque
2017-11-12 Craig Topper[X86] Add an X86ISD::RANGES opcode to use for the scala...
2017-11-12 Craig Topper[X86] Add test cases and command lines demonstrating...
2017-11-12 Craig Topper[X86] Remove some no longer needed intrinsic lowering...
2017-11-12 Marshall ClowUpdated C++2a status page with new features/defects...
2017-11-12 Mandeep Singh... [llvm] Remove redundant return [NFC]
2017-11-12 Craig Topper[InstCombine] Teach visitICmpInst to not break integer...
2017-11-11 Dave LeeFix AST matcher documentation typo
2017-11-11 Dave LeeAdd ObjC exception statement AST matchers
next