platform/upstream/llvm.git
2017-04-24 Reid Kleckner[git-llvm] Make `push` work on CRLF files with svn...
2017-04-24 Bruno Cardoso... [Modules] Fix test to wipe out the cache before using it
2017-04-24 Sanjay Patel[InstSimplify] use ConstantRange to simplify more and...
2017-04-24 Rafael EspindolaRemove DefaultSoName.
2017-04-24 Simon Pilgrim[DAGCombiner] Use APInt::intersects to avoid tmp variab...
2017-04-24 Evgeniy Stepanov[cfi] Fix wrong CMake condition for WIN32.
2017-04-24 Evgeniy Stepanov[asan] Remove asanwrapper from Android test harness.
2017-04-24 Matt ArsenaultAMDGPU: Slightly simplify prolog reserved register...
2017-04-24 Galina KistanovaCosmetic change.
2017-04-24 Saleem AbdulrasoolProfileData: clean up some stale declarations (NFC)
2017-04-24 Artem Dergachev[analyzer] Improve subscripting null arrays for catchin...
2017-04-24 Vedant KumarRemove a dead field. NFC.
2017-04-24 Vedant Kumar[Coverage] Avoid null deref in skipRegionMappingForDecl...
2017-04-24 Galina KistanovaSmall addition on how to add a builder.
2017-04-24 Artem Tamazov[AMDGPU][mc][tests][NFC] Bulk ISA tests: update for...
2017-04-24 George KarpenkovSpecify a target explicitly in libfuzzer driver flag...
2017-04-24 Reid Kleckner[Bitcode] Refactor attribute group writing to avoid...
2017-04-24 Teresa JohnsonUpdate profile during memory instrinsic optimization
2017-04-24 Evgeniy Stepanov[asan] Use posix strerror_r interceptor on android.
2017-04-24 Matt ArsenaultRevert "StructurizeCFG: Directly invert cmp instructions"
2017-04-24 Davide Italiano[LoopUnroll] Remove spurious newline.
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Davide Italiano[LoopUnroll] Don't try to unroll non canonical loops.
2017-04-24 Sanjoy Das[LIR] Obey non-integral pointer semantics
2017-04-24 Saleem AbdulrasoolAvoid unnecessary copies in some for loops
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Evgeniy Stepanov[cfi] Disable ThinLTO + CFI tests on Windows.
2017-04-24 Krzysztof ParzyszekMove value type list from TargetRegisterClass to Target...
2017-04-24 Carlo BertolliRevert r301223
2017-04-24 Krzysztof ParzyszekRevert r301231: Accidentally committed stale files
2017-04-24 Krzysztof ParzyszekMove value type list from TargetRegisterClass to Target...
2017-04-24 Matt ArsenaultAMDGPU: Select scratch mubuf offsets when pointer is...
2017-04-24 Matt ArsenaultAMDGPU: Set StackGrowsUp in MCAsmInfo
2017-04-24 Stanislav Mekhanoshin[AMDGPU] Merge M0 initializations
2017-04-24 Piotr PadlewskiHandle invariant.group.barrier in BasicAA
2017-04-24 Evgeniy Stepanov[asan] Let the frontend disable gc-sections optimizatio...
2017-04-24 Evgeniy Stepanov[asan] Disable ASan global-GC depending on the target...
2017-04-24 Artem Dergachev[analyzer] Improve suppression for inlined defensive...
2017-04-24 Carlo Bertolli[OpenMP] Initial implementation of code generation...
2017-04-24 Mandeep Singh... [SimplifyCFG] Fix for non-determinism in codegen
2017-04-24 Krzysztof ParzyszekMove size and alignment information of regclass to...
2017-04-24 Dimitry AndricDon't test setting sticky bits on files for modern...
2017-04-24 Adrian PrantlDon't emit CFI instructions at the end of a function
2017-04-24 Matthias BraunPragma: Fix DebugOverflowStack() resulting in endless...
2017-04-24 George KarpenkovUpdates documentation for a syntax sugar libfuzzer...
2017-04-24 George KarpenkovRemove erroneous driver test for -fsanitize=fuzzer...
2017-04-24 Yaxun LiuCodeGen: Add a hook for getFenceOperandTy
2017-04-24 Evgeniy StepanovRevert "Compute safety information in a much finer...
2017-04-24 Sanjay Patel[InstSimplify] move (A & ~B) | (A ^ B) -> (A ^ B) from...
2017-04-24 George KarpenkovFlag -fsanitize=fuzzer to enable libfuzzer
2017-04-24 Matthias BraunX86RegisterInfo: eliminateFrameIndex: Avoid code duplic...
2017-04-24 Adrian PrantlUse DW_OP_stack_value when reconstructing variable...
2017-04-24 Adrian PrantlAdd a testcase for DIExpression(DW_OP_stack_value)
2017-04-24 Matt ArsenaultAMDGPU: Add StackPtr and FramePtr registers to MFI
2017-04-24 Shoaib Meenai[ELF] Account for R_386_TLS_LDO_32 addend
2017-04-24 Matt ArsenaultAMDGPU: Move trap lowering to DAG
2017-04-24 Davide Italiano[DomPrinter] Add a way to programmatically dump a dot...
2017-04-24 Zachary Turner[llvm-pdbdump] Merge functionality of graphical and...
2017-04-24 Zachary Turner[llvm-pdbdump] Re-write the record layout code to be...
2017-04-24 Craig Topper[Docs] Correct the path to the clang-format-diff.py...
2017-04-24 Craig Topper[APInt] Simplify the zext and sext methods
2017-04-24 George KarpenkovTesting commit credentials
2017-04-24 Matt ArsenaultInstCombine: Fix assert when reassociating fsub with...
2017-04-24 Craig Topper[APInt] Add ashrInPlace method and rewrite ashr to...
2017-04-24 Nicolai HaehnleAMDGPU: Move v_readlane lane select from VGPR to SGPR
2017-04-24 Xin TongCompute safety information in a much finer granularity.
2017-04-24 Nicolai HaehnleInstCombine/AMDGPU: Fix constant folding of llvm.amdgcn...
2017-04-24 Igor Breger[GlobalISel][X86] Lower FormalArgument/Ret using G_MERG...
2017-04-24 Simon Pilgrim[DAGCombiner] Updated bswap byte offset variable names...
2017-04-24 Craig Topper[APInt] Fix repeated word in comments. NFC
2017-04-24 Nicolai HaehnleAMDGPU: Fix crash when scheduling non-memory SMRD instr...
2017-04-24 Kuba Mracek[tsan] Include __tsan_external_* API from a header...
2017-04-24 Kuba Mracek[tsan] Remove the extra word "object" from description...
2017-04-24 Haojian Wu[clang-tidy] Some Cleanups for performance-faster-strin...
2017-04-24 Nirav Dave[SDAG] Teach Chain Analysis about BaseIndexOffset addre...
2017-04-24 Pavel LabathUpdate two android XFAILS
2017-04-24 Aaron BallmanExtend readability-container-size-empty to add comparis...
2017-04-24 Kostya Kortchinsky[sanitizer] Cache SizeClassForTransferBatch in the...
2017-04-24 Argyrios Kyrtzidis[index] If the 'external_source_symbol' attribute indic...
2017-04-24 Daniel Jasperclang-format: Fix bad corner case in formatting of...
2017-04-24 Simon Pilgrim[X86][AVX] Add scheduling latency/throughput tests...
2017-04-24 Alex Lorenz[index] The relation between the declarations in templa...
2017-04-24 Pavel LabathFix the new SocketAddressTest on Windows
2017-04-24 Piotr Padlewski[Devirtualization] Emit invariant.group loads with...
2017-04-24 Jonas Paulsson[SystemZ] Update kill-flag in splitMove().
2017-04-24 Renato Golin[DWARF] Move test to x86 directory
2017-04-24 Philip Pfaffe[RegionInfo] Fix dangling references created by moving...
2017-04-24 Ismail DonmezAdd SUSE vendor
2017-04-24 Sagar ThakurRevert [scudo] Enabling MIPS support for Scudo
2017-04-24 Nitesh Jain[LLDB][MIPS] Move it into HandleLLVMOptions.cmake.
2017-04-24 Nitesh Jain[LLVM][MIPS] Fix different definition of off_t in LLDB...
2017-04-24 George Rimar[DWARF] - Take relocations in account when extracting...
2017-04-24 Pavel LabathAdd more arguments to SocketAddress::GetAddressInfo
2017-04-24 Mads Ravn[clang-tidy] New check: modernize-replace-random-shuffle.
2017-04-24 Diana Picus[ARM] GlobalISel: Legalize s8 and s16 G_(S|U)DIV
2017-04-24 Sjoerd Meijer[Arch64AsmParser] better diagnostic for isb
2017-04-24 Diana Picus[ARM] GlobalISel: Support G_(S|U)DIV for s32
2017-04-24 Diana Picus[GlobalISel] Legalize G_(S|U)DIV libcalls
2017-04-24 Diana Picus[ARM] GlobalISel: Select G_CONSTANT with CImm operands
2017-04-24 Dean Michael... [XRay][tools] Fixup for pedantic and permissive errors...
next