platform/upstream/llvm.git
2016-02-27 Kostya Serebryany[libFuzzer] don't emit callbacks to sanitizer run-time...
2016-02-27 Philip ReamesSuppress an uncovered switch warning [NFC]
2016-02-27 Chandler Carruth[LICM] Teach LICM how to handle cases where the alias...
2016-02-27 Kostya Serebryany[libFuzzer] fixing the bot
2016-02-27 Richard SmithFix bug in using shadow decl checking: a using shadow...
2016-02-27 Mike Aizatsky[sancov] print_coverage_points command.
2016-02-27 Mike Aizatsky[sancov] do not instrument nodes that are full pre...
2016-02-27 Kostya Serebryany[libFuzzer] speedup path coverage handling
2016-02-27 Hongbin ZhengUpdate the fine-grain dependences analysis test case.
2016-02-27 Hongbin ZhengEnable llvm's isa/cast/dyn_cast on MemAccInst.
2016-02-27 Junmo ParkMinor code cleanup. NFC.
2016-02-27 Reid Kleckner[InstCombine] Be more conservative about removing stack...
2016-02-27 Samuel Antao[OpenMP] Fix parsing of delete map clause modifier...
2016-02-26 Paul RobinsonRevert r262092, caught LLD tests
2016-02-26 Paul Robinson[FileCheck] Abort if -NOT is combined with another...
2016-02-26 Cong HouFix a bug in isVectorReductionOp() in SelectionDAGBuild...
2016-02-26 Greg ClaytonMake LLDB safer to use with respect to the global destr...
2016-02-26 Ahmed Bougacha[X86] Move an encoding test from CodeGen to MC. NFC.
2016-02-26 Ahmed Bougacha[X86] Delete old redundant test. NFC.
2016-02-26 Ahmed Bougacha[X86] Fix a stale comment. NFC.
2016-02-26 Ahmed Bougacha[X86] Remove the unused SDTX86atomicBinary. NFC.
2016-02-26 Philip Reames[LVI] Extend select handling to catch min/max/clamp...
2016-02-26 Kostya Serebryany[libFuzzer] add -print_final_stats=1 flag
2016-02-26 Simon PilgrimStrip trailing whitespace. NFCI.
2016-02-26 Eugene ZelenkoFix Clang-tidy modernize-use-nullptr warnings in remain...
2016-02-26 Chaoren LinRegister value is not necessarily scalar.
2016-02-26 Philip Reames[ConstantRange] Add umin/smin operators
2016-02-26 Kit Barton[PPC] Legalize FNEG on PPC when possible
2016-02-26 Simon PilgrimFix spelling. NFCI.
2016-02-26 Sanjay Patel[x86, InstCombine] transform x86 AVX2 masked stores...
2016-02-26 Rafael EspindolaReport duplicated symbols in bitcode.
2016-02-26 Kostya Serebryany[libFuzzer] initial implementation of path coverage...
2016-02-26 Rafael EspindolaMake SymbolBodies private.
2016-02-26 Chris Bieneman[CMake] Only configure Native target in stage 1, config...
2016-02-26 Chris Bieneman[CMake] Allow LLVM_TARGETS_TO_BUILD to accept "Native"
2016-02-26 Paul RobinsonReapply r262054 with triple fix.
2016-02-26 Kit BartonPower9] Implement new vsx instructions: compare and...
2016-02-26 Chris Bieneman[CMake] Add the gold plugin before clang
2016-02-26 Chris Bieneman[CMake] Assigning the LTO component to lto.h
2016-02-26 Chris Bieneman[CMake] Add BINUTILS_INCDIR to the default passthrough...
2016-02-26 Sanjay Patel[x86, InstCombine] transform x86 AVX masked stores...
2016-02-26 Alexey Samsonov[CMake] Fix a typo in add_compiler_rt_library.
2016-02-26 Sanjay Patel[x86] refactor to eliminate duplicated code; NFCI
2016-02-26 Amaury SechetFix warning in DwarfCFIException. NFC
2016-02-26 Paul RobinsonRevert r262054 on one file that fails sometimes.
2016-02-26 Amaury SechetExtract the method to begin and end a fragment in AsmPr...
2016-02-26 Quentin Colombet[GlobalISel] Fix a ranlib warning about empty TOC.
2016-02-26 Reid Kleckner[dllexport] Sort out emission order of delayed exported...
2016-02-26 Greg ClaytonMake sure to #include <atomic> for the std::atomic...
2016-02-26 Paul RobinsonFix tests that used CHECK-NEXT-NOT and CHECK-DAG-NOT.
2016-02-26 Greg ClaytonMake sure the Target, Process and Thread GetGlobalPrope...
2016-02-26 Paul RobinsonFix Clang tests that used CHECK-NEXT-NOT and CHECK...
2016-02-26 Jim InghamSymbolFileDWARFDebugMap::FindTypes didn't obey the...
2016-02-26 Duncan P. N... SemaCXX: Support templates in availability attributes
2016-02-26 Nirav DaveFix Sparc 32bit Lowering to rebundle up v2i32 values.
2016-02-26 Sanjay Patel[x86, AVX] fold 'isPositive' 256-bit vector integer...
2016-02-26 Dmitry Vyukovtsan: revert r262037
2016-02-26 Reid Kleckner[IR] Optimize bitfield layout of Value for MSVC
2016-02-26 Sanjay Patel[x86, AVX] add 256-bit tests
2016-02-26 Aidan Doddsremove unused local string in IRForTarget.cpp
2016-02-26 Sunil SrivastavaMinor tweak to match the overall style.
2016-02-26 Aidan DoddsFix bug with register values byte order in expression...
2016-02-26 Greg ClaytonThe IOHandlerProcessSTDIO is the _only_ IOHandler that...
2016-02-26 Hongbin ZhengIntroduce fine-grain dependence analysis by tagging...
2016-02-26 Renato Golin[CMAKE] Update build on recent Haiku
2016-02-26 Dmitry Vyukovtsan: split thread into logical and physical state
2016-02-26 Sanjay Patel[x86, SSE] fold 'isPositive' vector integer operations...
2016-02-26 Reid Kleckner[WinEH] Fix funclet return block clobber mask placement
2016-02-26 Rui UeyamaFix broken buildbots.
2016-02-26 Tobias GrosserScopDetect/Info: Add option to disable invariant load...
2016-02-26 Michael KruseScopDetection: Fix mix-up of isLoad and isStore.
2016-02-26 Rui UeyamaSimplify. NFC.
2016-02-26 Saleem AbdulrasoolBasic: fix __USER_LABEL_PREFIX__ on Cygwin
2016-02-26 Michael KruseReduce indention. NFC.
2016-02-26 Tamas BerghammerAdd new java plugin files to the xcode project
2016-02-26 Rui UeyamaSimplify. NFC.
2016-02-26 Rui UeyamaAdd comment on AMDGPU that the difference has no obviou...
2016-02-26 Andy GibbsReduce false positives in printf/scanf format checker
2016-02-26 Haojian Wu[clang-tidy] Fix an assertion failure in `modernize...
2016-02-26 Tamas BerghammerRevert part of rL262014 as it caused issues on gcc...
2016-02-26 Rui UeyamaFix unsafe dereference.
2016-02-26 Aidan DoddsAdd mips32 software breakpoints into platform::GetSoftw...
2016-02-26 George Rimar[ELF] - Implemented linkerscript sections padding.
2016-02-26 George RimarDescription of symbols is avalable here:
2016-02-26 Rafael EspindolaRefactor multiple calls to canBePreempted.
2016-02-26 Rafael EspindolaFix some confusion about what can be preempted.
2016-02-26 Tamas BerghammerFix address class lookup for absolute symbols
2016-02-26 Tamas BerghammerAdd a set of new plugins to handle Java debugging
2016-02-26 Tamas BerghammerAdd support for DW_OP_push_object_address in dwarf...
2016-02-26 Aaron BallmanFixing an issue with the code block so that it does...
2016-02-26 Aaron BallmanGiving this attribute documentation group a heading...
2016-02-26 Sagar Thakur[LLDB][MIPS] Fix TestInferiorAssert.py for MIPS
2016-02-26 Tobias GrosserBlockGenerators: Allow values to be removed from ScalarMap
2016-02-26 Tobias GrosserIslAst: Expose run-time check generation as individual...
2016-02-26 Chandler Carruth[PM] Finish removing references to fix MSVC builds...
2016-02-26 Chris DewhurstReverting breaking change. Sorry.
2016-02-26 Chandler Carruth[PM] Speculative patch to try and fix MSVC's compilation.
2016-02-26 Chris DewhurstReviewed at reviews.llvm.org/D17133
2016-02-26 Chandler Carruth[PM] Introduce CRTP mixin base classes to help define...
2016-02-26 Chris DewhurstInitial test commit only
next