OSDN Git Service

android-x86/external-llvm.git
2017-05-29 Ayal Zaks[Docs] Add VectorizationPlan to docs/Proposals.
2017-05-29 Benjamin KramerTry to work around MSVC being buggy. Attempt #1.
2017-05-29 Benjamin Kramer[Timer] Move DefaultTimerGroup into a ManagedStatic.
2017-05-29 Benjamin Kramer[ManagedStatic] Add a way to pass custom creators/deleters.
2017-05-29 Sanjay Patel[DAGCombiner] fix load narrowing transform to exclude...
2017-05-29 Jonas Paulsson[SystemZ] Improve buildVector() in SystemZISelLowering...
2017-05-29 Mattias ErikssonTest commit: fix typos
2017-05-29 Nikolai Bozhenov[Nios2] Target registration
2017-05-29 Diana Picus[ARM] GlobalISel: Extract helper. NFCI.
2017-05-29 Hiroshi Inoue[trivial] fix a typo in comment, NFC
2017-05-29 Diana Picus[ARM] GlobalISel: Support array returns
2017-05-29 Hiroshi Inoue[PPC] Fix assertion failure during binary encoding...
2017-05-29 Diana Picus[ARM] GlobalISel: Support array parameters/arguments
2017-05-29 Mehdi AminiDebugInfo: Include .dwo file name when hashing multiple...
2017-05-29 Mehdi AminiDebugInfo: Omit an empty CU when a subprogram was moved...
2017-05-29 Tobias GrosserRevert "[IfConversion] Keep the CFG updated incremental...
2017-05-29 Mehdi AminiRevert "DebugInfo: Omit an empty CU when a subprogram...
2017-05-29 Mehdi AminiRevert "DebugInfo: Include .dwo file name when hashing...
2017-05-29 Zachary TurnerDon't capture a temporary std::string in a StringRef.
2017-05-29 Zachary TurnerResubmit "[X86] Adding new LLVM TableGen backend that...
2017-05-29 Zachary TurnerRevert "[X86] Adding new LLVM TableGen backend that...
2017-05-29 Galina KistanovaDisabled implicit-fallthrough warnings for ConvertUTF...
2017-05-29 David BlaikieDebugInfo: Include .dwo file name when hashing multiple...
2017-05-29 David BlaikieAttempt to fix buildbots...
2017-05-29 Saleem AbdulrasoolSupport: adjust the default obj format for wasm
2017-05-29 Dylan McKay[AVR] Remove SREG from CPI's Uses; authored by Florian...
2017-05-28 Craig Topper[TableGen][X86] Fix formatting I accidentally messed...
2017-05-28 Erik Pilkington[ItaniumDemangle] Fix a exponential string copying bug
2017-05-28 NAKAMURA TakumiPrune trailing whitespace. (To regenerate makefiles)
2017-05-28 David BlaikieDebugInfo: Omit an empty CU when a subprogram was moved...
2017-05-28 Geoff Berry[AArch64][Falkor] Combine sched details files into...
2017-05-28 Geoff Berry[AArch64][Falkor] Fix some sched details.
2017-05-28 Craig Topper[TableGen][X86] Use CHAR_BIT with sizeof instead of...
2017-05-28 Craig Topper[TableGen][X86] Mark a couple global tables as const...
2017-05-28 Craig Topper[TableGen][X86] Improve formatting of the fold table...
2017-05-28 Craig Topper[TableGen][X86] Add an llvm_unreachable to a switch...
2017-05-28 Craig Topper[TableGen][X86] Remove unnecessary std::string creation...
2017-05-28 Craig Topper[TableGen][X86] Replace a global std::vector with a...
2017-05-28 Craig Topper[TableGen][X86] getValueAsString returns a std::string...
2017-05-28 Sanjay Patel[x86] auto-generate better checks; NFC
2017-05-28 Benjamin Kramer[InstrProf] Use more ArrayRef/StringRef.
2017-05-28 Ayman Musa[X86] Adding new LLVM TableGen backend that generates...
2017-05-28 Ayman Musa[X86] Adding FoldGenRegForm helper field (for memory...
2017-05-28 Oren Ben Simhon[X86] Fixing VPOPCNTDQ feature set lookup.
2017-05-28 Galina KistanovaReverted r304083 as it seems there is a desire to addre...
2017-05-28 Galina KistanovaAdded braces to address gcc warning: suggest explicit...
2017-05-27 David BlaikieDebugInfo: Add source code/build instructions for split...
2017-05-27 Gor NishanovCloning: Fix debug info cloning
2017-05-27 George RimarRecommit "[DWARF] - Make collectAddressRanges() return...
2017-05-27 Craig Topper[TableGen] Prevent DagInit from leaking its Args and...
2017-05-27 Craig Topper[TableGen] Use the correct type for the first template...
2017-05-27 Tobias Grosser[SCEV] Assume parameters coming from function calls...
2017-05-27 Sanjay Patel[DAGCombiner] use narrow load to avoid vector extract
2017-05-27 Craig Topper[TableGen] Remove all the static vectors named TheActua...
2017-05-27 Gor Nishanov[coroutines] Define getPassName() for coroutine passes
2017-05-27 Vitaly Buka[PartialInlining] Replace delete with unique_ptr in...
2017-05-27 Gor NishanovScalarEvolution unit test: fix typo that breaks check-all
2017-05-27 Adam NemetRearrange Dom unittest to accommodate multiple tests
2017-05-27 Adam Nemetclang-format DomTree unittest
2017-05-27 Matthias BraunAArch64/PEI: Do not add reserved regs to liveins
2017-05-27 Keno Fischer[SCEVExpander] Try harder to avoid introducing inttoptr
2017-05-27 Matthias BraunScheduleDAGInstrs: Fix fixupKills()
2017-05-27 Erik Pilkington[Demangler] copy changes made in libcxxabi's r303718...
2017-05-27 Quentin Colombet[AArch64][GlobalISel] Add the Localizer pass for the...
2017-05-27 Quentin Colombet[GlobalISel] Add a localizer pass for target to use
2017-05-27 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-05-27 Matthias BraunBranchRelaxation: computeLiveIns() after creating new...
2017-05-26 Matthias BraunAArch64: Fix cmpxchg O0 expansion
2017-05-26 Bob Haarman[llvm-pdbdump] pdb2yaml: add an -all option to dump...
2017-05-26 Peter CollingbourneBitcode: Remove some dead code. Spotted by Teresa.
2017-05-26 Craig Topper[InstSimplify] Push commuted op checks for and/or of...
2017-05-26 Alexei Starovoitov[bpf] disallow global_addr+off folding
2017-05-26 David BlaikieFix test broken by r304020
2017-05-26 Davide Italiano[Mips] Placate GCC's -Wmisleading-indentation. NFCI.
2017-05-26 Davide Italiano[lib/LTO] Don't reinvent the code for switching linkage.
2017-05-26 Matthias BraunLivePhysRegs: Rework constructor + documentation; NFC
2017-05-26 Matthias BraunLivePhysRegs: Doxygen cleanup; NFC
2017-05-26 Matthias BraunLivePhysRegs: Add default for removeRegsInMask(Clobbers...
2017-05-26 Matthias BraunMachineVerifier: Remove unused set; NFC
2017-05-26 Sumanth Gundapaneni[Hexagon] Cleanup of unused function isCalleeSaveReg...
2017-05-26 Vitaly Bukaallow_user_segv_handler was already removed
2017-05-26 Konstantin... Resubmit r303859 with test fixed.
2017-05-26 Benjamin KramerMake helper functions static. NFC.
2017-05-26 Frederich MunchFix the ManagedStatic list ordering when using DynamicL...
2017-05-26 Craig Topper[InstSimplify] Move a variable declaration to make...
2017-05-26 Craig Topper[InstSimplify] Use commutable matchers to shorten some...
2017-05-26 Craig Topper[InstSimplify] Use m_APInt instead of m_ConstantInt...
2017-05-26 David BlaikieDebugInfo: Do not emit empty CUs
2017-05-26 Peter CollingbournePMB: Run the whole-program-devirt pass during LTO at...
2017-05-26 Craig Topper[InstCombine] Pass the DominatorTree, AssumptionCache...
2017-05-26 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Corrected encoding of flat_scratch...
2017-05-26 George RimarRevert r304002 "[DWARF] - Make collectAddressRanges...
2017-05-26 Roger Ferrer... Revert "Export the required symbol from DynamicLibraryT...
2017-05-26 David BlaikieDebugInfo: Don't include locations for debug-having...
2017-05-26 Tom StellardAMDGPU/GlobalISel: Mark 32-bit float constants as legal
2017-05-26 George Rimar[DWARF] - Make collectAddressRanges() return section...
2017-05-26 Matthias BraunLivePhysRegs: Fix addLiveOutsNoPristines() for return...
2017-05-26 Sam Kolton[AMDGPU] SDWA: add disassembler support for GFX9
2017-05-26 Sanjay Patel[DAGCombiner] use narrow vector ops to eliminate concat...
2017-05-26 Nirav Dave[DAG] Move legal type checks in store merge to be check...
next