platform/upstream/llvm.git
2016-11-12 whitequark[C API] Fix several null pointer dereferences.
2016-11-12 Kostya Serebryany[libFuzzer] one more trophy
2016-11-12 Kostya Serebryany[libFuzzer] use a valid ASCII string for a dummy seed...
2016-11-12 Lang Hames[ORC] Add a WrappedHandlerReturn type to map handler...
2016-11-12 Devin Coughlin[analyzer] Update 'Automated' to 'Automatic' from r286694.
2016-11-12 Richard Smith[c++1z] Support constant folding for __builtin_strchr...
2016-11-12 Rui UeyamaRemove dead code.
2016-11-12 Devin Coughlin[analyzer] Fix copy-pasta in NullableReturnedFromNonnul...
2016-11-12 Mehdi AminiAdd instructions in clang get_started page about workin...
2016-11-12 Mehdi AminiImprove `git llvm push` to suggest `git pull` when...
2016-11-12 Devin Coughlin[analyzer] Improve misleading RetainCountChcker diagnos...
2016-11-12 Anna Zaks[tsan] Test that false races from ObjC's dealloc, ...
2016-11-12 Zachary TurnerOne more set of changes to fix formatv() on linux.
2016-11-12 Zachary TurnerAdd missing #include.
2016-11-12 Zachary TurnerFix another problem with formatv().
2016-11-12 Kostya Serebryany[libFuzzer] use less stack
2016-11-12 Rui UeyamaRemove extra semicolon.
2016-11-12 Tom StellardAMDGPU/SI: Promote i16 = fp_[us]int f32 for VI
2016-11-12 Zachary TurnerTry to fix build after llvm::formatv() patch.
2016-11-12 Richard Smith[c++1z] std::byte didn't make it
2016-11-12 Rui UeyamaEmit Section Contributions.
2016-11-11 Zachary TurnerFix -Werror build with clang-cl.
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
2016-11-11 Richard Smith[c++1z] Two more features have been accepted.
2016-11-11 Argyrios Kyrtzidis[index] Rename SymbolSubKind -> SymbolProperty, NFC.
2016-11-11 Richard Smith[c++1z] p0522 is approved.
2016-11-11 Richard Smith[c++1z] Add constant-folding support for strcmp, strncm...
2016-11-11 Rui UeyamaDefine DbiStreamBuilder::addSectionContribs.
2016-11-11 Tom StellardAMDGPU/SI: Fix visit order assumption in SIFixSGPRCopies
2016-11-11 Richard TrieuPrint correct directory in merge script.
2016-11-11 Evgeniy Stepanov[tsan] Fix typo in test.
2016-11-11 Reid KlecknerDisable a test using posix_spawn on Android
2016-11-11 Anna Zaks[tsan][clang] Introduce a function attribute to disable...
2016-11-11 Sanjay Patel[InstCombine] use dyn_cast rather isa+cast; NFC
2016-11-11 Evgeniy StepanovTread TSan LLVM flags to driver: unit tests.
2016-11-11 Evgeniy StepanovTread TSan LLVM flags to driver: add TSan controlling...
2016-11-11 Sanjay Patel[InstCombine] update test to use FileCheck; NFC
2016-11-11 Rafael EspindolaAdd missing REQUIRES.
2016-11-11 Kostya Serebryany[libFuzzer] do not initialize parts of TracePC -- let...
2016-11-11 Sanjay Patel[InstCombine] clean up foldSelectOpOp(); NFC
2016-11-11 Anna Zaks[tsan][llvm] Implement the function attribute to disabl...
2016-11-11 Adam Nemet[LV] Stop saying "use -Rpass-analysis=loop-vectorize"
2016-11-11 Lang Hames[RPC] Add const qualifier to MemberFnWrapper to make...
2016-11-11 Richard Smith[cxx_status] Prepare features list for WG21 motions.
2016-11-11 Rafael EspindolaDon't sort sections in -r links.
2016-11-11 Anna Zaks[tsan] Expose __tsan_ignore_thread_begin and __tsan_ign...
2016-11-11 Rui UeyamaFix typo in comment.
2016-11-11 Matthias BraunRevert "(origin/master, origin/HEAD) MachineScheduler...
2016-11-11 Matthias BraunMachineScheduler/ScheduleDAG: Add support to skipping...
2016-11-11 Matthias BraunScheduleDAGInstrs: Move VRegUses to ScheduleDAGMILive...
2016-11-11 Matthias BraunMachineScheduler: Dump EntrySU/ExitSU if possible
2016-11-11 Matthias BraunScheduleDAG: Identify EntrySU/ExitSU when dumping node ids
2016-11-11 Artem Dergachev[ASTMatchers] Fix a typo in cStyleCastExpr() HTML docs...
2016-11-11 Nemanja Ivanovic[PowerPC] Implement remaining permute builtins in altiv...
2016-11-11 Mehdi AminiFix wrong formatting in lld introduced in r286561 ...
2016-11-11 Erik EcksteinFunctionComparator: don't rely on argument evaluation...
2016-11-11 Mehdi AminiFix static initialization order fiasco in MCTests
2016-11-11 Lang Hames[ORC] Temporarily fix the RPCUtils unit test by explici...
2016-11-11 Piotr PadlewskiNFC ProgrammersManual fix
2016-11-11 Adrian PrantlSimplify code and address review comments (NFC)
2016-11-11 Rafael EspindolaMake test more strict. NFC.
2016-11-11 Lang Hames[Orc] Update the BuildingAJIT Chapter 5 server class...
2016-11-11 Richard TrieuRemove double setting of invalid flag.
2016-11-11 Adrian PrantlFix a reference-to-temporary introduced in r286607.
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Nemanja Ivanovic[PowerPC] Add remaining vector permute builtins in...
2016-11-11 Evgeniy Stepanov[cfi] Test case for weak symbol handling.
2016-11-11 Evgeniy Stepanov[cfi] Fix weak functions handling.
2016-11-11 Rafael EspindolaAvoid a crash with -r and .comment.
2016-11-11 Tom StellardFix build since llvm r286566 and require at least llvm 4.0
2016-11-11 Devin Coughlin[analyzer] Teach RetainCountChecker about VTCompression...
2016-11-11 Erik EcksteinMake the FunctionComparator of the MergeFunctions pass...
2016-11-11 Todd FialaRemove weak-linked symbols for SBBreakpointListImpl
2016-11-11 Richard TrieuWhen a DecompositionDecl is marked invalid, also set...
2016-11-11 Rui UeyamaFix -Wpessimizing-move warning.
2016-11-11 Artem Dergachev[ASTMatchers] Fix a typo in cStyleCastExpr() docs....
2016-11-11 Nemanja Ivanovic[PowerPC] Add vector conversion builtins to altivec...
2016-11-11 Vyacheslav... Fixed the lost FastMathFlags for FCmp operations in...
2016-11-11 Chad Rosier[AArch64] Update a FIXME comment to reflect current...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Peter CollingbourneBitcode: Prepare to move bitcode readers to free functions.
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Sanjay Patel[InstCombine] add tests to show size-increasing select...
2016-11-11 Reid KlecknerAdd a test that uses coverage and printf from a DLL
2016-11-11 Chad Rosier[AArch64] Add test to show narrow zero store merging...
2016-11-11 Geoff Berry[AArch64] Fix bugs in isel lowering replaceSplatVectorS...
2016-11-11 Reid Kleckner[sancov] Don't instrument MSVC CRT stdio config helpers
2016-11-11 Petr Hosek[CMake] Check runtimes subdir when looking for libcxx...
2016-11-11 Evgeniy Stepanov[cfi] Enable cfi-icall on ARM and AArch64.
2016-11-11 Evgeniy Stepanov[cfi] Tweak a test for the cfi-icall change.
2016-11-11 Evgeniy Stepanov[cfi] Implement cfi-icall using inline assembly.
2016-11-11 Adrian PrantlFix comments according to the LLVM coding guidelines.
2016-11-11 Reid KlecknerAdd missing %run to test to fix AArch64 buildbot
2016-11-11 Reid Kleckner[asan/win] Fix wrong TerminateProcess exit code
2016-11-11 Adrian PrantlRevert "Use private linkage for MergedGlobals variables...
2016-11-11 Chad Rosier[AArch64] Remove lots of redundant code. NFC.
2016-11-11 Sylvestre LedruForce the locale when executing ld gold
2016-11-11 Sanjay Patel[InstCombine] fix formatting of FoldOpIntoSelect()...
next