OSDN Git Service

AMDGPU: Remove unnecessary subtarget get
[android-x86/external-llvm.git] / include /
2019-04-02 Reid Kleckner[COFF] Reduce the size of Chunk and SectionChunk, NFC
2019-04-02 Francis Visoiu Mistrih[Remarks][NFCI] Remove useless include
2019-04-02 Pavel LabathAdd minidump support to obj2yaml
2019-04-02 Sander de SmalenEnforce StackID definition in PEI
2019-04-02 Fangrui Song[Internalize] Replace uses of std::set with DenseSet
2019-04-02 Nick LewyckyAdd an optional list of blocks to avoid when looking...
2019-04-01 Alex Bradbury[RISCV] Generate address sequences suitable for mcmodel...
2019-03-31 Sanjay Patel[InstCombine] canonicalize select shuffles by commuting
2019-03-31 Fedor SergeevSafepointIRVerifier port to new Pass Manager
2019-03-30 Anton AfanasyevAdds `-ftime-trace` option to clang that produces Chrom...
2019-03-29 Sanjoy Das[SCEV] Check the cache in get{S|U}MaxExpr before doing...
2019-03-29 Mircea Trofin[llvm][NFC] Factor out logic for getting incoming ...
2019-03-29 Evandro Menezes[CodeGen] Refactor the option for the maximum jump...
2019-03-29 Nirav Dave[DAG] Set up infrastructure to avoid smart constructor...
2019-03-29 Jordan Rupprecht[llvm-readobj] Add some generic notes (e.g. NT_VERSION)
2019-03-29 Florian HahnRecommit "[DSE] Preserve basic block ordering using...
2019-03-29 Andrea Di Biagio[MCA] Add an experimental MicroOpQueue stage.
2019-03-29 Kang Zhang[PowerPC] Add the support for __builtin_setrnd()
2019-03-29 Clement Courbet[ScheduleDAG] Move `Topo` and `addEdge` to base class.
2019-03-29 Jim LinTest commit. Fix typo.
2019-03-29 Florian HahnRevert Recommit "[DSE] Preserve basic block ordering...
2019-03-28 Florian HahnRecommit "[DSE] Preserve basic block ordering using...
2019-03-28 Florian HahnRevert [DSE] Preserve basic block ordering using Ordere...
2019-03-28 Florian Hahn[DSE] Preserve basic block ordering using OrderedBasicB...
2019-03-28 Florian Hahn[MemDepAnalysis] Allow caller to pass in an OrderedBasi...
2019-03-28 Adrian PrantlTemporarily revert "SafepointIRVerifier port to new...
2019-03-28 Nirav Dave[DAG] Fix Lifetime Node ID hashing.
2019-03-28 George Rimar[yaml2obj][obj2yaml] - Teach yaml2obj/obj2yaml tools...
2019-03-28 Serguei KatkovSafepointIRVerifier port to new Pass Manager
2019-03-28 Serguei KatkovSafepointIRVerifier port to new Pass Manager
2019-03-28 Chandler Carruth[NewPM] Fix a nasty bug with analysis invalidation...
2019-03-27 Nirav DaveRevert r356996 "[DAG] Avoid smart constructor-based...
2019-03-27 Nikita Popov[ConstantRange] Add isWrappedSet() and isUpperSignWrapped()
2019-03-27 Nikita Popov[ConstantRange] Rename isWrappedSet() to isUpperWrapped()
2019-03-27 Amara Emerson[GlobalISel] Fix legalizer artifact combiner from crash...
2019-03-27 Mikhail R. GadelhaNew methods to check for under-/overflow in the SMT API
2019-03-27 Nirav Dave[DAGCombiner] Unify Lifetime and memory Op aliasing.
2019-03-27 Francis Visoiu Mistrih[Remarks] Emit a section containing remark diagnostics...
2019-03-26 Nikita Popov[ConstantRange] Exclude full set from isSignWrappedSet()
2019-03-26 Quentin Colombet[LiveRange] Reset the VNIs when splitting subranges
2019-03-26 Sanjay Patel[SDAG] add simplifications for FP at node creation...
2019-03-26 Ali TamurRevert "[llvm] Reapply "Prevent duplicate files in...
2019-03-26 Sam Clegg[WebAssembly] Initial implementation of PIC code generation
2019-03-26 Ali Tamur[llvm] Reapply "Prevent duplicate files in debug line...
2019-03-26 Nikita Popov[ConstantRange] Fix outdated comment; NFC
2019-03-26 Andrea Di Biagio[MCA] Correctly update the UsedResourceGroups mask...
2019-03-26 Nirav Dave[DAG] Avoid smart constructor-based dangling nodes.
2019-03-26 Mikhail R. GadelhaMoved body of methods dump to .cpp file to fix compilat...
2019-03-25 Ali TamurRevert "[llvm] Prevent duplicate files in debug line...
2019-03-25 Robert Widmann[LLVM-C] Add binding to look up intrinsic by name
2019-03-25 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-03-25 Mikhail R. GadelhaMoved everything SMT-related to LLVM and updated the...
2019-03-25 Sjoerd Meijer[TTI] Move getIntrinsicCost to allow functions to be...
2019-03-24 Nikita Popov[ConstantRange] Add getFull() + getEmpty() named constr...
2019-03-22 Fedor Sergeev[Legacy][TimePasses] allow -time-passes reporting into...
2019-03-22 Juergen Ributzka[TextAPI] TBD Reader/Writer
2019-03-22 Daniel SandersFix non-determinism in Reassociate caused by address...
2019-03-22 Bjorn Pettersson[KnownBits] Add const to some methods. NFC
2019-03-22 Evandro Menezes[AArch64, ARM] Add support for Exynos M5
2019-03-22 Alina Sbirlea[AliasAnalysis] Second prototype to cache BasicAA ...
2019-03-22 Pavel Labath[ObjectYAML] Add basic minidump generation support
2019-03-22 Fangrui Song[DWARF] Refactor RelocVisitor and fix computation of...
2019-03-21 Amara Emerson[AArch64] Split the neon.addp intrinsic into integer...
2019-03-21 Craig Topper[ScalarizeMaskedMemIntrin] Add support for scalarizing...
2019-03-21 Pavel LabathAttempt to fix modules build for r356652
2019-03-21 Pavel Labath[Object] Add basic minidump support
2019-03-21 George Burgess IV[MSSA] Delete move ctor; remove dynamic never-moved...
2019-03-20 Michael TrentFix Mach-O bind and rebase validation errors in libObject
2019-03-20 Thomas Lively[WebAssembly] Target features section
2019-03-20 Evandro Menezes[AArch64] Fix formatting (NFC)
2019-03-20 Tim Renouf[AMDGPU] Added MsgPack format PAL metadata
2019-03-20 Tim Renouf[AMDGPU] Factored PAL metadata handling out into its...
2019-03-20 Nico WeberRemove HAVE_REALPATH from config.h
2019-03-20 Clement CourbetFix sanitizer failures for 356550.
2019-03-20 Sjoerd MeijerFollow up of rL356555
2019-03-20 Sjoerd Meijer[TTI] getMemcpyCost
2019-03-20 Douglas YungRetry to add workaround to build scoped enums with...
2019-03-20 Douglas YungRevert "Add workaround to build scoped enums with VS201...
2019-03-20 Douglas YungAdd workaround to build scoped enums with VS2015. NFCI.
2019-03-19 Reid KlecknerRemove MSVC compat hack since the inline keyword was...
2019-03-19 Francis Visoiu MistrihReland "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Matt ArsenaultCodeGen: Refactor regallocator command line and target...
2019-03-19 Francis Visoiu MistrihRevert "[Remarks] Add a new Remark / RemarkParser abstr...
2019-03-19 Francis Visoiu Mistrih[Remarks] Add a new Remark / RemarkParser abstraction
2019-03-19 Neil Henning[AMDGPU] Add convergent attribute to WWM.
2019-03-19 Ryan Taylor[AMDGPU] Add buffer/load 8/16 bit overloaded intrinsics
2019-03-19 Petar Jovanovic[DebugInfoMetadata] Move main subprogram DIFlag into...
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Markus LavinRevert "[DebugInfo] Introduce DW_OP_LLVM_convert"
2019-03-19 Markus Lavin[DebugInfo] Introduce DW_OP_LLVM_convert
2019-03-19 Heejin Ahn[WebAssembly] Add immarg attribute to intrinsics
2019-03-18 Jake Ehrlich[llvm-objcopy] Make .build-id linking atomic
2019-03-18 Sam CleggRestore comment regarding why Reloc::PIC_ can't be PIC
2019-03-18 Amara EmersonRevert r356304: remove subreg parameter from MachineIRB...
2019-03-18 Alexandre Ganea[DebugInfo][PDB] Don't write empty debug streams
2019-03-18 Adhemerval Zanella[TargetLowering] Add code size information on isFPImmLe...
2019-03-18 Craig Topper[X86] Remove the _alt forms of (V)CMP instructions...
2019-03-18 Michael Liao[MVT] Fix typos in comment. NFC.
2019-03-18 Alex Bradbury[RISCV] Add ImmArg to intrinsics
2019-03-17 Matt ArsenaultRemove immarg from llvm.expect
next