OSDN Git Service

android-x86/external-llvm.git
2016-11-12 Michal Gorny[OCaml] Clear cross-target test deps when building...
2016-11-12 Sylvestre LedruAs we released 3.9, from the 4.0 release notes, points...
2016-11-12 Craig Topper[AVX-512] Add unmasked version of shift by immediate...
2016-11-12 Craig TopperCODE_OWNERS: Take ownership of the X86 backend.
2016-11-12 Craig Topper[AVX-512] Add support for lowering shuffles to VALIGND...
2016-11-12 Saleem Abdulrasoolbuild: add a dependency on llvm-strings
2016-11-12 Saleem Abdulrasoolllvm-strings: ensure that the last string is correctly...
2016-11-12 whitequark[OCaml] Adapt to the new attribute C API.
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 Mehdi AminiImprove `git llvm push` to suggest `git pull` when...
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-11 Zachary TurnerFix -Werror build with clang-cl.
2016-11-11 Zachary Turner[Support] Introduce llvm::formatv() function.
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 Sanjay Patel[InstCombine] use dyn_cast rather isa+cast; NFC
2016-11-11 Sanjay Patel[InstCombine] update test to use FileCheck; NFC
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 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 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 Lang Hames[Orc] Update the BuildingAJIT Chapter 5 server class...
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] Fix weak functions handling.
2016-11-11 Erik EcksteinMake the FunctionComparator of the MergeFunctions pass...
2016-11-11 Rui UeyamaFix -Wpessimizing-move warning.
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 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 Evgeniy Stepanov[cfi] Implement cfi-icall using inline assembly.
2016-11-11 Adrian PrantlFix comments according to the LLVM coding guidelines.
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 Sanjay Patel[InstCombine] fix formatting of FoldOpIntoSelect()...
2016-11-11 Greg ClaytonFixed issues found by Paul Robinson with my patch for:
2016-11-11 Chad Rosier[AArch64] Early return and minor renaming/refactoring...
2016-11-11 Greg ClaytonFix windows buildbot where warnings are errors. We...
2016-11-11 Greg ClaytonClean up DWARFFormValue by reducing duplicated code...
2016-11-11 Nemanja Ivanovic[PowerPC] Add vector conversion builtins to altivec...
2016-11-11 NAKAMURA Takumillvm-strings: Fix r286556 to add required libraries.
2016-11-11 John BrawnFix test/tools/gold/X86/thinlto_funcimport.ll on non...
2016-11-11 Chad Rosier[AArch64] Enable merging of adjacent zero stores for...
2016-11-11 Sam Kolton[AMDGPU] TargetStreamer: Fix .note section name
2016-11-11 Ulrich Weigand[SystemZ] Support CL(G)T instructions
2016-11-11 Ulrich Weigand[SystemZ] Support load-and-zero-rightmost-byte facility
2016-11-11 Ulrich Weigand[SystemZ] Use LLGT(R) instructions
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector BSWAP test
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector UREM/SREM tests
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector UDIV test
2016-11-11 Diana Picus[ARM] Add plumbing for GlobalISel
2016-11-11 Adam Nemet[opt-viewer] Make it work in the absence of hotness...
2016-11-11 Mehdi AminiFix gold plugin after Error API changes
2016-11-11 Teresa JohnsonFix examples files to reflect header split in r286566.
2016-11-11 Teresa JohnsonAdd missing file from r286566
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mandeep Singh... [opt-viewer] PEPify opt-viewer.py
2016-11-11 Mehdi AminiFix build failure, update llvm-strings for the new...
2016-11-11 Mehdi AminiPrevent at compile time converting from Error::success...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-11 Mehdi AminiCMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_...
2016-11-11 Davide Italiano[ADT/MathExtras] Make buildbot happy again.
2016-11-11 Saleem Abdulrasoolllvm-strings: explicitly include cctype
2016-11-11 Saleem Abdulrasoolllvm-strings: introduce basic strings tool
2016-11-11 Davide Italiano[lli] Simplify the code a bit. No functional change...
2016-11-11 Davide Italiano[IR/DataLayout] Simplify the code using PowerOf2Ceil...
next