OSDN Git Service

android-x86/external-llvm.git
2016-11-14 Tim NorthoverARM: sort register lists by encoding in push/pop instru...
2016-11-14 Michael KupersteinGive SLP vectorizer credit where it's due.
2016-11-14 Sean Fertile[PPC] Add intrinsic mapping to the xscvhpsp instruction
2016-11-14 Adam Nemet[opt-viewer] Don't fail with remarks without debug...
2016-11-14 Changpeng FangAMDGPU/SI: Support data types other than V4f32 in image...
2016-11-14 Zvi Rackover[X86] Adding reproducer for pr30981
2016-11-14 Zachary Turner[PDB] Add documentation for the DBI Stream.
2016-11-14 Zachary Turner[PDB] Add documentation for the PDB Stream.
2016-11-14 Bob WilsonUse _Unwind_Backtrace on Apple platforms.
2016-11-14 Adrian PrantlTypo
2016-11-14 Teresa JohnsonRestore "[ThinLTO] Prevent exporting of locals used...
2016-11-14 Sumanth Gundapaneni[Hexagon] Remove unsafe load instructions that affect...
2016-11-14 Stephan BergmannHandle non-inlined clang::Type::getAs specializations...
2016-11-14 Teresa Johnson[ThinLTO] Make inline assembly handling more efficient...
2016-11-14 Simon Pilgrim[CostModel][X86] Added mul costs for vXi8 vectors
2016-11-14 Simon Pilgrim[X86][AVX] Fixed v16i16/v32i8 ADD/SUB costs on AVX1...
2016-11-14 Sean Fertile[PPC] add intrinsics for vec extract exp/significand...
2016-11-14 Aaron BallmanReverting r285406, which was a temporary workaround...
2016-11-14 Renato GolinRevert "llvm-strings: support printing the filename"
2016-11-14 Simon PilgrimRemove redundant condition (PR28352) NFCI.
2016-11-14 James Molloy[InlineCost] Remove skew when calculating call costs
2016-11-14 Simon PilgrimRemove redundant condition (PR28800) NFCI.
2016-11-14 Diana PicusGlobalISel: Fix indentation. NFC
2016-11-14 Pablo Barrio[JumpThreading] Prevent non-deterministic use lists
2016-11-14 Diana PicusGlobalISel: Fix typos. NFC
2016-11-14 Eric FiselierAdd explicit (void) cast to unused unique_ptr::release...
2016-11-14 Saleem AbdulrasoolDemangle: only demangle mangled symbols
2016-11-14 Craig Topper[AVX-512] Add suffixless aliases for EVEX encoded vcvts...
2016-11-14 Craig Topper[X86] Cleanup 'x' and 'y' mnemonic suffixes for vcvtpd2...
2016-11-14 Craig Topper[AVX-512] Remove and autoupgrade masked dword/qword...
2016-11-13 Sanjoy Das[LangRef] Drop misleading anecdote
2016-11-13 Saleem Abdulrasooltest: remove the archive before modifying it
2016-11-13 Saleem Abdulrasoolllvm-cxxfilt: support reading from stdin
2016-11-13 Sanjay Patel[ValueTracking] recognize even more variants of smin...
2016-11-13 Craig Topper[AVX-512] Fix a disassembler failure for AVX-512 vcmpss...
2016-11-13 Saleem Abdulrasooltest: synchronise lit substitutions
2016-11-13 Sanjay Patel[ValueTracking] move min/max matching to helper functio...
2016-11-13 Craig Topper[X86][IR] Reduce the number of full string comparisons...
2016-11-13 Saleem Abdulrasoolllvm-strings: support printing the filename
2016-11-13 Matt ArsenaultAMDGPU: Implement SGPR spilling with scalar stores
2016-11-13 Igor Bregerrevert commit r286761, some builds failed on Win platforms
2016-11-13 Simon Pilgrim[X86][SSE] Add zero lower 32-bits test case for PR30845
2016-11-13 Simon Pilgrim[X86][AVX512] Add masked VPMOZX test case for PR26762
2016-11-13 Simon Pilgrim[X86][SSE] Add additional test case for PR30845
2016-11-13 Ayman Musa[X86][AVX512] Removing llvm x86 intrinsics for _mm_mask...
2016-11-13 Ayman Musa[X86][AVX512] Add patterns for all variants of VMOVSS...
2016-11-13 Craig Topper[InstCombine][AVX-512] Teach InstCombineCalls to handle...
2016-11-13 Craig Topper[AVX-512] Add unmasked intrinsics for variable shifts...
2016-11-13 Konstantin... [AMDGPU] Add f16 support (VI+)
2016-11-13 Peter CollingbourneBitcode: Change module reader functions to return an...
2016-11-13 Peter CollingbourneAnalysis: Simplify the ScalarEvolution::getGEPExpr...
2016-11-13 Peter CollingbourneBitcode: More precise casting. NFCI.
2016-11-13 Peter CollingbourneIR: Change the Type::get{Array,Vector,Pointer}ElementTy...
2016-11-13 Craig Topper[AVX-512] Move masked shift intrinsics tests to the...
2016-11-13 Craig Topper[InstCombine][AVX-512] Expand vector shift handling...
2016-11-13 Sanjay Patel[x86] add smin/smax with zero tests
2016-11-12 Simon Pilgrim[X86][SSE] Add test case for PR30845
2016-11-12 Lang Hames[ORC] Remove the 'const' qualifier from the member...
2016-11-12 Saleem Abdulrasooltest: explicitly use gnu format
2016-11-12 Saleem Abdulrasoolllvm-strings: trivialise logic until we support more...
2016-11-12 Craig Topper[AVX-512] Remove the remaining masked shift by immediat...
2016-11-12 Zachary Turner[Support] Add StringRef::find_lower and contains_lower.
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
next