OSDN Git Service

android-x86/external-llvm.git
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.
2018-04-04 Jessica Paquette[MachineOutliner] Fix typo; NFC
2018-04-04 Craig Topper[X86] Separate BSWAP32r and BSWAP64r scheduling data...
2018-04-04 Zachary TurnerFix a compilation failure with non MSVC compilers.
2018-04-04 Zachary Turner[llvm-pdbutil] Add the ability to explain binary files.
2018-04-04 Lei Huang[Power9]Legalize and emit code for quad-precision fma...
2018-04-04 Pavel LabathFix build breakage from r329201
2018-04-04 Pavel LabathRe-commit r329179 after fixing build&test issues
2018-04-04 Clement Courbet[llvm-exegesis] Temporarily disable a few tests.
2018-04-04 Roman Lebedev[InstCombine] [NFC] Add tests for getting rid of select...
2018-04-04 Dmitry Preobrazhensky[AMDGPU][MC] Enabled instruction TBUFFER_LOAD_FORMAT_XY...
2018-04-04 Simon Pilgrim[SLPVectorizer][X86] Regenerate some tests. NFCI
2018-04-04 Clement Courbet[llvm-exegesis] Temporarily disable some tests.
2018-04-04 Clement Courbet[llvm-exegesis] Only run unit tests on x86_64 hosts.
2018-04-04 Simon Pilgrim[X86][Btver2] Strip unnecessary check prefixes from...
2018-04-04 Nico WeberRemove llvm-build's --write-make-fragment which looks...
2018-04-04 Nico WeberRevert r329179 (and follow-up unsuccessful fix attempts...
2018-04-04 Tim CorringhamAdd AMDPAL Code Conventions section to AMD docs
2018-04-04 Dmitry Preobrazhensky[AMDGPU][MC] Added support of 3-element addresses for...
2018-04-04 Nico WeberAttempt to fix bots more after r329179.
2018-04-04 Clement Courbet[llvm-exegesis] Add missing link libraries.
2018-04-04 Nico WeberAttempt to fix bots after r329179.
2018-04-04 Nico WeberSort targetgen calls in lib/Target/*/CMakeLists.
2018-04-04 Pavel Labath[CodeGen] Generate DWARF v5 Accelerator Tables
2018-04-04 Nico WeberRemove duplicate tablegen lines from AVR target.
2018-04-04 Clement Courbet[llvm-exegesis] Do not initialize FileDescriptor when...
2018-04-04 Clement Courbet[llvm-exegesis] Fix compilation on lld-x86_64-darwin13
2018-04-04 Clement Courbet[llvm-exegesis][NFC] Fix compilation warning.
2018-04-04 Clement Courbet[llvm-exegesis][NFC] Fix a few warnings.
2018-04-04 Andrea Di Biagio[Tablegen] Slightly refactor method SubtargetEmitter...
2018-04-04 Clement Courbet[llvm-exegesis] Fix build when libpfm is not available.
2018-04-04 Clement Courbet[llvm-exegesis] Fix compilation on some clang versions.
2018-04-04 Benjamin KramerMake helpers static. NFC.
2018-04-04 Clement CourbetRe-land r329156 "Add llvm-exegesis tool."
2018-04-04 Simon Pilgrim[X86][CostModel] Use generic SSE levels instead of...
2018-04-04 Nicolai HaehnleAMDGPU: Dimension-aware image intrinsics
2018-04-04 Nicolai HaehnleStructurizeCFG: Test for branch divergence correctly
2018-04-04 Nicolai HaehnleAMDGPU: Fix copying i1 value out of loop with non-unifo...
2018-04-04 John Brawn[AArch64] Add patterns matching (fabs (fsub x y)) to...
2018-04-04 Sam Parker[DAGCombine] Improve ReduceLoadWidth for SRL
2018-04-04 Mikhail Maltsev[ARM] Do not convert some vmov instructions
2018-04-04 Clement CourbetRevert r329156 "Add llvm-exegesis tool."
2018-04-04 Clement CourbetAdd llvm-exegesis tool.
2018-04-04 Craig Topper[X86] Use the same predicate for the load for PMOVSXBQ...
2018-04-04 Craig Topper[X86] Use loadi16/loadi32 predicates in multiply patterns
2018-04-04 Craig Topper[X86] Remove more dead code left over from the handling...
2018-04-04 Max Kazantsev[SCEV] Prove implications for SCEVUnknown Phis
2018-04-04 Craig Topper[X86] Remove dead code for handling i8/i16 UMUL_LOHI...
2018-04-04 Craig Topper[X86] Remove some code that was only needed when i1...
2018-04-04 Craig Topper[SimplifyCFG] Teach merge conditional stores to handle...
next