OSDN Git Service

android-x86/external-llvm.git
2019-01-04 Ranjeet SinghRevert patches 348835 and 348571 because they're
2019-01-04 Simon Pilgrim[CostModel][X86] Add SSE1 fp cost tests
2019-01-04 Mark SearlesFix typo: "with he MODULE" -> "with the MODULE"
2019-01-04 Simon Pilgrim[X86] Add VPSLLI/VPSRLI ((X >>u C1) << C2) SimplifyDema...
2019-01-04 Andrea Di Biagio[MCA] Improved handling of in-order issue/dispatch...
2019-01-04 Simon Pilgrim[X86] Split immediate shifts tests. NFCI.
2019-01-04 Florian Hahn[ValueTracking] Fix a misuse of APInt in GetPointerBase...
2019-01-04 Nico Weber[gn build] Make write_cmake_config.py check that each...
2019-01-04 Andrea Di Biagio[MCA] Store extra information about processor resources...
2019-01-04 Diogo N. Sampaio[AArch64] Add command-line option predres
2019-01-04 Stefan Granitz[CMake] Use XCODE_ATTRIBUTE properties for code signing...
2019-01-04 Richard Trieu[WebAssembly] Split the checking from the sorting logic.
2019-01-04 Xin Tong[memcpyopt] Remove a few unnecessary isVolatile() check...
2019-01-04 Craig Topper[X86] Add post-isel peephole to fold KAND+KORTEST into...
2019-01-04 Sanjay Patelrevert r350369: [x86] lower extracted fadd/fsub to...
2019-01-03 Sanjay Patel[x86] lower extracted fadd/fsub to horizontal vector...
2019-01-03 Heejin Ahn[WebAssembly] Optimize Irreducible Control Flow
2019-01-03 Wouter van... [WebAssembly] Fixed disassembler not knowing about...
2019-01-03 Wouter van... [WebAssembly] Made InstPrinter more robust
2019-01-03 Sanjay Patel[x86] add 512-bit vector tests for horizontal ops; NFC
2019-01-03 Sanjay Patel[x86] add AVX512 runs for horizontal ops; NFC
2019-01-03 Craig Topper[X86] Add test case for D56283.
2019-01-03 Sanjay Patel[x86] remove dead CHECK lines from test file; NFC
2019-01-03 Sanjay Patel[x86] split tests for FP and integer horizontal math
2019-01-03 Sanjay Patel[x86] add common FileCheck prefix to reduce assert...
2019-01-03 Nirav Dave[X86] Remove terrible DX Register parsing hack in parse...
2019-01-03 Sanjay Patel[DAGCombiner][x86] scalarize binop followed by extracte...
2019-01-03 Nirav Dave[AVR] Update integration/blink.ll as we now generate...
2019-01-03 Artur Pilipenko[CaptureTracking] Add a unit test for MaxUsesToExplore
2019-01-03 Alexander Timofeev[AMDGPU] Fix scalar operand folding bug that causes...
2019-01-03 Anna Thomas[UnrollRuntime] Move the DomTree verification under...
2019-01-03 Nico WeberRemove unused %host_cc lit pattern
2019-01-03 Adrian PrantlReflow module.modulemap for readability
2019-01-03 Adrian PrantlUnbreak the modules build by splitting Target out into...
2019-01-03 Stefan GranitzRevert "Resubmit rL345008 "Split MachinePipeliner code...
2019-01-03 Stefan GranitzRevert "[MachinePipeliner] Add missing header file...
2019-01-03 Jordan Rupprecht[llvm-objcopy] Fix buildbots on older compilers
2019-01-03 Kristina Brooks[MCStreamer] Use report_fatal_error in EmitRawTextImpl
2019-01-03 Armando Montanez[elfabi] Introduce tool for ELF TextAPI
2019-01-03 Nico WeberRename TapiTests to TextAPITests
2019-01-03 Sanjay Patel[x86] add tests for buildvector with extracted element...
2019-01-03 Jordan RupprechtFix typos in comments
2019-01-03 Jordan Rupprecht[llvm-objcopy][ELF] Implement a mutable section visitor...
2019-01-03 Anna Thomas[UnrollRuntime] Add DomTree verification under debug...
2019-01-03 Evandro Menezes[AArch64] Add new scheduling predicates
2019-01-03 Serge GueltonPython compat - no explicit reference to Python version
2019-01-03 Serge GueltonPython compat - iterator protocol
2019-01-03 Simon Pilgrim[CostModel][X86] Add truncate cost tests to cover all...
2019-01-03 Andrea Di Biagio[MCA] Improve code comment and reuse an helper function...
2019-01-03 Alex Bradbury[RISCV][MC] Accept %lo and %pcrel_lo on operands to li
2019-01-03 Serge GueltonPython compat - decode/encode string
2019-01-03 Serge GueltonPython compat - test if type is integral
2019-01-03 Serge GueltonPython compat - urllib
2019-01-03 Serge GueltonPython compat - has_key vs. in operator
2019-01-03 Serge GueltonPython compat - map/filter
2019-01-03 Serge GueltonPython compat - iteritems() vs. items()
2019-01-03 Serge GueltonPython compat - portable way of raising exceptions
2019-01-03 Serge Guelton[NFC] Remove unused Python import
2019-01-03 Serge GueltonPythran compat - range vs. xrange
2019-01-03 Serge GueltonPython compat - assertRaisesRegex
2019-01-03 Serge GueltonPython compat - print statement
2019-01-03 Philip Pfaffe[NewPM] Port Msan
2019-01-03 Diogo N. Sampaio[NFC] Fix missing testfile change of rL350299
2019-01-03 Simon Pilgrim[X86] Cleanup saturated add/sub tests
2019-01-03 Simon Pilgrim[SLPVectorizer] Flag ADD/SUB SSAT/USAT intrinsics trivi...
2019-01-03 Diogo N. Sampaio[ARM] Add command-line option for SB
2019-01-03 Simon Pilgrim[SLPVectorizer][X86] Add ADD/SUB SSAT/USAT tests (PR40123)
2019-01-03 Lama Saba[MachinePipeliner] Add missing header file to MachinePi...
2019-01-03 Simon Pilgrim[X86] Add ADD/SUB SSAT/USAT vector costs (PR40123)
2019-01-03 Simon Pilgrim[X86] Add ADD/SUB SSAT/USAT cost tests (PR40123)
2019-01-03 Piotr Sobczak[AMDGPU] Change section name with metadata access
2019-01-03 Lama SabaResubmit rL345008 "Split MachinePipeliner code into...
2019-01-03 Markus Lavin[CodeGen] Skip over dbg-instr in twoaddr pass
2019-01-03 Martin Storsjo[llvm-readobj] [COFF] Print the symbol index for reloca...
2019-01-03 Craig Topper[X86] Add test cases for opportunities to use KTEST...
2019-01-03 Kristina BrooksDon't go over 80 chars in MCStreamer.cpp. NFC.
2019-01-03 QingShan Zhang[Power9] Enable the Out-of-Order scheduling model for...
2019-01-03 Pete CooperTeach ObjCARC optimizer about equivalent PHIs when...
2019-01-03 Mike SpertusFix MSVC visualizer for PointerUnion4
2019-01-03 Robert Widmann[LLVM-C] Expand LLVMRelocMode
2019-01-03 Daniel Sanders[tblgen][disasm] Emit record names again when decoder...
2019-01-02 Teresa Johnson[gold] emit assembly listing from gold plugin on LTO...
2019-01-02 Mike SpertusMSVC Visualizer for PointerUnion3
2019-01-02 Craig Topper[X86] Add load folding support to the custom isel we...
2019-01-02 Craig Topper[X86] Add test cases to show that we fail to fold loads...
2019-01-02 Wouter van... [WebAssembly] made assembler parse block_type
2019-01-02 Xin Tong[ThinLTO] Scan all variants of vague symbol for reachab...
2019-01-02 Nikita Popov[BDCE] Fix typo in test; NFC
2019-01-02 Pete CooperFix assert in ObjCARC optimizer when deleting retainBlo...
2019-01-02 Thomas Lively[WebAssembly][NFC] Elaborate on simd-noopt test comment
2019-01-02 Nikita Popov[BDCE] Remove instructions without demanded bits
2019-01-02 Pawel BylicaGit ignore CLion project configuration files. NFC
2019-01-02 Pawel BylicaFormat AggresiveInstCombine.cpp. NFC
2019-01-02 Mike SpertusFix MSVC PointerUnion visualizer
2019-01-02 Craig Topper[X86] Remove X86ISD::INC/DEC. Just select them from...
2019-01-02 Zachary Turner[MS Demangler] Add a flag for dumping types without...
2019-01-02 Craig Topper[DAGCombiner] After performing the division by constant...
2019-01-02 Nico Weber[gn build] Add fuzzers in llvm/tools that are needed...
2019-01-02 Craig Topper[X86] Adding full coverage of MC encoding for the XOP...
2019-01-02 Craig Topper[LegalizeIntegerTypes] When promoting the result of...
next