OSDN Git Service

android-x86/external-llvm.git
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...
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Fix a bug in the symbol...
2016-05-26 Krzysztof Parzyszek[Hexagon] Enable the post-RA scheduler
2016-05-26 Chad Rosier[AArch64] Generate rev16/rev32 from bswap + srl when...
2016-05-26 Changpeng FangAMDGPU/SI: Enable load-store-opt by default.
2016-05-26 Michael Kuperstein[BasicAA] Extend inbound GEP negative offset logic...
2016-05-26 David Majnemer[MemCpyOpt] Don't perform callslot optimization across...
2016-05-26 Rafael Espindolacoff: fix the section of weak symbols.
2016-05-26 Michael Kuperstein[BBVectorize] Don't vectorize selects with a scalar...
2016-05-26 Krzysztof ParzyszekAdd test/CodeGen/MIR/Hexagon/lit.local.cfg
2016-05-26 Krzysztof ParzyszekDo not rename registers that do not start an independen...
2016-05-26 Rafael Espindolacoff: fix the value of weak definitions.
2016-05-26 Pete CooperDon't allocate in APInt::slt. NFC.
2016-05-26 David Majnemer[CaptureTracking] Volatile operations capture their...
2016-05-26 Artem BelevichInit member structs in constructor.
2016-05-26 Xinliang David LiRevert 270865 -- unexplained bot failure on linux/ppcle
2016-05-26 Lang Hames[Orc] Merge some common code for creating CompileCallba...
2016-05-26 Artem Belevich[NVPTX] Added NVVMIntrRange pass
2016-05-26 Artem Tamazov[AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor...
2016-05-26 Chris Bieneman[CMake] Restrict libxar linkage to just llvm-objdump
2016-05-26 Xinliang David LiUse new interface in Triple /NFC
2016-05-26 Adrian PrantlUndo a suboptimal clang-format decision. NFC
2016-05-26 Ismail DonmezSince some time clang itself figures out the default...
2016-05-26 Artem TamazovFix build warning introduced in r270552 "[AMDGPU][llvm...
2016-05-26 Simon Pilgrim[X86][SSE] When lowering a 256-bit shuffle as PMOVZX...
2016-05-26 Krzysztof Parzyszek[Hexagon] Select the aggressive anti-dependency breaker
2016-05-26 Diana Picus[AMDGPU] Remove exit-on-error flag from test (PR27762)
2016-05-26 Diana Picus[BPF] Remove exit-on-error flag in test (PR27767)
2016-05-26 Chad Rosier[InstCombine] Catch more bswap cases missed due to...
2016-05-26 Simon Pilgrim[X86][SSE] Added load_zext_16i8_to_8i32 test
2016-05-26 Teresa Johnson[ThinLTO] Resolve LinkOnceAny
2016-05-26 Chad Rosier[AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm...
2016-05-26 Rafael EspindolaUse shouldAssumeDSOLocal on AArch64.
2016-05-26 Igor Breger[AVX512] Fix intrinsic cmp{sd|ss} lowering.
2016-05-26 John BrawnAdd auto-exporting of symbols from tools so that plugin...
2016-05-26 Simon Pilgrim[X86][F16C] Added F16C fast-isel tests to match clang...
2016-05-26 Simon Pilgrim[X86][AVX2] Added gather fast-isel tests to match clang...
2016-05-26 Chris Dewhurst[Sparc] Extend the assembler printing support for Sparc...
2016-05-26 David Majnemer[MergedLoadStoreMotion] Don't transform across may...
2016-05-26 Adam Nemet[ConstantFold] NFC cleanup after previous change.
2016-05-26 Adam Nemet[ConstantFold] Fix incorrect index rewrites for GEPs
2016-05-26 David Majnemer[MergedLoadStoreMotion] Small cleanup
2016-05-26 Peter CollingbourneMemorySSA: Revert r269678 and r268068; replace with...
2016-05-26 Steven WuRevert "[CMake] LINK_LIBS need to be public for Darwin...
2016-05-26 Craig Topper[X86] Add the AVX storeu intrinsics to InstCombine...
2016-05-26 Sanjoy Das[IRCE] Use C++11 style initializers; NFC
2016-05-26 Teresa Johnson[ThinLTO/gold] Handle bitcode archives
2016-05-26 Saleem Abdulrasoolllvm-objdump: support dumping AUX records for weak...
2016-05-26 Peter CollingbourneMemorySSA: Remove argument to createNewAccess function.
2016-05-26 Peter CollingbourneMemorySSA: Fix example in header comment.
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Add a stub Chapter 2 doc.
2016-05-26 Lang Hames[Kaleidoscope][BuildingAJIT] Make the optimizeModule...
2016-05-26 David BlaikiePR11740: Disable assembly debug info when assembly...
2016-05-26 Sanjoy Das[IRCE] Optimize conjunctions of range checks
2016-05-26 Sanjoy Das[IRCE] Refactor out a parseRangeCheckFromCond; NFC
2016-05-25 Davide Italiano[PM/PartiallyInlineLibCalls] Commit missing header.
2016-05-25 Lang Hames[KaleidoscopeJIT][BuildingAJIT] Remove some copy-pasta...
2016-05-25 Davide Italiano[PM] Port PartiallyInlineLibCalls to the new pass manager.
2016-05-25 David Blaikiellvm-dwp: Ensure uncompressed sections are not relocate...
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Shorten the name of the...
2016-05-25 Reid KlecknerRevert "[MC] Support symbolic expressions in assembly...
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Add code for the 2nd chapt...
2016-05-25 Reid Kleckner[codeview] Use comdats for debug info describing comdat...
2016-05-25 Manman RenObjective-C Class Properties: Autoupgrade "Class Proper...
2016-05-25 Justin Lebar[NVPTX] Don't (incorrectly) say that the NVVMReflect...
2016-05-25 Justin Lebar[CUDA] Add section to docs about controlling fp optimiz...
2016-05-25 Eric ChristopherRemove unused header.
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Delete trailing whitespace.
2016-05-25 Petr Hosek[MC] Support symbolic expressions in assembly directives
2016-05-25 Rafael EspindolaDon't repeat name in comment and git-clang-format.
2016-05-25 Adrian PrantlWork around an MSVC compiler issue in r270776.
2016-05-25 Lang Hames[Kaleidoscope][BuildingAJIT] Fix code-block indents.
next