OSDN Git Service

android-x86/external-llvm.git
2016-05-28 Kostya Serebryany[libFuzzer] fix a failure that occurs when running...
2016-05-28 Sean SilvaSmall cleanup.
2016-05-28 Sean SilvaInline this into its only use. NFC.
2016-05-28 Sean SilvaBring back r271090 in a way that doesn't depend on...
2016-05-28 Sean SilvaRevert r271089 and r271090.
2016-05-28 Sean Silva[IRPGO] Set the function entry count metadata.
2016-05-28 Sean Silva[IRPGO] Centralize the function attribute inliner hint...
2016-05-28 Krzysztof Parzyszek[Hexagon] Add option to enable subregister liveness...
2016-05-28 Krzysztof Parzyszek[Hexagon] Separate C8 and USR to avoid unwanted subregi...
2016-05-28 Michael Zolotukhin[LoopUnrollAnalyzer] Add a comment to visitCastInst.
2016-05-28 Matthias BraunAArch64: Fix indentation
2016-05-28 Sean Silva[docs] Be a bit more precise.
2016-05-28 Matt ArsenaultAMDGPU: Cleanup vector insert/extract tests
2016-05-28 Matt ArsenaultAMDGPU: Fix trailing whitespace
2016-05-28 Matt ArsenaultAMDGPU: Add fract intrinsic
2016-05-28 Evgeny StupachenkoThe patch fixes r271071
2016-05-28 Xinliang David LiFix windows build bot failure
2016-05-27 Xinliang David Li[PM] Port the Sample FDO to new PM (part-2)
2016-05-27 Evgeny StupachenkoThe patch refactors unroll pass.
2016-05-27 Sanjoy DasUse C++ casts to avoid a warning
2016-05-27 Andrew KaylorUpdate the stack coloring pass to remove lifetime intri...
2016-05-27 Vitaly Buka[asan] Add option to enable asan-use-after-scope from...
2016-05-27 Rafael EspindolaStart using shouldAssumeDSOLocal on ARM.
2016-05-27 Lang Hames[Kaleidoscope][BuildingAJIT] Add stub chapter text...
2016-05-27 Xinliang David Li[PM] Port the Sample FDO to new PM (part-1)
2016-05-27 Lang Hames[Kaleidoscope][Orc] Remove the reference to the Orc...
2016-05-27 Lang Hames[Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial...
2016-05-27 Matthias BraunMachineScheduler: Introduce ONLY1 reason to improve...
2016-05-27 Matthias BraunAArch64Subtarget: Use default member initializers
2016-05-27 David MajnemerDon't discard errors
2016-05-27 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for chapter 4.
2016-05-27 Kostya Serebryany[libFuzzer] use __sanitizer_set_report_fd with -close_f...
2016-05-27 Rafael EspindolaMap DynamicNoPIC to Static on non-darwin.
2016-05-27 Sanjay Patel[InstCombine] move and/sext fold to helper function...
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...
next