OSDN Git Service

android-x86/external-llvm.git
2016-12-06 Mandeep Singh... [llvm] Fix D26214: Move error handling out of MC and...
2016-12-06 Philip Reames[LVI] Remove duplicate code using existing helper function
2016-12-06 Davide ItalianoRevert "[SCCP] Remove manual folding of terminator...
2016-12-06 Zijiao MaRefactor TargetParserTests.
2016-12-06 Mehdi AminiIntroduces cmake option `LLVM_DISABLE_ABI_BREAKING_CHEC...
2016-12-06 Matt ArsenaultAMDGPU: Don't required structured CFG
2016-12-06 Bob Haarmanrevert inadvertedly introduced build break
2016-12-05 Weiming ZhaoSummary: Currently there is no way to disable deprecate...
2016-12-05 Kostya Serebryany[libFuzzer] refactor the code to allow collecting featu...
2016-12-05 Tim NorthoverGlobalISel: avoid looking too closely at PHIs when...
2016-12-05 Davide Italiano[SCCP] Remove manual folding of terminator instructions.
2016-12-05 Davide Italiano[TableGen] Centralize/Unify error handling.
2016-12-05 Bob Haarman[pdb] handle missing pdb streams more gracefully
2016-12-05 Tim NorthoverGlobalISel: place constants correctly in the entry...
2016-12-05 Matt ArsenaultAMDGPU: Consolidate inline immediate predicate functions
2016-12-05 Tim NorthoverGlobalISel: handle pointer arguments that get assigned...
2016-12-05 Matt ArsenaultAMDGPU: Minor assembler refactoring
2016-12-05 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-equals-delete...
2016-12-05 Tim NorthoverGlobalISel: translate constants larger than 64 bits.
2016-12-05 Tim NorthoverGlobalISel: make G_CONSTANT take a ConstantInt rather...
2016-12-05 Tim NorthoverGlobalISel: improve translation fallback for constants.
2016-12-05 Tim NorthoverGlobalISel: handle 1-element aggregates during ABI...
2016-12-05 Keno Fischer[LAA] Prevent invalid IR for loop-invariant bound in...
2016-12-05 Michael Kuperstein[X86] Fix non-intrinsic roundss/roundsd to not read...
2016-12-05 Matt ArsenaultAMDGPU: Assembler support for exp
2016-12-05 Matt ArsenaultAMDGPU: Change how exp is printed
2016-12-05 Matt ArsenaultAMDGPU: Refactor exp instructions
2016-12-05 Eric Fiselier[lit] Support custom parsers in parseIntegratedTestScript
2016-12-05 Matthias BraunTableGen/AsmMatcherEmitter: Bring sorting check back...
2016-12-05 Quentin Colombet[AArch64][RegisterBankInfo] Fix typo in the logic used...
2016-12-05 Adrian Prantl[DIExpression] Introduce a dedicated DW_OP_LLVM_fragmen...
2016-12-05 Chris Bieneman[CMake] Fix symlink refactor for multi-configuration...
2016-12-05 Sanjay Patel[TargetLowering] add special-case for demanded bits...
2016-12-05 Sanjay Patel[x86] fold fand (fxor X, -1) Y --> fandn X, Y
2016-12-05 Simon PilgrimUse range based for loop. NFCI.
2016-12-05 Nirav Dave[PPC] Slightly Improve Assembly Parsing errors and...
2016-12-05 Simon Dardis[mips][ias] N32/N64 must not sort the relocation table.
2016-12-05 Simon Pilgrim[X86][SSE] Add support for combining target shuffles...
2016-12-05 Simon Pilgrim[X86][SSE] Add helper function to create UNPCKL/UNPCKH...
2016-12-05 Diana Picus[GlobalISel] Extract handleAssignments out of AArch64Ca...
2016-12-05 Sam Kolton[AMDGPU] Disassembler: fix s_buffer_store_dword instruc...
2016-12-05 Michal Gorny[cmake] Include component in Sphinx install rules
2016-12-05 Matthias BraunTableGen/AsmMatcherEmitter: Trust that stable_sort...
2016-12-05 Matthias BraunTableGen: Some more std::string->StringInit* replacements
2016-12-05 Matthias BraunTableGen/Record: Shortcut member access in hottest...
2016-12-05 Matthias BraunTableGen: TableGenStringKey is no longer necessary...
2016-12-05 Matthias BraunTableGen: Use range based for; reserve vectors where...
2016-12-05 Matthias BraunTableGen/TGParser: Prefer SmallVector/ArrayRef over...
2016-12-05 Matthias BraunTableGen/Record: Replace std::vector with SmallVector...
2016-12-05 Matthias BraunListInit::convertInitializerTo: avoid foldingset lookup...
2016-12-05 Craig Topper[X86] Remove unnecessary explicit uses of .SimpleTy...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use StringInit instead of std::string for...
2016-12-05 Matthias BraunTableGen: Use more StringInit instead of StringRef
2016-12-05 Craig Topper[AVX-512] Teach fast isel to handle 512-bit vector...
2016-12-05 Kuba MracekUse Darwin libtool's -no_warning_for_no_symbols if...
2016-12-05 Matthias BraunTableGen: Factor out STRCONCAT constructor, add shortcut.
2016-12-05 Matthias BraunTableGen/Record: Move PointerIntPair to less used field...
2016-12-05 Colin LeMahieu[Hexagon] Adding additional tokenization characters...
2016-12-05 Craig Topper[AVX-512] Teach fast isel to use masked compare and...
2016-12-05 Craig Topper[AVX-512] Add avx512f command lines to fast isel SSE...
2016-12-05 Colin LeMahieu[Hexagon] Changing from literal numeric value to argume...
2016-12-05 Chris Bieneman[CMake] Refactor add_llvm_tool_symlink for reuse
2016-12-04 Simon Pilgrim[X86][XOP] Add target shuffle tests showing missing...
2016-12-04 Simon Pilgrim[X86][AVX512] Add target shuffle tests showing missing...
2016-12-04 Craig Topper[X86] Mark 256-bit DPPS intrinsic as commutable to...
2016-12-04 Craig Topper[X86] Add Commutative property to several MMX arithmeti...
2016-12-04 Michael Gottesman[stl-extras] Provide an adaptor of std::count for ranges.
2016-12-04 Dylan McKay[AVR] Remove 'XFAIL' from a CodeGen test
2016-12-04 Rafael EspindolaAlways use / as the path separator.
2016-12-04 Rafael EspindolaPrefix path when displaying thin archives.
2016-12-04 Matthias BraunTableGen: Store Records on a BumpPtrAllocator
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Matthias BraunTableGen: Optimize common string concatenation with...
2016-12-04 Matthias BraunTableGen: Use StringRef instead of const std::string...
2016-12-04 Lang Hames[Object][MachO] Reference-ify some helper function...
2016-12-03 Dan Gohman[MC] Generalize MCContext's SectionSymbols field.
2016-12-03 Matt ArsenaultDAG: Fold out out of bounds insert_vector_elt
2016-12-03 Dan Gohman[WebAssembly] Eliminate an ad-hoc command-line argument.
2016-12-03 Saleem AbdulrasoolAMDGPU: remove a couple of unused variables
2016-12-03 Saleem Abdulrasoolbuild: allow specifying the component to `llvm_install_...
2016-12-03 Justin Lebar[PM] Rename lookupPass to lookUpPass.
2016-12-03 Justin Lebar[PM] Get rid of an unused variable in AnalysisManager...
2016-12-03 Justin Lebar[PM] Consistently use curly braces rather than std...
2016-12-03 Justin Lebar[PM] Don't walk the AM's ResultsList if nothing was...
2016-12-03 Justin Lebar[PM] Make AnalysisManager::registerPass take its parame...
2016-12-03 Justin Lebar[PM] Make PassManager's constructor explicit.
2016-12-03 Justin Lebar[PM] Make PreservedAnalyses::preserved take its paramet...
2016-12-03 Craig Topper[AVX-512] Add many of the VPERM instructions to the...
2016-12-03 Matt ArsenaultAMDGPU: Clean up struct initializers
2016-12-03 Sanjay Patel[InstSimplify] add more helper functions for SimplifyIC...
2016-12-03 Sanjay Patel[InstSimplify] add helper functions for SimplifyICmpIns...
2016-12-03 Craig Topper[AVX-512] Add EVEX VPMADDUBSW and VPMADDWD to the load...
2016-12-03 Sanjay Patel[InstCombine] change select type to eliminate bitcasts
2016-12-03 Craig Topper[X86] Fix VEX encoded VPMADDUBSW to not be marked commu...
2016-12-03 Craig Topper[X86] Add test cases demonstrating where we incorrectly...
2016-12-03 Michael KupersteinRemove stale comment. NFC.
2016-12-03 Haicheng Wu[TTI/CostModel] Correct the way getGEPCost() calls...
2016-12-03 Kostya Serebryany[sanitizer-coverage] use IRB.SetCurrentDebugLocation...
2016-12-03 Matthias Brauntestcase only works in a debug build
next