OSDN Git Service

android-x86/external-llvm.git
2016-02-02 Oliver StannardRefactor backend diagnostics for unsupported features
2016-02-02 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVQ (load) shuff...
2016-02-02 JF BastienWebAssembly: add option to disable register coloring
2016-02-02 Sjoerd MeijerRemoved FeatureVFPOnlySP from the Cortex-R7 processor...
2016-02-02 David Majnemer[RegisterCoalescer] Better DebugLoc for reMaterializeTr...
2016-02-02 Chandler Carruth[LCG] Build an edge abstraction for the LazyCallGraph...
2016-02-02 Philip Reames[LVI] Introduce an intersect operation on lattice values
2016-02-02 Kostya Serebryany[libFuzzer] allow passing 1 or more files as individual...
2016-02-02 Matthias BraunMachineVerifier: Use report_context() instead of ad...
2016-02-02 Sanjoy Das[X86] Fix a bug in getMemOpBaseRegImmOfs
2016-02-02 Kostya Serebryany[libFuzzer] fail if the corpus dir does not exist
2016-02-02 Ahmed Bougacha[X86][FastISel] Don't force Nearest-Even rounding for...
2016-02-02 Ahmed Bougacha[X86] Don't force Nearest-Even rounding for VCVTPS2PH...
2016-02-02 Anna Zaks[safestack] Make sure the unsafe stack pointer is poppe...
2016-02-02 Philip Reames[LVI] Fix a latent bug in getValueAt
2016-02-01 Sanjay Patelfix typos; NFC
2016-02-01 Philip Reames[LVI] Missing test case from 259432
2016-02-01 Teresa JohnsonAdd test for PR26419 (stable function summary ordering)
2016-02-01 Philip Reames[LVI] Remove overly tight assert from 259429
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVD (load) shuff...
2016-02-01 Philip Reames[LVI] Add select handling
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VMOVSD/VMOVSS...
2016-02-01 Sanjay Patelfunction names start with a lowercase letter; NFC
2016-02-01 Sanjay Patel[InstCombine] simplify masked scatter/gather intrinsics...
2016-02-01 Simon Pilgrim[X86][AVX512] Add support for AVX512 VINSERTPS shuffle...
2016-02-01 Matthias BraunSmallSet/SmallPtrSet: Refuse huge Small numbers
2016-02-01 Simon Pilgrim[X86][SSE] Regenerated load vector + element extraction...
2016-02-01 Chad RosierMove comments a bit closer to associated code. NFC.
2016-02-01 Simon Pilgrim[X86][SSE] Add AVX512 merge consecutive load tests
2016-02-01 Simon PilgrimRegenerate vector blend tests.
2016-02-01 Simon PilgrimRegenerate vector sext/zext constant folding tests.
2016-02-01 Jun Bum LimAvoid inlining call sites in unreachable-terminated...
2016-02-01 Chad RosierRemove extra semicolon. NFC.
2016-02-01 Sanjoy Das[SCEV] Clean up isKnownPredicateViaConstantRanges;...
2016-02-01 Sanjoy Das[SCEV] Rename isKnownPredicateWithRanges; NFC
2016-02-01 Rafael EspindolaFix infinite recursion in MCAsmStreamer::EmitValueImpl.
2016-02-01 Teresa Johnson[ThinLTO] Ensure function summary output order is stable
2016-02-01 Rafael EspindolaAdd a test for r258362.
2016-02-01 Sanjay Patel[InstCombine] simplify masked store intrinsics with...
2016-02-01 Davide Italiano[llvm-nm] Simplify the code a bit. NFCI.
2016-02-01 Balaram MakamAArch64: Implement missed conditional compare sequences.
2016-02-01 Matthew SimpsonAdd test case missing from r259357 (NFC)
2016-02-01 Geoff Berry[AArch64] Simplify prolog/epilog callee save/restore...
2016-02-01 Ulrich Weigand[SystemZ] Fix wrong-code generation for certain always...
2016-02-01 Colin LeMahieu[NFC] Referencing manual for reason why subregbit is...
2016-02-01 Sanjay Patelfix broken check lines
2016-02-01 David Majnemer[InstCombine] Don't transform (X+INT_MAX)>=(Y+INT_MAX...
2016-02-01 Jun Bum Lim[ValueTracking] Improve isKnownNonZero for PHI of non...
2016-02-01 Sanjay Patel[InstCombine] simplify masked load intrinsics with...
2016-02-01 Geoff Berry[PrologEpilogInserter] Add some debug output for callee...
2016-02-01 Geoff Berry[AArch64] Simplify callee-save register save/restore...
2016-02-01 Matthew Simpson[LV] Rename RdxPHIsToFix to PHIsToFix (NFC)
2016-02-01 Asaf Badouh[X86][AVX512VBMI] add encoding and intrinsics for Multi...
2016-02-01 Vasileios Kalintiris[mips] Split large test file into 3 smaller ones.
2016-02-01 Daniel Sanders[mips] Range check uimm16 and fix several bugs this...
2016-02-01 Amjad AboudImproved macro emission in dwarf.
2016-02-01 Matthew SimpsonReapply commit r258404 with fix.
2016-02-01 JF BastienWebAssembly NFC: simplify control flow
2016-02-01 Ewan CrawfordDWARF RenderScript vendor extension
2016-02-01 Igor BregerAVX512: fix mask handling for gather/scatter/prefetch...
2016-02-01 Simon Pilgrim[X86][SSE] Find source of the inserted element of INSERTPS
2016-02-01 Igor BregerAVX512 : Fix SETCCE lowering for KNL 32 bit.
2016-02-01 Frederic Riss[dsymutil] Skip mach-o paired relocations
2016-02-01 David Majnemer[X86] Cleanup the WinEHState pass
2016-02-01 Frederic Riss[dsymutil] Support scattered relocs.
2016-02-01 David MajnemerRevert r258580 and r258581.
2016-02-01 Craig Topper[TableGen] Store result of getInstructionsByEnumValue...
2016-01-31 Frederic Riss[MCDwarf] Fix encoding of line tables with weird custom...
2016-01-31 Craig TopperRemove utostr_32 as it has no uses anymore.
2016-01-31 Craig TopperReplace usages of llvm::utostr_32 with just llvm::utost...
2016-01-31 Craig TopperMerge utohex_buffer into utohexstr, it's only caller...
2016-01-31 Sanjay Pateladd helper function for minnum/maxnum ; NFC
2016-01-31 Sanjay Pateluse range-based for loop; NFC
2016-01-31 Sanjay Patelfix formatting; NFC
2016-01-31 Sanjay Patelsimplify; NFC
2016-01-31 Sanjay Patelclean up; NFC
2016-01-31 JF BastienWebAssembly: more failures are gone
2016-01-31 JF BastienWebAssembly: update expected failures
2016-01-31 Frederic Riss[dsymutil] Fix FileCheck command.
2016-01-31 Frederic Riss[dsymutil] Fix handling of common symbols.
2016-01-31 Frederic Riss[dsymutil] Allow debug map mappings with no object...
2016-01-31 Tim Shen[SelectionDAG] Eliminate exponential behavior in WalkCh...
2016-01-31 Craig TopperNo need to use utostr/utohexstr when writing into a...
2016-01-31 Craig TopperShrink character buffer size in raw_ostream::write_hex...
2016-01-31 Craig TopperUse std::end instead of repeating buffer sizes.
2016-01-31 Craig TopperConvert int to Twine instead of using utostr since...
2016-01-30 Jingyue Wu[doc] improve the doc for CUDA
2016-01-30 Derek Schuff[WebAssembly] Fix uses of FrameIndex as store values
2016-01-30 JF BastienWebAssembly: don't optimize frameindex store
2016-01-30 JF BastienWebAssembly NFC: fix build warning
2016-01-30 Gerolf Hoflehner[BasicAA] NFC - revised comment for function adjustToPo...
2016-01-30 Gerolf Hoflehner[BasicAA] Fix for missing must alias (D16343)
2016-01-30 Gerolf Hoflehner[BasicAA] Update on r259290 - added missing cast
2016-01-30 Matt ArsenaultAMDGPU: Fix emitting invalid workitem intrinsics for HSA
2016-01-30 Matt ArsenaultAMDGPU: Stop checking intrinsics not used by HSA for...
2016-01-30 Matt ArsenaultInstCombine: fabs(x) * fabs(x) -> x * x
2016-01-30 Dan Gohman[WebAssembly] Refine block placement to insert blocks...
2016-01-30 Matt ArsenaultAMDGPU: Add new amdgcn workitem intrinsics
2016-01-30 Justin BognerRemove references to *.h.in files and some autoconf...
2016-01-30 Justin BognerRemove *.h.in - these were only used by the autoconf...
next