OSDN Git Service

android-x86/external-llvm.git
2017-06-30 Zachary TurnerFix test broken by parameter mixup.
2017-06-30 Reid KlecknerDrop the LLVM mangler escape when printing the IR name...
2017-06-30 Eric BeckmannFix bug in symbol generation for resource COFF
2017-06-30 Zachary Turner[llvm-pdbutil] Add the ability to dump the dependency...
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-30 Simon Pilgrim[X86][SSE] Pulled common variables to top of matchUnary...
2017-06-30 Anna Thomas[RuntimeUnrolling] Add logic for loops with multiple...
2017-06-30 Juergen Ributzka[DWARF] Don't include TestingSupport in LLVM_LINK_COMPO...
2017-06-30 Jakub Kuderski[Dominators] Do not perform expensive checks by default...
2017-06-30 Zachary TurnerRevert "[lit] Clean output directories before running...
2017-06-30 Zachary Turner[lit] Clean output directories before running tests.
2017-06-30 Simon Dardis[MIPS] Handle PIC load address macro instructions in...
2017-06-30 Alexey Bataev[SLP] A test for limiting vectorization of instructions...
2017-06-30 Teresa Johnson[LTO] Remove values from non-prevailing comdats
2017-06-30 Simon PilgrimRemove unnecessary commented out argument. NFCI.
2017-06-30 Ulrich Weigand[SystemZ] Add missing high-word facility instructions
2017-06-30 Nirav DaveRevert "[DAG] Rewrite areNonVolatileConsecutiveLoads...
2017-06-30 Nirav Dave[DAG] Rewrite areNonVolatileConsecutiveLoads to use...
2017-06-30 NAKAMURA TakumiCREDITS.TXT: Update myself.
2017-06-30 Simon Pilgrim[X86] Updated 32-bit memcmp tests to run with/without...
2017-06-30 Nikolai BozhenovRevert of r306525: "Canonicalize clamp of float types...
2017-06-30 George Rimar[YAML] - Teach yaml2obj/obj2yaml to work with numeric...
2017-06-30 George Rimar[DWARF] - Simplify HandleExpectedError implementation...
2017-06-30 Ilya BiryukovFixed misplaced table border in the docs.
2017-06-30 Ilya BiryukovAdded Dockerfiles to build clang from sources.
2017-06-30 Hiroshi Inouefix trivial typos, NFC
2017-06-30 Kristof Beyls[GlobalISel] Make multi-step legalization work.
2017-06-30 Ayal Zaks[LV] Optimize for size when vectorizing loops with...
2017-06-30 Craig Topper[InstCombine] Add test cases to demonstrate failure...
2017-06-30 Craig Topper[InstCombine] In foldXorToXor, move the commutable...
2017-06-30 Hiroshi Inouefix trivial typo; NFC
2017-06-30 Chandler CarruthRemove the BBVectorize pass.
2017-06-30 Martin Storsjo[llvm-readobj] Improve printouts for COFF ARM64 binaries
2017-06-30 Martin Storsjo[llvm-readobj] Include the PE magic value in printouts
2017-06-30 Daniel JasperRevert "r306541 - Add zero-length check to memcpy/memse...
2017-06-30 Daniel JasperRevert "r306473 - re-commit r306336: Enable vectorizer...
2017-06-30 Eric ChristopherRewrite demangle memory handling.
2017-06-30 Max Kazantsev[SCEV] Use depth limit instead of local cache for SExt...
2017-06-30 Vedant KumarTry to appease a buildbot.
2017-06-30 Eric ChristopherReduce indenting and clean up comparisons around sign...
2017-06-30 Eric ChristopherChange the type of Undecorated to unique_ptr<char[...
2017-06-30 Eric ChristopherReduce the complexity of the signbit/branch test functions.
2017-06-30 Jakub Kuderski[Dominators] Don't compute DFS InOut numbers eagerly.
2017-06-30 Eric ChristopherAdd a C API section to the release notes.
2017-06-30 Vedant Kumar[Coverage] Remove two overloads of CoverageMapping...
2017-06-30 Heejin Ahn[WebAssembly] Add support for exception handling instru...
2017-06-30 Wolfgang Pieb[DWARF] Move a couple of member functions to the DWARFU...
2017-06-30 Eric ChristopherUnified logic for computing target ABI in backend and...
2017-06-29 Aditya Nandakumar[GISel]: New Opcode G_FLOG/G_FLOG2
2017-06-29 Dehao ChenHook the sample PGO machinery in the new PM
2017-06-29 Eric ChristopherTo help readability of mightUseCTR pull out the inline...
2017-06-29 Eric ChristopherMake the PPCCTRLoops pass depend on being able to acces...
2017-06-29 Taewook OhRemove redundant copy in recurrences
2017-06-29 Tim Shen[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
2017-06-29 Davide Italiano[CFLAA] Remove unneded function declaration. NFCI.
2017-06-29 Dinar Temirbulatov[SLPVectorizer] Moving Entry->NeedToGather check out...
2017-06-29 Simon DardisRevert "[mips] Fix multiprecision arithmetic."
2017-06-29 Chad Rosier[AArch64] Silence an unused variable warning in Release...
2017-06-29 Keno Fischer[CodeGenPrepare] Don't create inttoptr for ni ptrs
2017-06-29 Reid KlecknerAttempt to fix Orc JIT test timeouts
2017-06-29 Spyridoula... [DWARF] Added verification checks for the .apple_names...
2017-06-29 Sam CleggRemove `inline` keyword from inline `classof` methods
2017-06-29 Keno Fischer[AliasSetTracker] Don't drop AA MD so eagerly
2017-06-29 Brian Gesiak[opt-viewer] Add progress indicators (PR33522)
2017-06-29 Alexandre IsoardReverting r306695 while investigating failing test...
2017-06-29 Brian Gesiak[opt-viewer] Python 3 support in opt-viewer.py
2017-06-29 Sam Cleggllvm-nm: Add support for symbol demangling (-C/--demangle)
2017-06-29 Xin Tong[OrderedInst] Add const to constant parameter. NFCI
2017-06-29 Hiroshi Inouefix trivial typo, NFC
2017-06-29 Jakub Kuderski[Dominators] Rearrange access specifiers in DominatorTr...
2017-06-29 Jakub Kuderski[Dominators] Remove DominatorBase class
2017-06-29 Xin TongRemove useless header. NFC
2017-06-29 Jakub Kuderski[Dominators] Add parent and sibling property verificati...
2017-06-29 Leo Li[ConstantHoisting] Avoid hoisting constants in GEPs...
2017-06-29 Daniel BerlinPredicateInfo: Use OrderedInstructions instead of our...
2017-06-29 Daniel BerlinNewGVN: Remove useless test in addPhiOfOps.
2017-06-29 Daniel BerlinRemove unneeded else from OrderedInstructions::dominates.
2017-06-29 Paul Robinson[DWARF] NFC: DWARFDataExtractor combines relocs with...
2017-06-29 Alexandre IsoardScalarEvolution: Add URem support
2017-06-29 Brian Gesiak[opt-viewer] opt-viewer.py takes -o argument
2017-06-29 Krzysztof Parzyszek[Hexagon] Keep all phi nodes when building DFG in addr...
2017-06-29 Nirav Dave[DAG] Fold FrameIndex offset into BaseIndexOffset analy...
2017-06-29 Eugene Leviant[llvm-objdump] Handle invalid instruction gracefully...
2017-06-29 Yonghong Songbpf: remove unnecessary truncate operation
2017-06-29 Nikolai Bozhenov[NFC] Use stdin for some tests instead of positional...
2017-06-29 Daniel NeilsonRestore original intent of memset instcombine test
2017-06-29 Daniel NeilsonExplicitly check for presence of correct results in...
2017-06-29 Hiroshi Inoue[PowerPC] fix potential verification error on __tls_get...
2017-06-29 George Rimar[DWARF] - Fix message reporting about broken relocation.
2017-06-29 Daniel JasperRevert "r306529 - [X86] Correct dwarf unwind informatio...
2017-06-29 Florian Hahn[TBAA] Remove metadata keyword from IR examples in...
2017-06-29 Evgeny Astigeevich[TargetTransformInfo, API] Add a list of operands to...
2017-06-29 Pavel LabathRecommit "[Support] Add RetryAfterSignal helper function"
2017-06-29 Igor Breger[GlobalISel][X86] Support vector type G_MERGE_VALUES...
2017-06-29 Simon Pilgrim[X86][SSE] Dropped -mcpu from palignr tests
2017-06-29 Simon Pilgrim[X86][SSE] Regenerate shuffle test with update_llc_test...
2017-06-29 Simon Pilgrim[X86][SSE] Dropped -mcpu from vector shift tests
2017-06-29 Simon Pilgrim[X86][SSE] Dropped -mcpu from zero insertion tests
2017-06-29 Michael Zuckerman[LLVM][X86][Goldmont] Adding new target-cpu: Goldmont
2017-06-29 NAKAMURA TakumiTest commit
next