OSDN Git Service

android-x86/external-llvm.git
2018-04-02 Nico WeberRemove unused PACKAGE_TARNAME; looks like a remnant...
2018-04-02 Nico WeberRemove some unused cmake standard library includes.
2018-04-02 Nico WeberRemove more feature test macros that became unused...
2018-04-02 Nico WeberRemove HAVE_LIBPSAPI, HAVE_SHELL32.
2018-04-02 Rong Xu[DeadArgumentElim] Clone function level metadatas
2018-04-02 Nico WeberRemove HAVE_DIRENT_H.
2018-04-02 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added instructions v_cvt_norm_*16_f1...
2018-04-02 Gor Nishanov[coroutines] Add support for llvm.coro.noop intrinsics
2018-04-02 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic...
2018-04-02 Krzysztof Parzyszek[Hexagon] Clean up some code in HexagonAsmPrinter, NFC
2018-04-02 Alexey Bataev[SLP] Fix PR36481: vectorize reassociated instructions.
2018-04-02 Nico WeberRemove stro(u?)ll() config checks. Those were needed...
2018-04-02 Nico WeberRevert r328975, it makes TableGen assert on the bots.
2018-04-02 Nico WeberRemove HAVE_WRITEV that's unused after r255837.
2018-04-02 Nico WeberMore fixes after r328970.
2018-04-02 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added s_atomic_* and s_buffer_atomic...
2018-04-02 Nico WeberAttempt to heal bots after r328970.
2018-04-02 Lama Saba[X86] Reduce Store Forward Block issues in HW - Recommi...
2018-04-02 Andrea Di Biagio[llvm-mca] Do not assume that implicit reads cannot...
2018-04-02 Nico WeberAttempt to fix papertrail-warnings.test on Windows...
2018-04-02 Nico WeberAssume existence of inttypes.h and stdint.h in DataTypes.h.
2018-04-02 Hiroshi Inoue[PowerPC] fix assertion failure due to missing instruct...
2018-04-02 Jonas Devlieghere[dsymutil] Upstream emitting of papertrail warnings.
2018-04-02 Simon PilgrimWdocumentation fix. NFCI.
2018-04-02 Simon PilgrimWdocumentation fixes. NFCI.
2018-04-02 Craig Topper[X86][Silvermont] Use correct latency and throughput...
2018-04-02 Craig Topper[X86][SkylakeServer] Correct throughput for 512-bit...
2018-04-02 Craig Topper[X86] Correct the throughput for divide instructions...
2018-04-02 Craig Topper[X86] Fix the SchedRW for AVX512 shift instructions.
2018-04-02 Craig Topper[X86] Give the AVX512 VEXTRACT instructions the same...
2018-04-02 Nico WeberRemove a few unreferenced config.h defines.
2018-04-02 Craig Topper[X86] Add an itinerary to BTR64rr.
2018-04-02 Craig Topper[X86] Make sure all the classes declare in the Haswell...
2018-04-02 Craig Topper[X86] Give VINSERTPS the same intinerary as INSERTPS.
2018-04-02 Harlan HaskinsAdd C API bindings for DIBuilder 'Type' APIs
2018-04-01 Craig Topper[X86] Cleanup ADCX/ADOX instruction definitions.
2018-04-01 Petr Hosek[AArch64] Reserve x18 register on Fuchsia
2018-04-01 Craig Topper[DebugCounter] Make -debug-counter cl::Hidden.
2018-04-01 Craig Topper[LegacyPassManager] Make 'print-module-scope' cl::Hidde...
2018-04-01 Craig Topper[X86] Give ADC8/16/32/64mi the same scheduling informat...
2018-04-01 Chandler Carruth[x86] Correct the operand structure of the ADOX instruc...
2018-04-01 Chandler Carruth[x86] Expose more of the condition conversion routines...
2018-04-01 Mandeep Singh... [tools] Change std::sort to llvm::sort in response...
2018-04-01 Mandeep Singh... [include] Change std::sort to llvm::sort in response...
2018-04-01 Nicolai HaehnleAMDGPU: Make isIntrinsicSourceOfDivergence table-driven
2018-04-01 Nicolai HaehnleAMDGPU: Make getTgtMemIntrinsic table-driven for resour...
2018-04-01 Nicolai HaehnleTableGen: Support Intrinsic values in SearchableTable
2018-04-01 Nicolai HaehnleTableGen: More helpful error messages
2018-04-01 Mandeep Singh... [DebugInfo] Change std::sort to llvm::sort in response...
2018-04-01 Teresa Johnson[ThinLTO] Add an import cutoff for debugging/triaging
2018-04-01 David Green[LoopRotate] Rotate loops with loop exiting latches
2018-04-01 Craig Topper[X86] Don't check for folding into a store when decidin...
2018-04-01 Craig Topper[X86] Check if the load and store are to the same point...
2018-04-01 Craig Topper[X86] Add test case to show failure to promote i16...
2018-04-01 Craig Topper[X86] Allow i16 subtracts to be promoted if the load...
2018-04-01 Craig Topper[X86] Add test case to show failure to promote i16...
2018-04-01 Craig Topper[X86] Remove unneeded temporary variable. NFC
2018-04-01 Mandeep Singh... [Analysis] Change std::sort to llvm::sort in response...
2018-03-31 Sanjay Patel[DAGCombine] (float)((int) f) --> ftrunc (PR36617)
2018-03-31 Lang Hames[llvm-rtdyld] Fix the InputFileList cl::opt description...
2018-03-31 Simon Pilgrim[X86][Btver2] Add MMX_PSHUFB to the JWritePSHUFB InstRW...
2018-03-31 Simon PilgrimFix trailing whitespace. NFCI.
2018-03-31 Benjamin KramerUnbreak the build of the go bindings after r328839.
2018-03-31 Puyan Lotfi[MIR-Canon] Adding support for local idempotent instruc...
2018-03-31 Craig Topper[X86] Add SchedRW for PMULLD
2018-03-31 Teresa Johnson[ThinLTO] Add an option to force summary call edges...
2018-03-30 Fangrui SongFix a bunch of typoes. NFC
2018-03-30 Ekaterina RomanovaPrevent data races in concurrent ThinLTO processes.
2018-03-30 Jacob Gravelle[WebAssembly] Register wasm passes with the PassRegistry
2018-03-30 Krzysztof Parzyszek[Hexagon] Fix testcase
2018-03-30 Krzysztof Parzyszek[Hexagon] Reduce excessive indentation in .s output
2018-03-30 Krzysztof Parzyszek[Hexagon] Avoid creating invalid offsets in packetizer
2018-03-30 Andrea Di Biagio[X86][BtVer2] Fixed the number of micro opcodes for...
2018-03-30 Peter CollingbourneDataFlowSanitizer: wrappers of functions with local...
2018-03-30 Puyan Lotfi[MIR] Adding support for Named Virtual Registers in...
2018-03-30 Andrea Di Biagio[X86][BtVer2] Fix the number of uOps for horizontal...
2018-03-30 Tim Shen[NVPTX] Enable StructuredCFG for NVPTX
2018-03-30 Tim Shen[BlockPlacement] Disable block placement tail duplciati...
2018-03-30 Robert Widmann[LLVM-C] Finish exception instruction bindings - Round 2
2018-03-30 Zachary TurnerFix some signed / unsigned conversion problems.
2018-03-30 Zachary Turner[llvm-pdbutil] Dig deeper into the PDB and DBI streams...
2018-03-30 Derek Schuff[WebAssembly] Refactor tablegen for store instructions...
2018-03-30 Krzysztof ParzyszekRevert "peel loops with runtime small trip counts"
2018-03-30 Stanislav Mekhanoshin[AMDGPU] Fixed some instructions latencies
2018-03-30 Sanjay Patel[SelectionDAG] Removing FABS folding from DAGCombiner
2018-03-30 Krzysztof Parzyszek[Hexagon] Recognize and handle :endloop01
2018-03-30 Krzysztof Parzyszek[Hexagon] Fix printing :mem_noshuf on compiler-generate...
2018-03-30 Krzysztof Parzyszek[Hexagon] Fix flags for store-related intrinsics
2018-03-30 Andrea Di Biagio[X86][BtVer2] Add missing ReadAfterLd to RM variants...
2018-03-30 Krzysztof Parzyszek[Hexagon] Remove unused scheduling classes
2018-03-30 Andrea Di Biagio[X86][BtVer2] Add tests that show how ReadAfterLd is...
2018-03-30 Krzysztof Parzyszek[Hexagon] Pass pointer to SelectionDAG to dump functions
2018-03-30 Andrea Di Biagio[X86] Add llvm-mca tests for r328834.
2018-03-30 Andrea Di Biagio[X86] Add tests to verify the presence of "ReadAfterLd...
2018-03-30 Vlad TsyrklevichRevert "[LLVM-C] Finish exception instruction bindings"
2018-03-30 Michael Bedy[AMDGPU] Fix the SDWA Peephole phase to handle src...
2018-03-30 Ikhlas Ajbar[Hexagon] add missing lit config file
2018-03-30 Ikhlas Ajbarpeel loops with runtime small trip counts
2018-03-30 Eli Friedman[MachineCopyPropagation] Handle COPY with overlapping...
2018-03-30 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-auto warnings...
next