OSDN Git Service

android-x86/external-llvm.git
2018-04-06 Simon Pilgrim[X86][SandyBridge] SBWriteResPair +5cy Memory Folds
2018-04-06 Hans WennborgTweak an assert message in the verifier
2018-04-06 Simon Pilgrim[X86][SkylakeServer] Merge 2 InstRW entries to the...
2018-04-06 Hans WennborgEntryExitInstrumenter: Handle musttail calls
2018-04-06 Max Kazantsev[NFC] Add missing end of line symbols
2018-04-06 Francis Visoiu... [MIR] Add support for MachineFrameInfo::LocalFrameSize
2018-04-06 Pavel Labath[debug_loc] Fix typo in DWARFExpression constructor
2018-04-06 Max Kazantsev[NFC] Loosen restriction on preheader to fix buildbot
2018-04-06 Hiroshi Inoue[PowerPC] allow D-form VSX load/store when accessing...
2018-04-06 Robert Widmann[LLVM-C] Fill Out LLVMCallConv
2018-04-06 Robert Widmann[LLVM-C] Audit Inline Assembly APIs for Consistency
2018-04-06 Rafael EspindolaUpdate method names in documentation.
2018-04-05 Manoj GuptaFix lld-x86_64-darwin13 build fails.
2018-04-05 Sanjay Patel[InstCombine] FP: Z - (X - Y) --> Z + (Y - X)
2018-04-05 Sanjay Patel[InstCombine] add FP tests for Z - (X - Y); NFC
2018-04-05 Manoj GuptaAttempt to fix Mips breakages.
2018-04-05 Zvi RackoverX86 Tests: Add a case for combining sdiv by a splatted...
2018-04-05 Lang Hames[RuntimeDyld][PowerPC] Add a test case for r329335.
2018-04-05 Craig Topper[X86] Separate CDQ and CDQE in the scheduler model.
2018-04-05 Mandeep Singh... [IR] Change std::sort to llvm::sort in response to...
2018-04-05 Craig Topper[X86] Add MOVZPQILo2PQIrr to the Sandy Bridge scheduler...
2018-04-05 Sanjay Patel[InstCombine] nsz: -(X - Y) --> Y - X
2018-04-05 Roman Lebedev[InstCombine][NFC] Regenerate select-of-bittest.ll...
2018-04-05 Roman Lebedev[InstCombine] [NFC] Add more tests for getting rid...
2018-04-05 Craig Topper[X86] Add LEAVE instruction to the scheduler models...
2018-04-05 Wolfgang Pieb[DWARF v5][NFC]: Refactor DebugRnglists to prepare...
2018-04-05 Simon Pilgrim[X86][SSE] Add floating point add/mul fast-math vector...
2018-04-05 Simon Pilgrim[X86][SSE] Add floating point min/max vector.reduce...
2018-04-05 Konstantin... AMDGPU/Metadata: Always report a fixed number of hidden...
2018-04-05 Craig Topper[X86] Remove some InstRWs for plain store instructions...
2018-04-05 Max Moroz[llvm-cov] Prevent llvm-cov from hanging when a symblin...
2018-04-05 Lang Hames[RuntimeDyld][PowerPC] Use global entry points for...
2018-04-05 Mandeep Singh... [Bitcode] Change std::sort to llvm::sort in response...
2018-04-05 Daniel Neilson[InstCombine] Properly change GEP type when reassociati...
2018-04-05 Craig Topper[X86] Synchronize the SchedRW on some EVEX instructions...
2018-04-05 Mandeep Singh... [ARM] Change std::sort to llvm::sort in response to...
2018-04-05 Craig Topper[X86] Disassembler support for having an ADSIZE prefix...
2018-04-05 Zachary Turner[llvm-pdbutil] Display types from MSVC precompiled...
2018-04-05 Konstantin... llvm-exegesis: Fix unittests include dirs when llvm...
2018-04-05 Sanjay Patel[InstCombine] add test for fneg+fsub with nsz; NFC
2018-04-05 Simon Pilgrim[X86][SSE] Add integer add/mul vector.reduce tests
2018-04-05 Simon Pilgrim[X86][SSE] Add integer and/or/xor vector.reduce tests
2018-04-05 Simon Pilgrim[X86][SSE] Add integer min/max vector.reduce tests
2018-04-05 Philip PfaffeAnother fix for r329293: Unbreak the windows bots
2018-04-05 Sanjay Patel[InstCombine] use pattern matchers for fsub --> fadd...
2018-04-05 Sam Clegg[WebAssembly] Allow for the creation of user-defined...
2018-04-05 Sanjay Patel[InstCombine] add tests for fsub --> fadd; NFC
2018-04-05 Andrea Di Biagio[documentation][llvm-mca] Update the documentation.
2018-04-05 Craig Topper[X86] Use WriteFShuffle256 for VEXTRACTF128 to be consi...
2018-04-05 Philip PfaffeFix r329293: Add a missing CMake dependency
2018-04-05 Andrea Di BiagioFix the buildbots after r329304.
2018-04-05 Andrea Di Biagio[MC][Tablegen] Allow models to describe the retire...
2018-04-05 Sanjay Patel[PatternMatch] define m_FNeg using m_FSub
2018-04-05 Hiroshi Inoue[PowerPC] fix assertion failure due to missing instruct...
2018-04-05 Sanjay Patel[InstCombine] add vector and vector undef tests for...
2018-04-05 Philip PfaffeRe-land r329273: [Plugins] Add a slim plugin API to...
2018-04-05 Pavel Labath[Testing/Support]: Better matching of Error failure...
2018-04-05 Tim NorthoverARM: Do not spill CSR to stack on entry to noreturn...
2018-04-05 Krzysztof Parzyszek[Hexagon] Remove default values from lambda parameters
2018-04-05 Brian Gesiak[Lexicon] Add "ICE", internal compiler error
2018-04-05 Andrea Di Biagio[MC] Fix spaces between values printed by EmitRegisterF...
2018-04-05 Sam Parker[DAGCombine] Revert r329160
2018-04-05 Sanjay Patel[InstCombine] cleanup; NFC
2018-04-05 Simon Pilgrim[SchedModel] Complete models shouldn't match against...
2018-04-05 Florian Hahn[LoopInterchange] Require asserts for test using -stats...
2018-04-05 Alexander KornienkoMinor fix in docs.
2018-04-05 Philip PfaffeRevert "[Plugins] Add a slim plugin API to work togethe...
2018-04-05 Andrea Di Biagio[llvm-mca] Remove flag -max-retire-per-cycle, and updat...
2018-04-05 Philip Pfaffe[Plugins] Add a slim plugin API to work together with...
2018-04-05 Simon Pilgrim[UpdateTestChecks] Moved core functionality of add_asm_...
2018-04-05 Florian Hahn[LoopInterchange] Add stats counter for number of inter...
2018-04-05 Simon Dardis[mips] Regenerate test before posting patch for constan...
2018-04-05 Fedor Sergeevallow custom OptBisect classes set to LLVMContext
2018-04-05 Simon Pilgrim[UpdateTestChecks] Split core functionality of add_ir_c...
2018-04-05 Simon Pilgrim[UpdateTestChecks] Make add_asm_checks more like add_ir...
2018-04-05 Florian Hahn[LoopInterchange] Preserve LoopInfo after interchanging.
2018-04-05 Simon Pilgrim[UpdateTestChecks] Remove unnecessary return from add_i...
2018-04-05 Clement Courbet[llvm-exegesis] Check for libpfm headers.
2018-04-05 Puyan Lotfi[MIR-Canon] Fixing warnings in Non-assert builds.
2018-04-05 Clement Courbet[llvm-exegesis] Suppress a warning.
2018-04-05 Craig Topper[X86] Revert r329251-329254
2018-04-05 Craig Topper[X86] Synchronize the SchedRW on some EVEX instructions...
2018-04-05 Craig Topper[X86] Use WriteFShuffle256 for VEXTRACTF128 to be consi...
2018-04-05 Craig Topper[X86] Remove some InstRWs for plain store instructions...
2018-04-05 Craig Topper[X86] Auto-generate complete checks. NFC
2018-04-05 Taewook Oh[CallSiteSplitting] Do not perform callsite splitting...
2018-04-05 Teresa Johnson[gold] Add debug-pass-manager option, and use it to...
2018-04-05 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marker
2018-04-05 Puyan Lotfi[MIR-Canon] Improving performance by switching to named...
2018-04-05 Puyan Lotfi[MIR-Canon] Adding support for multi-def -> user distan...
2018-04-04 Sam Clegg[WebAssembly] Only write 32-bits for WebAssembly::OPERA...
2018-04-04 Peter CollingbourneAArch64: Implement support for the shadowcallstack...
2018-04-04 Vitaly BukaDon't inline @llvm.icall.branch.funnel
2018-04-04 Zhaoshi Zheng[MemorySSA] Fix spelling errors in MemorySSA.cpp. NFC
2018-04-04 Evgeniy Stepanovhwasan: add -hwasan-match-all-tag flag
2018-04-04 Jessica Paquette[MachineOutliner] Add `useMachineOutliner` target hook
2018-04-04 Eric Fiselier[Analysis] Support aligned new/delete functions.
2018-04-04 Eric FiselierRevert "[Analysis] Support aligned new/delete functions."
2018-04-04 Mandeep Singh... [AArch64] Change std::sort to llvm::sort in response...
2018-04-04 Eric Fiselier[Analysis] Support aligned new/delete functions.
next