platform/upstream/llvm.git
2017-03-27 Matthias GehreAdd [[clang::suppress(rule, ...)]] attribute
2017-03-27 Francis RicciFix comment in lsan_linux.cc
2017-03-27 Francis RicciMove lsan allocator cache from lsan_common_linux to...
2017-03-27 Adam NemetEncapsulate FPOptions and use it consistently
2017-03-27 Jim InghamIn FileSpec::Equal, short-cut GetNormalizedPath.
2017-03-27 Krzysztof Parzyszek[TableGen] Print #nnn as a name of an non-native reg...
2017-03-27 Jim InghamFix the Xcode project for OpenBSD additions.
2017-03-27 Bill Seurer[powerpc] deactivate ManyThreadsTest asan test on powerpc64
2017-03-27 Valery Pykhtin[AMDGPU] SISched: Detect dependency types between blocks
2017-03-27 Bruno Cardoso... [Support] Avoid concurrency hazard in signal handler...
2017-03-27 Craig Topper[APInt] Move operator&=(uint64_t) inline and use memset...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Extract a variable out of an...
2017-03-27 Juergen RibutzkaRevert "[Compiler-rt][Builtins] Implement lit-test...
2017-03-27 Craig Topper[APInt] Use memset in setAllBits.
2017-03-27 Adrian PrantlRemove redundant check for nullptr.
2017-03-27 Adrian PrantlRemove unneccessary virtual destructor from DwarfExpres...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Fold FI into LDR/STR ui addressin...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addres...
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Select store of zero to WZR/XZR.
2017-03-27 Valery Pykhtin[AMDGPU] SISched: Update colorEndsAccordingToDependencies
2017-03-27 Kuba Mracek[sanitizers] Upgrade ios min version to 8
2017-03-27 Kuba Mracek[sanitizers] Avoid using -fomit-frame-pointer on Darwin
2017-03-27 Craig Topper[APInt] Move the >64 bit case for flipAllBits out of...
2017-03-27 Valery Pykhtin[AMDGPU] Fix SI scheduler LiveOut Refcount issue
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Select CBZ.
2017-03-27 Ahmed Bougacha[GlobalISel] Add a 'getConstantVRegVal' helper.
2017-03-27 Ahmed Bougacha[GlobalISel][AArch64] Use proper constant types in...
2017-03-27 Daniel JasperLook through CXXBindTemporaryExprs when checking CXXFun...
2017-03-27 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 28207 + LIT tests
2017-03-27 Chad Rosier[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as...
2017-03-27 Sanne Wouda[ARM] Add a driver option for +no-neg-immediates
2017-03-27 Francis RicciUse pthreads for thread-local lsan allocator cache...
2017-03-27 Francis RicciDisable use_tls_dynamic on 32-bit linux
2017-03-27 Yaxun Liu[AMDGPU] Get address space mapping by target triple...
2017-03-27 Anna Thomas[InstCombine] Avoid incorrect folding of select into...
2017-03-27 Daniel SandersCorrect OptionCategoryCompare() in the command line...
2017-03-27 Daniel Sanders[tablegen] Use categories on options that only matter...
2017-03-27 Vassil VassilevPublish one more parser RAII for external use.
2017-03-27 Justin BognerADT: Add range helpers for pointer_ and pointee_iterator
2017-03-27 Gadi Haber[X86][AVX2] bugzilla bug 21281 Performance regression...
2017-03-27 Marshall ClowMark *pass tests as UNUSUPPORTED instead of XFAIL on...
2017-03-27 Egor Churaev[OpenCL] Extended mapping of parcing CodeGen arguments
2017-03-27 Ismail DonmezFix build error:
2017-03-27 Sam McCallAdd --std=c++11 to tests that #include <atomic>
2017-03-27 Dean Michael... [XRay][clang] Remove dependency on libatomic for XRay...
2017-03-27 Karl-Johan... [TableGen] Make CodeGenMapTable understand the namespac...
2017-03-27 Dean Michael... [XRay][compiler-rt] Use sanitizer_common's atomic ops
2017-03-27 Marshall ClowMark *fail tests as UNUSUPPORTED instead of XFAIL on...
2017-03-27 Craig Topper[IR] Implement pairs of non-const and const methods...
2017-03-27 Craig Topper[IR] Share implementation for pairs of const and non...
2017-03-27 Rui UeyamaSort.
2017-03-27 Rui UeyamaSimplify. NFC.
2017-03-27 Craig Topper[IR] Share implementation of pairs of const and non...
2017-03-26 Craig Topper[IR] Make Instruction::isAssociative method inline...
2017-03-26 Davide Italiano[Target] Remove some code probably copy/pasted from...
2017-03-26 Vassil VassilevRevert r298742 "[ODRHash] Add error messages for mismat...
2017-03-26 Davide Italiano[MachineScheduler] Reference the correct header.
2017-03-26 Kuba Mracek[asan] Remove column numbers from test expectations...
2017-03-26 Rui UeyamaFactor out code to add a GOT entry.
2017-03-26 Kuba Mracek[tsan] Only Acquire/Release GCD queues if they're not...
2017-03-26 Sanjoy DasFix typo in comment; NFC
2017-03-26 Rui UeyamaFactor out common code.
2017-03-26 Rui UeyamaRemove MIPS-specific code from computeAddend.
2017-03-26 Vassil VassilevRevert 298754 and 298742.
2017-03-26 Rui UeyamaDo not use assert to report broken input files.
2017-03-26 Rui UeyamaUpdate comments.
2017-03-26 Simon PilgrimFix signed/unsigned comparison warnings.
2017-03-26 Shoaib Meenai[llvm-readobj] Prefer ILT to IAT for reading COFF imports
2017-03-26 Serge Pavlov[LoopUnroll] Remap references in peeled iteration
2017-03-26 Kamil Rytarowski[LLDB] OpenBSD support
2017-03-26 Dmitry Vyukovtsan: add new mutex annotations
2017-03-26 Chandler Carruth[IR] Switch to more normal template parameter names...
2017-03-26 Simon PilgrimFix signed/unsigned comparison warnings.
2017-03-26 Simon Pilgrim[X86][SSE] Add computeKnownBitsForTargetNode support...
2017-03-26 Simon Pilgrim[X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk...
2017-03-26 Simon PilgrimFix MSVC signed/unsigned comparison warnings.
2017-03-26 Simon PilgrimRegenerate test
2017-03-26 Simon PilgrimRegenerate test
2017-03-26 Simon PilgrimRegenerate tests to remove duplicated checks
2017-03-26 Igor Breger [GlobalISel][X86] support G_FRAME_INDEX instruction...
2017-03-26 Joerg SonnenbergerSplit the SimplifyCFG pass into two variants.
2017-03-26 Andrew WilkinsAdd check for BSD when setting LIB_NAMES for GNU ld
2017-03-26 Rui UeyamaSort. NFC.
2017-03-26 Rui UeyamaRemove a redundant local variable.
2017-03-26 Rui UeyamaAdd a comment.
2017-03-26 Rui UeyamaInline a function that is used only once.
2017-03-26 Rui UeyamaDe-template a few functions in which ELFT is not needed.
2017-03-26 Rui UeyamaAdd comments and return early.
2017-03-26 Chandler Carruth[IR] Make SwitchInst::CaseIt almost a normal iterator.
2017-03-26 Rui UeyamaRemove unused parameter.
2017-03-26 Rui UeyamaRemove redundant local variables.
2017-03-26 Rui UeyamaRemove a parameter from adjustExpr. NFC.
2017-03-26 Rui UeyamaInline a small lambda.
2017-03-26 Rui UeyamaRename C -> Sec and RI -> Rel.
2017-03-26 Rui UeyamaSimplify relocation offset adjustment.
2017-03-26 Gor Nishanov[coroutines] Add codegen for await and yield expressions
2017-03-25 Simon Pilgrim[X86] Pull out repeated ScalarValueSizeInBits code...
2017-03-25 Simon Pilgrim[X86][SSE] Combine (VSRLI (VSRAI X, Y), (NumSignBits...
2017-03-25 Eric ChristopherChange the default attributes for llvm.prefetch to...
2017-03-25 Simon Pilgrim[X86][SSE] Added ComputeNumSignBitsForTargetNode suppor...
next