OSDN Git Service

android-x86/external-llvm.git
2016-02-09 Ehsan AkhgariAdd support for importing and exporting Registry object...
2016-02-09 Chad Rosier[AArch64] Remove redundant calls and clang format....
2016-02-09 Colin LeMahieu[Hexagon] Fixing relocation generation and adding tests.
2016-02-09 Colin LeMahieu[MC] Adding GOTREL expression variant.
2016-02-09 Chad Rosier[AArch64] Hoist now common logic. NFC.
2016-02-09 Chad Rosier[AArch64] Rename variable to make it clear we're mergin...
2016-02-09 Chad Rosier[AArch64] Separage the codegen logic for widening vs...
2016-02-09 Simon Atanasyan[llvm-readobj][ELF] Show MIPS GOT content when there...
2016-02-09 Sanjoy Das[FunctionAttrs] Fix SCC logic around operand bundles
2016-02-09 Kevin EnderbyFix a formatting problems with llvm-size and the -m...
2016-02-09 Chad Rosier[AArch64] Cleanup to simplify logic when widening vs...
2016-02-09 Sanjay Patel[x86] make getOneTrueElt() a helper function ; NFC
2016-02-09 Chad Rosier[AArch64] Rename variable to improve readability. NFC.
2016-02-09 Chad Rosier[AArch64] Remove stale comment.
2016-02-09 Teresa JohnsonFix comment for MD5Hash.
2016-02-09 Simon Pilgrim[X86][AVX2] Fix SIGN_EXTEND vector handling on AVX2...
2016-02-09 Xinliang David LiAdd comments to some tests
2016-02-09 Xinliang David LiFurther reduce test overhead
2016-02-09 Teresa JohnsonRefactor PGO function naming and MD5 hashing support...
2016-02-09 Nick LewyckyUse std::forward to make ErrorOr<T> constructible from...
2016-02-09 Sanjoy Das[GMR/OperandBundles] Teach getModRefBehavior about...
2016-02-09 Richard SmithRemove TrailingObjects::operator delete. It's still...
2016-02-09 David L KreitzerFix the LLVM_ENABLE_MODULES build after adding TargetOp...
2016-02-09 Sanjoy DasAdd an "addUsedAAAnalyses" helper function
2016-02-09 Sanjoy DasRemove SCEVAAWrapperPass from createLegacyPMAAResults...
2016-02-09 Richard SmithRe-commit r259942 (reverted in r260053) with a differen...
2016-02-09 David BlaikieSimplify some expressions involving unique_ptr and...
2016-02-09 Wei MiThis patch is to fix PR26529 caused by r259736.
2016-02-08 Davide Italiano[llvm-nm] Remove excessive parenthesis, noticed by...
2016-02-08 Rong Xu[PGO] Revert r260146 as it breaks Darwin platforms.
2016-02-08 Michael ZolotukhinFactor out UnrollAnalyzer to Analysis, and add unit...
2016-02-08 Simon Pilgrim[X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory...
2016-02-08 Davide Italiano[llvm-nm] Yet another attempt of simplifying code.
2016-02-08 Andrew Kaylor[regalloc][WinEH] Do not mark intervals as not spillabl...
2016-02-08 Justin Bognerllvm-cov: Fix reading gcov data that does not have...
2016-02-08 Justin Bognercmake: Use "set" instead of "option" for LLVM_ENABLE_LTO
2016-02-08 Dan Gohman[WebAssembly] Update the br_if instructions' operand...
2016-02-08 Sanjay Patelrangify; NFC
2016-02-08 Rong Xu[PGO] Differentiate Clang instrumentation and IR level...
2016-02-08 Sanjay Patel[x86] convert masked store of one element to scalar...
2016-02-08 Justin Bognercmake: Accept "thin" or "full" as arguments to -DLLVM_E...
2016-02-08 Xinliang David LiFix build bot failure
2016-02-08 Tom StellardAMDGPU/SI: Implement a work-around for smrd corrupting...
2016-02-08 Hans WennborgAdd triple to h-registers-3.ll to make bots happy after...
2016-02-08 Hans Wennborg[X86] Don't zero/sign-extend i1, i8, or i16 return...
2016-02-08 Tim NorthoverAArch64: match correct order in subtraction pattern.
2016-02-08 Sanjay Patelfix typos; NFC
2016-02-08 Adrian PrantlSimplify this unittest.
2016-02-08 Matt ArsenaultAMDGPU: Remove bfi and bfm intrinsics
2016-02-08 Teresa Johnson[ThinLTO] Remove imported available externally defs...
2016-02-08 Xinliang David Li[PGO] Enable compression in pgo instrumentation
2016-02-08 Silviu Baranga[SCEV][LAA] Re-commit r260085 and r260086, this time...
2016-02-08 Adrian PrantlAdd a unit test for r259973.
2016-02-08 Haicheng Wu[JumpThreading] Change a return of ComputeValueKnownInP...
2016-02-08 Matt ArsenaultSelectionDAG: Lower some range metadata to AssertZext
2016-02-08 Michael Zuckerman[AVX512][PROLQ][PROLD] Change imm8 to int
2016-02-08 Igor Breger[SLP] Fix placement of debug statement (NFC)
2016-02-08 Igor BregerAVX512: Change builtin function name for scalar intrins...
2016-02-08 Silviu BarangaRevert r260086 and r260085. They have broken the memory
2016-02-08 Silviu Baranga[LoopVersioning] Don't assert when there are no memchecks
2016-02-08 Silviu Baranga[SCEV][LAA] Add no wrap SCEV predicates and use use...
2016-02-08 Maxim Ostapenko[asan] Introduce new hidden -asan-use-private-alias...
2016-02-08 Dan Gohman[WebAssembly] Add another optimization idea to README...
2016-02-08 Craig Topper[X86] Change FeatureIFMA string to 'avx512ifma'. Matche...
2016-02-08 Craig Topper[Support] Use hexdigit. NFC
2016-02-08 Craig Topper[Support] Fix the examples and assertion for format_hex...
2016-02-07 NAKAMURA TakumiDisable llvm/test/tools/llvm-profdata/value-prof.profte...
2016-02-07 Simon Pilgrim[X86][SSE] Resolve target shuffle inputs to sentinels...
2016-02-07 Simon Pilgrim[X86][SSE] Regenerate PSHUFB shuffle mask comments...
2016-02-07 Daniel BerlinMake check line consistent
2016-02-07 Nico WeberRevert 259942, r259943, r259948.
2016-02-07 Keno Fischer[docs] Add a note that the Visual Studio C++ tools...
2016-02-07 Philip Reames[docs] Remove now confusing references to cofigure...
2016-02-07 Philip Reames[docs] Wordsmithing to program layout descriptio in...
2016-02-07 Philip Reames[docs] Clarify disk space usage of debug builds
2016-02-07 Roman DivackyFix a typo.
2016-02-07 Philip Reames[docs] Remove a stale and confusing section from Gettin...
2016-02-07 Philip Reames[docs] Update the docs to describe how to build the...
2016-02-07 Simon Pilgrim[X86][SSE] Added support for MOVHPD/MOVLPD + MOVHPS...
2016-02-07 Asaf Badouh[X86][AVX512] add intrinsics of Scalar FP to integer...
2016-02-07 Simon Pilgrim[X86][SSE] Pulled out repeated target shuffle decodes...
2016-02-07 Jeroen KetemaFix typo in default getNoPreservedMask implementation
2016-02-07 Igor BregerAVX512: VPBROADCASTB/W/D/Q from GPR intrinsics implemen...
2016-02-07 Duncan P. N... LangRef: Fix example code for cmpxchg
2016-02-07 Daniel BerlinDon't use module context here. It's unnecessary and...
2016-02-07 Daniel BerlinCompute live-in for MemorySSA
2016-02-07 Daniel BerlinOnly insert into definingblocks once per block
2016-02-06 Simon Pilgrim[X86][AVX2] Regenerated broadcast domain tests
2016-02-06 Simon Pilgrim[X86][SSE] Add tests for MOVHLPS/MOVLHPS shuffle lowering.
2016-02-06 Simon Pilgrim[X86][AVX512] Added support for VPMOVZX shuffle decoding.
2016-02-06 Philip Reames[docs] Warn against slow serial builds
2016-02-06 Justin Lebar[NVPTX] Mark nvvm synchronizing intrinsics as convergent.
2016-02-06 Philip Reames[docs] Redirect new contributors to the right starting...
2016-02-06 Philip Reames[docs] Clarify a couple of getting started issues ident...
2016-02-06 Simon Pilgrim[X86][AVX512] Fixed prefix ordering for lzcnt tests.
2016-02-06 Simon Pilgrim[X86][SSE] Regenerate vector shift tests
2016-02-06 Simon Pilgrim[X86][SSE] Moved shuffle decode CASE macros earlier...
2016-02-06 Simon Pilgrim[X86][SSE] Refactored PMOVZX shuffle decoding to use...
2016-02-06 Teresa Johnson[ThinLTO] Include linkage type in function summary
2016-02-06 Simon Pilgrimline endings fix
next