platform/upstream/llvm.git
2016-12-13 Greg ClaytonMake a DWARFDIE class that can help avoid using the...
2016-12-13 Marcos Pividori[libFuzzer] Add missing header needed for Windows.
2016-12-13 Marcos Pividori[libFuzzer] Avoid name collision with Windows API.
2016-12-13 Marcos Pividori[libFuzzer] Implement DirName() for Windows.
2016-12-13 Marcos Pividori[libFuzzer] Fix bug in detecting timeouts when input...
2016-12-13 Marcos Pividori[libFuzzer] Clean up headers and file formatting of...
2016-12-13 Marcos Pividori[libFuzzer] Properly use unsigned for workers, jobs...
2016-12-13 Marcos Pividori[libFuzzer] Properly use unsigned for Process ID.
2016-12-13 Marcos Pividori[libFuzzer] Improve Signal Handler interface.
2016-12-13 Rong XuFix the test cases committed in r289521.
2016-12-13 Simon Pilgrim[X86][SSE] Regenerate vector of pointers tests
2016-12-13 Artem Dergachev[analyzer] Detect ObjC properties that are both (copy...
2016-12-13 Zachary TurnerUpdate for clang after llvm::StringLiteral.
2016-12-13 Neil HickeyFixing build failure by adding triple option to new...
2016-12-13 Zachary Turner[ADT] Add llvm::StringLiteral.
2016-12-13 Rafael EspindolaRefactor duplicated expression. NFC.
2016-12-13 Alexander KornienkoFix sphinx build.
2016-12-13 David Callahan[ADCE] Add code to remove dead branches
2016-12-13 Alexander KornienkoRemove trailing whitespace in docs and clang-tidy sources.
2016-12-13 Alexander Kornienko[Clang-tidy] check for malloc, realloc and free calls
2016-12-13 Artur PilipenkoUse more detailed assertion messages in the code introd...
2016-12-13 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-13 Alexander KornienkoRemove deprecated methods ast_matchers::BoundNodes...
2016-12-13 Haojian Wu[clang-move] Fix incorrect EndLoc for declarations...
2016-12-13 Artur PilipenkoFix a buildbot failure introduced by r289538
2016-12-13 Ulrich Weigand[sancov] Disable failing test on SystemZ as well
2016-12-13 Artur Pilipenko[DAGCombiner] Match load by bytes idiom and fold it...
2016-12-13 Artur PilipenkoMove BaseIndexOffset in DAGCombiner.cpp so it will...
2016-12-13 Egor Churaev[OpenCL] Improve address space diagnostics.
2016-12-13 Egor Churaev[OpenCL] Enable unroll hint for OpenCL 1.x.
2016-12-13 Simon Pilgrim[SelectionDAG] computeKnownBits - simplified knownbits...
2016-12-13 Tobias GrosserAdjust clang-format formatting to r289531
2016-12-13 Simon Dardis[mips][rtdyld] Move MIPS relocation resolution to a...
2016-12-13 Daniel Jasperclang-format: Keep string-literal-label + value pairs...
2016-12-13 Simon Dardis[mips] Fix comment to respect 80 chars per line; NFC
2016-12-13 Simon Dardis[mips] Fix compact branch hazard detection
2016-12-13 Diana Picus[GlobalISel] Move extendRegister where it belongs....
2016-12-13 Peter Smith[ELF] Add R_ARM_RELATIVE to relocations that can be...
2016-12-13 Renato Golin[sancov] Mark as unstable on ARM, not XFAIL, since...
2016-12-13 Daniel Jasperclang-format: Improve braced-list detection.
2016-12-13 Malcolm Parsons[clang-tidy] Add check for redundant function pointer...
2016-12-13 Craig Topper[X86][InstCombine] Fix SimplifyDemandedVectorElts to...
2016-12-13 NAKAMURA Takumillvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRE...
2016-12-13 Rong Xu[PGO] Fix insane counts due to nonreturn calls
2016-12-13 Jason MolendaSmall tweaks to the markup in StructuredDataPlugins.
2016-12-13 Davide Italiano[SCCP] Debug diagnostic goes under DEBUG(). NFCI.
2016-12-13 Jason MolendaTouch-up the markup of the DarwinLog.md documentation.
2016-12-13 Dylan McKay[AVR] Add an 'relax memory operation' pass
2016-12-13 Mike Aizatsky[sanitizers] dso order is random, test shouldnt depend...
2016-12-13 Mike Aizatsky[sanitizers] powerpc4 is also unsupported platform
2016-12-13 Saleem AbdulrasoolCodeGen: clean up -Wpedantic warning (NFC)
2016-12-13 Shoaib Meenai[libc++abi] Mark failing test on Darwin as XFAIL
2016-12-13 Stephan T.... [libcxx] [test] Fix size_t-to-int truncation warnings...
2016-12-13 Dominic Chen[analyzer] Run clang-format and fix style
2016-12-13 Philip Reames[peephole] Enhance folding logic to work for STATEPOINTs
2016-12-13 Philip Reames[Statepoints] Reuse stack slots more than once within...
2016-12-13 Mike Aizatsky[sanitizers] disabling dso test as well where appropriate
2016-12-13 Mike Aizatsky[sanitizers] trace-pc-guard doesn't work on mac as...
2016-12-13 Kostya Serebryany[libFuzzer] don't require extra flags with -minimize_cr...
2016-12-13 Mike Aizatsky[sanitizers] sancov really works on x86 only
2016-12-13 Chris BienemanMissed a file in r289503.
2016-12-13 Chris Bieneman[LIT] Fix system-windows
2016-12-13 Chris BienemanRevert "Suppress LLVM::tools/llvm-symbolizer/coff-dwarf...
2016-12-13 Dean Michael... [XRay][compiler-rt] Use explicit comparisons in unit...
2016-12-12 Rafael EspindolaSimplify the test. NFC.
2016-12-12 Mike Aizatsky[sancov] __sanitizer_dump_coverage api
2016-12-12 Chris Bieneman[llvm-config] Unsupported should be win32
2016-12-12 Tim NorthoverStop lying about pointers' required alignments.
2016-12-12 Marcos Pividori[libFuzzer] Implement Timers for Windows.
2016-12-12 Bruno Cardoso... Revert "[Modules] Make header inclusion order from...
2016-12-12 Sanjay Patel[x86] fix test specifications
2016-12-12 Sanjay Patel[x86] fix test specifications and auto-generate checks
2016-12-12 Petr Hosek[CMake] Multi-target builtins build
2016-12-12 Chris BienemanRevert "Disable all llvm-config tests for now, will...
2016-12-12 Petr Hosek[compiler-rt] Support building builtins for a single...
2016-12-12 Dan Liew[llvm-config] Fix bug where `--libfiles` and `--names...
2016-12-12 Bruno Cardoso... Revert "[Headers] Add #include_next for tgmath.h on...
2016-12-12 Andrew KaylorAvoid infinite loops in branch folding
2016-12-12 Chris Bienemanclang-format to fix post-commit feedback
2016-12-12 Chris Bieneman[llvm-config] Fix cflags test looking for "error"
2016-12-12 Chris BienemanRevert "Remove system-libs.test for now"
2016-12-12 Sanjoy DasRevert "[SCEVExpander] Use llvm data structures; NFC"
2016-12-12 Kostya Serebryany[libFuzzer] split one slow test into several, for more...
2016-12-12 Nico WeberFix MSVC build after 289461; MSVC isn't sure if this...
2016-12-12 Todd FialaRemoving myself from code ownership file
2016-12-12 Bruno Cardoso... [Modules] Make header inclusion order from umbrella...
2016-12-12 Kostya Serebryany[libFuzzer] make SimpleCmpTest a bit simpler to crack...
2016-12-12 Sanjay Patel[x86] fix formatting; NFC
2016-12-12 Eugene Zelenko[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy moderni...
2016-12-12 Tim Shen[APFloatTest] Use std::make_tuple to make GCC 4.8 happy
2016-12-12 Guozhi Wei[PPC] Prefer direct move on power8 if load 1 or 2 bytes...
2016-12-12 Tim Shen[APFloat] Implement PPCDoubleDouble add and subtract.
2016-12-12 Simon Atanasyan[ELF][MIPS] Calculate default _gp value relative to...
2016-12-12 Matthew Simpson[SLP] Fix sign-extends for type-shrinking
2016-12-12 Kostya Serebryany[libFuzzer] build libFuzzer itself with asan
2016-12-12 Paul RobinsonRecommit r288212: Emit 'no line' information for intere...
2016-12-12 Kostya Serebryany[libFuzzer] respect -max_len during merge
2016-12-12 Teresa Johnson[ThinLTO] Remove useless code (NFC)
2016-12-12 Alexander Shaposhnikov[clang-move] Fix buildbot failures
next