OSDN Git Service

android-x86/external-llvm.git
2016-10-25 Peter CollingbourneGlobalDCE: Restore a statement accidentally removed...
2016-10-25 Matthias BraunMachineInstrBundle: Pass iterators to getBundle(Start...
2016-10-25 Peter CollingbourneIR: Deduplicate getParent() functions on derived classe...
2016-10-25 Kostya Serebryany[libFuzzer] simplify the code for use_cmp, also use...
2016-10-25 Peter CollingbourneGlobalDCE: Deduplicate code. NFCI.
2016-10-25 Sanjay Patel[InstCombine] auto-generate checks
2016-10-25 Sanjay Patel[InstCombine] auto-generate checks
2016-10-25 Dan Gohman[WebAssembly] Reorder load/store operands to match...
2016-10-25 Vedant Kumar[llvm-cov] Do not print out the filename of the object...
2016-10-24 Dan Gohman[WebAssembly] Implement more WebAssembly binary encoding.
2016-10-24 Matthias BraunCodeGen/Passes: Pass MachineFunction as functor arg...
2016-10-24 Sanjay Patel[InstCombine] regenerate some checks
2016-10-24 Justin Bognercmake: Rename installhdrs to install-llvm-headers and...
2016-10-24 Eli FriedmanFix regression from my recent GlobalsAA fix.
2016-10-24 Simon Pilgrim[SelectionDAG] Update ComputeNumSignBits SRA/SHL handle...
2016-10-24 Justin Bognercmake: Make /usr/share/cmake installable with LLVM_DIST...
2016-10-24 Matthias BraunUse MachineInstr::mop_iterator instead of MIOperands...
2016-10-24 Kevin Enderbynother additional error check for an invalid Mach-O...
2016-10-24 Simon PilgrimUse SDValue::getConstantOperandVal() helper. NFCI.
2016-10-24 Vedant Kumar[pbqp] unique_ptr-ify (Vector|Matrix)::Data, NFC.
2016-10-24 Vedant Kumar[pbqp] Delete some dead code, NFC.
2016-10-24 Dan Gohman[WebAssembly] Fix a broken URL.
2016-10-24 Dan Gohman[WebAssembly] Define the `end` opcode value.
2016-10-24 Dan Gohman[WebAssembly] Update opcode values according to recent...
2016-10-24 Dan Gohman[WebAssembly] Add an option to make get_local/set_local...
2016-10-24 Davide ItalianoMerge two if conditions into one. NFCI.
2016-10-24 Peter CollingbourneTarget: Change various section classifiers in TargetLow...
2016-10-24 Sanjay Patel[x86] add tests for {-1,0,1} select of constants
2016-10-24 Mandeep Singh... [llvm] Remove redundant --check-prefix=CHECK from tests
2016-10-24 Peter CollingbourneCodeGen: Do not add a global's address space to the...
2016-10-24 Adrian Prantladd-discriminators: Fix handling of lexical scopes.
2016-10-24 Benjamin KramerClarify that MSVC is not the issue here anymore.
2016-10-24 Krzysztof ParzyszekRevert r284972 and remove other defaulted copy/move...
2016-10-24 Ehsan Amiri[PPC] Generate positive FP zero using xor insn instead...
2016-10-24 Hans WennborgReleaseNotes: mention new compiler requirements
2016-10-24 Eli FriedmanRevert r284580+r284917. ("Synthesize TBB/TBH instructions")
2016-10-24 Simon PilgrimRemoved FIXME from include ordering comment
2016-10-24 Rong XuCheck the number of Args in LibCallsShrinkWrap.
2016-10-24 Evandro Menezes[AArch64] Optionally use the Newton series for reciproc...
2016-10-24 Justin Lebar[ADT] static_assert that SmallDenseMap is instantiated...
2016-10-24 Geoff Berry[EarlyCSE] Optimize MemoryPhis and reduce memory clobbe...
2016-10-24 Ehsan Amiri[PPC] Better codegen for AND, ANY_EXT, SRL sequence
2016-10-24 Sanjay Patel[x86] regenerate checks
2016-10-24 Nicolai HaehnleAMDGPU: Fix Two Address problems with v_movreld
2016-10-24 Nico WeberRevert 284971.
2016-10-24 Nirav Dave[MC] Fix Various End Of Line Comment checkings
2016-10-24 Pavel Labath[Chrono] Fix !HAVE_FUTIMENS build
2016-10-24 Pavel LabathRemove unused #includes of TimeValue.h. NFC.
2016-10-24 Pavel Labath[Object] Replace TimeValue with std::chrono
2016-10-24 Joel JonesAArch64 ILP32 relocations for assembly and ELF
2016-10-24 Krzysztof Parzyszek[RDF] Add default move constructors/assignment operators
2016-10-24 Pablo Barrio[JumpThreading] Unfold selects that depend on the same...
2016-10-24 Simon PilgrimFix windows builds by swapping windows.h and wincrypt...
2016-10-24 Pavel LabathRemove TimeValue usage from llvm/Support
2016-10-24 Simon Dardis[mips] synci microMIPS instruction definition.
2016-10-24 Hal Finkel[llvm-opt-report] Fix unroll-count reporting
2016-10-24 Craig Topper[AVX-512] Remove masked pmin/pmax intrinsics and autoup...
2016-10-23 Sanjay Patel[DAG] enhance computeKnownBits to handle SRL/SRA with...
2016-10-23 Simon PilgrimUse SDValue::getConstantOperandVal() helper. NFCI.
2016-10-23 Justin LebarRemove LLVM_CONSTEXPR.
2016-10-23 Simon Pilgrim[CostModel][X86] Added tests for current integer signed...
2016-10-23 Simon Pilgrim[X86][SSE] Add SSE41/AVX1 costs for vector shifts.
2016-10-23 Simon Pilgrim[CostModel][X86] Added tests for current integer trunc...
2016-10-23 Simon PilgrimUse APInt::isAllOnesValue instead of popcnt. NFCI.
2016-10-22 Dylan McKay[AVR] Add the machine code disassembler
2016-10-22 Simon Pilgrim[X86][AVX512VL] Added support for combining target...
2016-10-22 Simon Pilgrim[X86][AVX512] Added support for combining target shuffl...
2016-10-22 Brian Gesiak[lit] Add more testing instructions to README
2016-10-22 James Molloy[ARM] Fix crash in ConstantIslands
2016-10-22 Zvi Rackover[X86] Apply the Update LLC Test Checks tool on the...
2016-10-22 Craig Topper[X86] Add support for printing shuffle comments for...
2016-10-22 Craig Topper[X86] Add support for lowering v4i64 and v8i64 shuffles...
2016-10-22 Craig Topper[X86] Remove unnecessary AVX2 check that was already...
2016-10-22 Craig Topper[X86] Remove 128-bit lane handling from the main loop...
2016-10-22 Simon Pilgrim[X86][SSE] Use getConstVector helper for VPERMV mask...
2016-10-22 Daniel BerlinNow that VS2013 is gone, make a memoryssa structure...
2016-10-22 Kostya Serebryany[libFuzzer] mutation: insert the size of the input...
2016-10-22 Gerolf Hoflehner[BasicAA] Fix - missed alias in GEP expressions
2016-10-22 Davide Italiano[CtorUtils] Modernize. No functional changes intended.
2016-10-22 Kostya Serebryany[libFuzzer] typo in a test
2016-10-22 Kostya Serebryany[libFuzzer] add a test for asan's strict_string_checks=1
2016-10-21 David L. JonesFix map insertion that is elided in release build.
2016-10-21 Sanjay Patel[x86] add test for missing vector SRA combine via compu...
2016-10-21 Justin Lebar[ADT] Don't rely on string literals not being convertib...
2016-10-21 Konstantin... [AMDGPU] Perform uchar to float combine for ISD::SINT_TO_FP
2016-10-21 Justin LebarSwitch SmallSetVector to use DenseSet when it overflows...
2016-10-21 Justin BognerSupport: Annotate Error and Expected<> with LLVM_NODISCARD
2016-10-21 Bob Haarmanfixed typo in InstrProf.h; NFC
2016-10-21 Justin Lebar[ADT] Get rid of use of LLVM_NOEXCEPT in CachedHashStri...
2016-10-21 Tom StellardAMDGPU/SI: Fix crash caused by r284267
2016-10-21 Sanjay Patel[DAG] enhance computeKnownBits to handle SHL with vecto...
2016-10-21 Justin Lebar[ADT] Compare strings' hashes first before comparing...
2016-10-21 Justin Lebar[ADT] Add CachedHashString.
2016-10-21 Justin Lebar[IR] Add DenseMapInfo<CallSite>.
2016-10-21 Li Huang[SCEV] Memoize visitMulExpr results in SCEVRewriteVisitor.
2016-10-21 Kevin EnderbyFix a bug in the code of llvm-cxxdump in dumpArchive...
2016-10-21 Kostya Serebryany[libFuzzer] mention one more trophie
2016-10-21 Peter CollingbourneAnalysis: Move llvm::getConstantRangeFromMetadata to...
2016-10-21 Peter CollingbourneX86: Improve BT instruction selection for 64-bit values.
2016-10-21 Simon Pilgrim[X86][AVX512BWVL] Added support for lowering v16i16...
next