OSDN Git Service

android-x86/external-llvm.git
2017-05-22 Vitaly Buka[CodeGen] Fix uninitialized variables exposed by r303084
2017-05-22 Tim NorthoverInstructionSimplify: don't speculate about Constants...
2017-05-22 Evgeniy StepanovInfer relocation model from module flags in relocatable...
2017-05-22 Zachary TurnerImplement various flavors of type merging.
2017-05-22 Zachary TurnerMake TypeSerializer's StringMap use the same allocator.
2017-05-22 Adrian PrantlDon't generate line&scope debug info for meta-instructions.
2017-05-22 Teresa JohnsonFix update VP metadata after inlining for instrumentati...
2017-05-22 Krzysztof Parzyszek[Hexagon] Fix definitions of vector predicate loads...
2017-05-22 Craig Topper[DataLayout] Add llvm_unreachable to the default of...
2017-05-22 Adrian PrantlRevert "Don't generate line&scope debug info for meta...
2017-05-22 Stanislav Mekhanoshin[AMDGPU] Narrow lshl from 64 to 32 bit if possible
2017-05-22 Xinliang David Li[PartialInlining] Add internal options to enable partia...
2017-05-22 Adrian PrantlDon't generate line&scope debug info for meta-instructions.
2017-05-22 Nirav Dave[DAG] Rework store merge to loop on load candidates...
2017-05-22 Nirav Dave[X86] Remove target feature info from mul-i256.ll test...
2017-05-22 Valery Pykhtin[AMDGPU] Fix incorrect register usage tracking in GCNUp...
2017-05-22 Simon Atanasyan[mips] Support micromips attribute passed by front-end
2017-05-22 Artur Pilipenko[LoopPredication] NFC. Add extra debug output in case...
2017-05-22 Artur Pilipenko[LoopPredication] NFC. Move a nested struct declaration...
2017-05-22 Daniel SandersRevert r303259 - [globalisel][tablegen] Import rules...
2017-05-22 James MolloyRe-apply r302416: [ARM] Clear the constant pool cache...
2017-05-22 James MolloyRe-apply r286006: Fix 24560: assembler does not share...
2017-05-22 Strahinja Petrovic[MIPS] Add support to match more patterns for DINS...
2017-05-22 James MolloyRevert "[ARM] Clear the constant pool cache on explicit...
2017-05-22 James MolloyRevert "Fix 24560: assembler does not share constant...
2017-05-22 Amaury SechetRegenerate expected result for test constant-combines...
2017-05-22 David BlaikielibDebugInfo/DWARF: Apply relocations for debug_addr...
2017-05-22 Sanjoy Das[SCEV] Clarify behavior around max backedge taken count
2017-05-22 Zvi Rackover[X86] Add (ix bitcast(vsetcc)) test cases with illegal...
2017-05-22 Craig Topper[InstCombine] Cleanup the interface for overflow checks
2017-05-22 Amaury SechetAdd a test case for large integer subtraction via subca...
2017-05-22 Amaury SechetAdd test case for subcarry optimization.
2017-05-22 Craig Topper[SimplifyCFG] Prevent a few APInt copies on method...
2017-05-22 Craig Topper[KnownBits] Use isNegative/isNonNegative to shorten...
2017-05-21 Daniel BerlinNewGVN: Fix PR 33116, the memoryphi version of bug...
2017-05-21 Daniel BerlinNewGVN: Cleanup some repeated code using some templated...
2017-05-21 Daniel BerlinNewGVN: Fix printing of simplified expression
2017-05-21 Daniel BerlinSmallPtrSetImpl/SmallPtrSet: Add a public value_type...
2017-05-21 Davide Italiano[NewGVN] Actually check the NewGVN output.
2017-05-21 Davide Italiano[NewGVN] Add a test for non most dominating leader.
2017-05-21 Davide Italiano[InstCombine] Take in account the size in sext->lshr...
2017-05-21 Sanjay Patel[InstCombine] add tests for potential (lshr(sext X...
2017-05-21 Igor Breger[GlobalISel][X86] Fix G_TRUNC instruction selection.
2017-05-21 Hiroshi InoueSummary
2017-05-21 George Burgess IV[Docs] Fix LangRef links referred in GetElementPtr.rst
2017-05-21 Sanjoy DasRevert "[SCEV] Clarify behavior around max backedge...
2017-05-21 Sanjoy Das[SCEV] Clarify behavior around max backedge taken count
2017-05-21 Xin TongRevert "Add pthread_self function prototype and make...
2017-05-20 Xin TongAdd pthread_self function prototype and make it specula...
2017-05-20 Martell MaloneCOFF: Fix another StringRef return error
2017-05-20 Martell MaloneCOFF: Fix single StringRef return error
2017-05-20 Martell MaloneCOFF: migrate def parser from LLD to LLVM [1/2]
2017-05-20 Xin TongFix test typo. NFC
2017-05-20 Duncan P. N... Docs: Fix pluralization in CMake docs
2017-05-20 George Burgess IV[docs] Small style nits.
2017-05-20 David BlaikieFix -Wunneeded-internal-declaration by removing constan...
2017-05-20 David Blaikiellvm-symbolizer: Support multiple CUs in a single DWO...
2017-05-20 Eric BeckmannAdd functionality to cvtres to parse all entries in...
2017-05-20 Matthias BraunFix breakage after r303461
2017-05-20 Davide Italiano[NewGVN] Create a StoreExpression instead of a Variable...
2017-05-20 Davide Italiano[NewGVN] Get rid of an assertion.
2017-05-20 Galina KistanovaCosmetic. Added braces to address gcc warning: suggest...
2017-05-20 Adrian PrantlRevert "Revert "ThinLTO: Verify bitcode before lauching...
2017-05-19 Adrian PrantlRevert "ThinLTO: Verify bitcode before lauching the...
2017-05-19 Matthias BraunSimplifyLibCalls: Optimize wcslen
2017-05-19 Matthias BraunVerifier: Check wchar_size module flag.
2017-05-19 Reid KlecknerFix off-by-one bug in AttributeList::addAttributes...
2017-05-19 Galina KistanovaAdded LLVM_FALLTHROUGH to address gcc warning: this...
2017-05-19 Evgeniy Stepanov[safestack] Disable stack coloring by default.
2017-05-19 Galina KistanovaAdded missing break.
2017-05-19 Daniel BerlinNewGVN: Fix PR32838.
2017-05-19 Daniel BerlinNewGVN: Print out the StoredValue of a StoreExpression
2017-05-19 Simon PilgrimFix line-endings.
2017-05-19 Davide Italiano[InstCombine] *Actually* commit the test showing the...
2017-05-19 Zachary TurnerResubmit "[CodeView] Provide a common interface for...
2017-05-19 Davide Italiano[InstCombine] Add tests to demonstrate the miscompile...
2017-05-19 Daniel BerlinLast of the major pieces to NewGVN - yay!
2017-05-19 Daniel BerlinNewGVN: Get rid of most dominating leader check
2017-05-19 Daniel BerlinBasicAA: Uninserted instructions have no parent, and...
2017-05-19 Amaury Sechet[DAGCombine] (addcarry 0, 0, X) -> (ext/trunc X)
2017-05-19 Zachary Turner[lit] Take the last error when executing pipelines.
2017-05-19 Anna Thomas[NFC][loopIdiom] Clang format change rL303434
2017-05-19 Adrian PrantlThinLTO: Verify bitcode before lauching the ThinLTOCode...
2017-05-19 Adrian PrantlRewrite llvm-lto's codegen() using ThinCodeGenerator...
2017-05-19 Matthias BraunFix typo in test
2017-05-19 Simon Pilgrim[X86][FMA] Tests showing missed fmsubadd opportunities...
2017-05-19 Anna Thomas[LoopIdiom] Refactor return value of isLegalStore ...
2017-05-19 Craig Topper[InstSimplify] Fix 80 column violation. NFC
2017-05-19 Craig Topper[APInt] Add support for dividing or remainder by a...
2017-05-19 Dmitry Preobrazhensky[AMDGPU][MC] Corrected disassembler to decode instructi...
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Extract LoopICmp struct and...
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Extract LoopPredication::expandC...
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Extract CanExpand helper lambda
2017-05-19 Artur Pilipenko[LoopPredication] NFC. Add an early exit if there is...
2017-05-19 Dmitry Preobrazhensky[AMDGPU][MC] Fixed bugs in export instruction
2017-05-19 Guy Blank[X86][AVX512] Make i1 illegal in the CodeGen
2017-05-19 Daniel Sanders[globalisel][tablegen] Demote OptForSize/OptForMinSize...
2017-05-19 Amara EmersonFix vector pass-through value being unused in IRBuilder...
2017-05-19 Volkan Keles[GlobalISel] IRTranslator: Translate ConstantStruct
2017-05-19 Craig Topper[APInt] Use b.negate() in place of b = -std::move(b...
next