OSDN Git Service

android-x86/external-llvm.git
2016-05-27 David MajnemerDon't iterate endlessly if an error occurs.
2016-05-27 Xinliang David LiFileCheck: dump command line context with empty input
2016-05-27 Krzysztof Parzyszek[Hexagon] Use standard macros to initialize HexagonExpa...
2016-05-27 Richard SmithFix compilation with GCC, which treats this as a constr...
2016-05-27 Krzysztof Parzyszek[Hexagon] Do not create passes in the constructor of...
2016-05-27 Davide Italiano[LCSSA] Simplify. Suggested by Sanjoy.
2016-05-27 Zachary Turner[pdb] Fix size check when reading stream bytes.
2016-05-27 Davide Italiano[Timer] Add missing slash in doxygen commit.
2016-05-27 Petr HosekRevert "[MC] Support symbolic expressions in assembly...
2016-05-27 Davide Italiano[Timer] Expose an API to check if the timer is running.
2016-05-27 David BlaikieSmallVector: Replace some pre-C++11 move helpers with...
2016-05-27 Sanjoy Das[GVN] Preserve !range metadata when PRE'ing loads
2016-05-27 Michael Kuperstein[X86] Detect SAD patterns and emit psadbw instructions.
2016-05-27 David MajnemerMake sure data is available before dereferencing it
2016-05-27 David MajnemerAvoid overflow when computing the size of an array
2016-05-27 David MajnemerDon't assume that there will be enough padding bytes
2016-05-27 David MajnemerDon't assume that there will be another null byte
2016-05-27 Petr Hosek[MC] Support symbolic expressions in assembly directives
2016-05-27 Zachary TurnerResubmit "[pdb] Allow zero-copy read support for symbol...
2016-05-27 Chad RosierRevert "[pdb] Allow zero-copy read support for symbol...
2016-05-27 Zachary Turner[pdb] Allow zero-copy read support for symbol streams.
2016-05-27 Ahmed Bougacha[X86] Clarify PSHUFB+blend lowering function name....
2016-05-27 Ahmed Bougacha[ARM] Remove tBLXr Pat made redundant by r269101. NFCI.
2016-05-27 Benjamin Kramer[ProfData] Remove global constructor from ProfileSummar...
2016-05-27 Pete CooperDon't generate unnecessary signed ConstantRange during...
2016-05-27 Tim NorthoverMove test to X86 directory: I think it depends on X86...
2016-05-27 Benjamin KramerUse StringRef::startswith instead of find(...) == 0.
2016-05-27 Benjamin Kramer[sparc] Simplify a slow and verbose way of checking...
2016-05-27 Tim NorthoverVectorizer: track non-fast FP instructions through...
2016-05-27 Xinliang David LiReapply r270865 -- previous bot failure is unrelated
2016-05-27 David MajnemerMake sure these error codes are marked as checked
2016-05-27 David MajnemerMake sure there are enough blocks for the stream
2016-05-27 David MajnemerMake sure the directory block array fits in the file
2016-05-27 Dehao ChenRemove sample profile dependency to instcombine, which...
2016-05-27 David MajnemerValidate the blocksize before using it
2016-05-27 Simon Pilgrim[X86][AVX] Removed some remains of old (pre-regeneratio...
2016-05-27 Than McIntoshDisable lifetime-start-on-first-use analysis.
2016-05-27 Benjamin KramerMake header self-contained. NFC.
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-27 Simon Dardis[mips] Weaken asm predicate for memory offsets
2016-05-27 Igor Laevsky[RewriteStatepointsForGC] All constant should have...
2016-05-27 George RimarAttemp to fix build bot after r270987
2016-05-27 Artem Tamazov[AMDGPU][llvm-mc] Square-braced-syntax for registers...
2016-05-27 Benjamin KramerAvoid some copies by using const references.
2016-05-27 George RimarRecommit 270977 - [llvm-mc] - Teach llvm-mc to generate...
2016-05-27 Benjamin KramerApply clang-tidy's misc-static-assert where it makes...
2016-05-27 Benjamin Kramer[sparc] Remove some unused (and undefined) declarations.
2016-05-27 Benjamin Kramer[hexagon] Move BlockRanges and RDF stuff into the llvm...
2016-05-27 Benjamin Kramer[sparc] Move LEON passes into llvm namespace.
2016-05-27 George RimarRevert r270977 ([llvm-mc] - Teach llvm-mc to generate...
2016-05-27 George Rimar[llvm-mc] - Teach llvm-mc to generate zlib styled compr...
2016-05-27 Simon PilgrimRevert: r270973 - [X86][SSE] Replace (V)PMOVSX and...
2016-05-27 Simon Pilgrim[X86][SSE] Replace (V)PMOVSX and (V)PMOVZX integer...
2016-05-27 Peter CollingbourneLinker: teach the IR mover to return llvm::Error.
2016-05-27 Zachary Turner[codeview] Remove StreamReader copying method.
2016-05-27 Pete CooperDon't allocate unnecessarily in APInt::operator[+-...
2016-05-27 Dan Liew[LibFuzzer] Refactor declaration of tests in CMake.
2016-05-27 Rui UeyamaRemove use of is_trivially_constructible.
2016-05-27 Lang Hames[Support] Remove a stale comment.
2016-05-27 Pete CooperForm objc_storeStrong in the presence of bitcasts.
2016-05-27 Zachary Turner[codeview] #include missing header breaking builds.
2016-05-27 Zachary Turner[codeview,pdb] Try really hard to conserve memory when...
2016-05-27 Lang Hames[Support] Rename unconvertibleErrorCode to inconvertibl...
2016-05-27 Lang Hames[Support] Add a StringError convenience class to Error.h
2016-05-27 Kostya Serebryany[libFuzzer] make check-fuzzer a bit faster
2016-05-27 Michael Zolotukhin[LoopUnrollAnalyzer] Bail out instead of dying with...
2016-05-27 Kostya Serebryany[libFuzzer] make OOM-handling more portable. Instead...
2016-05-27 Mehdi AminiValueMapper: fix typo in minor optimization on constant...
2016-05-27 Rui Ueyamapdbdump: print out the name of the stream 0.
2016-05-27 Kostya Serebryany[libFuzzer] more refactoring: make sure CurrentUnitData...
2016-05-26 Rui Ueyamapdbdump: Add -raw-all to enable all -raw-* flags.
2016-05-26 Hans WennborgSort my entry in CODE_OWNERS.TXT
2016-05-26 Mitch Bodart[CodeGen] Fix problem with X86 byte registers in Critic...
2016-05-26 Rui UeyamaFix typo.
2016-05-26 Easwaran RamanAttach profile summary in IR based instrumentation...
2016-05-26 Justin BognerSDAG: Use an Optional<> instead of a sigil value. NFC
2016-05-26 Kostya Serebryany[libFuzzer] more refactoring around CurrentUnit. Also...
2016-05-26 Dan Liew[LibFuzzer] Add missing #include<string>
2016-05-26 Michael Zolotukhin[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.
2016-05-26 Adrian PrantlPR26055: Speed up LiveDebugValues::transferDebugValue()
2016-05-26 Kostya Serebryany[libFuzzer] refactor: hide CurrentUnitData inside an...
2016-05-26 Chris Bieneman[Docs][WritingAnLLVMBackend] Makefiles are deprecated
2016-05-26 Chris Bieneman[obj2yaml][yaml2obj] Support for MachO lazy bindings
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Remove leftover debugging...
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup...
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add docs for Chapter 3...
2016-05-26 Lang Hames[Error] Make ECError only constructible via errorCodeTo...
2016-05-26 Sanjoy DasAdd myself as the code owner for SCEV and IndVarSimplify
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add explicit dependence...
2016-05-26 Dan Liew[LibFuzzer] Emit error if LLVM_USE_SANITIZER is not...
2016-05-26 Dan Liew[LibFuzzer] Allow LibFuzzer to be built in modes other...
2016-05-26 Chris Bieneman[obj2yaml][yaml2obj] Support for MachO weak bindings
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.
2016-05-26 Lang Hames[Orc] Don't create empty globals modules in the Compile...
2016-05-26 Rafael Espindolacoff: fix weak alias to local.
2016-05-26 Kostya Serebryany[libFuzzer] when there is a leak in the existing corpus...
2016-05-26 Richard SmithDon't use recursion to print out the PrettyStackTrace...
2016-05-26 Richard SmithAdd new .def file to module map.
2016-05-26 Chris Bieneman[obj2yaml][yaml2obj] Support for MachO bind opcodes
2016-05-26 Kostya Serebryany[libFuzzer] reimplement the way we do -only_ascii to...
next