OSDN Git Service

android-x86/external-llvm.git
2017-06-16 Spyridoula... [DWARF] Corrected behavior for when no .apple_names...
2017-06-16 Eric BeckmannClean up some things in the WindowsResource changes.
2017-06-16 Benjamin Kramer[Object] Remove redundant std::move.
2017-06-16 Eric BeckmannSwitch external cvtres.exe for llvm's own resource...
2017-06-16 Anna Thomas[InstCombine] Set correct insertion point for selects...
2017-06-16 Evgeniy StepanovChange YAML traits for vector<string> to flow_vector.
2017-06-16 Davide Italiano[SCCP] Simplify the code a bit. NFCI.
2017-06-16 Davide Italiano[SCCP] Clarify a comment about unhandled instructions.
2017-06-16 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-06-16 Davide Italiano[SCCP] Remove redundant instruction visitors.
2017-06-16 Spyridoula... [DWARF] Replaced mem-initializers with non-static data...
2017-06-16 Matthias BraunRevert "RegScavenging: Add scavengeRegisterBackwards()"
2017-06-16 Xinliang David LiFix function name /NFC
2017-06-16 Craig Topper[InstCombine] Add test cases to show missed opportuniti...
2017-06-16 Yonghong Songbpf: avoid load from read-only sections
2017-06-16 Yonghong Songbpf: set missing types in insn tablegen file
2017-06-16 Daniel Neilson[Atomics] Rename and change prototype for atomic memcpy...
2017-06-16 Simon DardisRevert "[mips][microMIPS] Extending size reduction...
2017-06-16 Krzysztof Parzyszek[TableGen] Do not assume that the first variant is...
2017-06-16 Krzysztof Parzyszek[Hexagon] Don't kill live registers when creating mux...
2017-06-16 Hiroshi Inoue[MachineBlockPlacement] trivial fix in comments, NFC
2017-06-16 Craig Topper[InstCombine] Fold (!iszero(A & K1) & !iszero(A & K2...
2017-06-16 Rui UeyamaFix buildbots.
2017-06-16 Rui UeyamaFix msan buildbot.
2017-06-16 Craig Topper[CorrelatedValuePropagation] Remove superfluous semicol...
2017-06-16 Eugene Zelenko[BinaryFormat, Option, TableGen] Fix some Clang-tidy...
2017-06-16 Evgeniy StepanovFix build warning on 32-bit targets where sizeof(size_t...
2017-06-16 Evgeniy Stepanov[cfi] CFI-ICall for ThinLTO.
2017-06-16 Zachary Turner[llvm-pdbutil] Add support for dumping cross module...
2017-06-15 Zachary Turner[llvm-pdbutil] Add a function for iterating over debug...
2017-06-15 Xinliang David Li[PartialInlining] Code Refactoring
2017-06-15 Zachary Turner[llvm-pdbutil] Add support for dumping lines and inline...
2017-06-15 Zachary TurnerTry to fix uninitialized read reported by msan.
2017-06-15 Ahmed BougachaRevert "[DAG] Allow truncated and extend memory operati...
2017-06-15 Zachary Turner[llvm-pdbutil] Add back support for dumping file checksums.
2017-06-15 Tom Stellardtest-release.sh: Run the test-suite using phase3 clang
2017-06-15 Zachary Turner[llvm-pdbutil] Add back the ability to dump hashes...
2017-06-15 Alfred Huang [AMDGPU] Testing commit access only, no real change
2017-06-15 Matthias BraunUnitTests: Followup to 305519
2017-06-15 Kostya Serebryany[libFuzzer] change the default max_len from 64 to 4096...
2017-06-15 Matthias BraunUnitTests: Replace some if(x)report_fatal_error() with...
2017-06-15 Zachary TurnerResubmit "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Matthias BraunRegScavenging: Add scavengeRegisterBackwards()
2017-06-15 Matthias Braundocs/Phabricator: Better git examples to produce full...
2017-06-15 Craig Topper[InstCombine] Add two FIXMEs for bad single use checks...
2017-06-15 Craig Topper[InstCombine] Add test cases to demonstrate instcombine...
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-15 Zachary TurnerRevert "[llvm-pdbutil] rewrite the "raw" output style."
2017-06-15 Spyridoula... [DWARF] Removed dead code. The verifier functionality...
2017-06-15 Teresa JohnsonSplit PGO memory intrinsic optimization into its own...
2017-06-15 Zachary TurnerFix some more warnings.
2017-06-15 Zachary TurnerFix some -Wreorder issues.
2017-06-15 Zachary Turner[llvm-pdbutil] rewrite the "raw" output style.
2017-06-15 Alexander TimofeevDivergencyAnalysis patch for review
2017-06-15 Craig Topper[InstCombine] Make the context instruction parameter...
2017-06-15 Craig Topper[InstCombine] Pre-commit test cases for the transform...
2017-06-15 Lei Huang[MachineLICM] Hoist TOC-based address instructions
2017-06-15 Benjamin KramerFold variable into assert.
2017-06-15 Craig Topper[InstCombine] Handle (iszero(A & K1) | iszero(A & K2...
2017-06-15 Peter CollingbourneSilence warning with assertions disabled.
2017-06-15 Arnold SchwaighoferISel: Fix FastISel of swifterror values
2017-06-15 Craig Topper[BasicAA] Add test case that goes with r305481.
2017-06-15 Peter CollingbourneApply summary-based dead stripping to regular LTO modul...
2017-06-15 Craig Topper[BasicAA] Don't call isKnownNonEqual if we might be...
2017-06-15 Hiroshi Inoue[PowerPC] fix potential verification errors on CFENCE8
2017-06-15 Simon Dardis[mips] Fix documentation of member variable. NFCI.
2017-06-15 Nirav Dave[DAG] As StoreMerge now generates only legal nodes...
2017-06-15 Simon PilgrimRemove trailing whitespace. NFCI.
2017-06-15 Teresa Johnson[Doc] Document prof metadata in LangRef
2017-06-15 Sanjay Patel[InstCombine] auto-generate complete checks; NFC
2017-06-15 Nirav Dave[DAG] Defer Pre/Post IndexStore merge to after mergesto...
2017-06-15 Simon Pilgrim[X86][AVX2] Fix issue in lowerV8I16GeneralSingleInputVe...
2017-06-15 Nirav Dave[AArch64] Add indexed check to splitStores. NFC.
2017-06-15 Simon PilgrimRevert r305465: [X86][AVX512] Improve lowering of AVX51...
2017-06-15 Nirav Dave[DAG] Allow truncated and extend memory operations...
2017-06-15 Nirav Dave[DAG] Make MergeStores generate legalized stores. NFCI.
2017-06-15 Nirav Dave[DAG] Use correct size for truncated store merge of...
2017-06-15 Ayman Musa[X86][AVX512] Improve lowering of AVX512 compare intrin...
2017-06-15 Max Kazantsev[ScalarEvolution] Apply Depth limit to getMulExpr
2017-06-15 Diana Picus[ARM] GlobalISel: Add support for i32 modulo
2017-06-15 Diana Picus[ARM] GlobalISel: Lower only homogeneous struct args
2017-06-15 Florian Hahn[AArch64] Enable FeatureFuseAES for the generic process...
2017-06-15 Zoran Jovanovic[mips][microMIPS] Extending size reduction pass with...
2017-06-15 Zachary Turner[formatv] Add the ability to specify a fill character...
2017-06-15 Craig Topper[InstCombine] Add a test case to show a case where...
2017-06-14 Wolfgang PiebRemoval of accidental duplication in test assembly...
2017-06-14 Spyridoula... [DWARF] Minor coding style modifications, no functional...
2017-06-14 George KarpenkovFixing section name for Darwin platforms for sanitizer...
2017-06-14 Peter CollingbourneIR: Tweak the API around adding modules to the summary...
2017-06-14 Zachary TurnerDon't include TestingSupport in LLVM_LINK_COMPONENTS.
2017-06-14 Eugene Zelenko[ADT] Partial re-commit of r303383. Fix some Clang...
2017-06-14 Daniel BerlinPredicateInfo: Don't insert conditional info when a...
2017-06-14 Daniel BerlinNewGVN: This is wrong by inspection, it will not cause...
2017-06-14 Sanjay Patel[x86] avoid unnecessary shuffle mask math in combineX86...
2017-06-14 David CallahanAllow -profile-guided-section-prefix more than once
2017-06-14 Zachary Turner[StringExtras] overload toHex for ArrayRef<uint8_t>
2017-06-14 Davide Italiano[EarlyCSE] Make PhiToCheck in removeMSSA() a set.
2017-06-14 Frederich MunchHide dbgs() stream for when built with -fmodules.
2017-06-14 Peter CollingbourneMC, Object: Reserve a section type, SHT_LLVM_ODRTAB...
2017-06-14 Galina KistanovaSpecified ReportError as noreturn friendly to old compi...
next