OSDN Git Service

[DAG] Set up infrastructure to avoid smart constructor-based dangling nodes
[android-x86/external-llvm.git] / include / llvm /
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 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 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
2019-03-17 Tim Renouf[CodeGen] Defined MVTs v3i32, v3f32, v5i32, v5f32
2019-03-17 Tim Renouf[CodeGen] Prepare for introduction of v3 and v5 MVTs
2019-03-17 Craig Topper[X86] Remove the _alt forms of AVX512 VPCMP instruction...
2019-03-17 Nikita Popov[ConstantRange] Add fromKnownBits() method
2019-03-16 Heejin Ahn[WebAssembly] Make rethrow take an except_ref type...
2019-03-16 Fangrui Song[ADT] Make SmallVector emplace_back return a reference
2019-03-15 Fedor Sergeev[TimePasses] allow -time-passes reporting into a custom...
2019-03-15 Amara Emerson[GlobalISel] Allow MachineIRBuilder to build subregiste...
2019-03-15 Nikita Popov[ConstantRange] Add overflow check helpers
2019-03-15 Pavel LabathYAMLIO: Improve endian type support
2019-03-15 Teresa Johnson[ThinLTO] Restructure AliasSummary to contain ValueInfo...
2019-03-15 James Henderson[yaml2obj]Allow explicit setting of p_filesz, p_memsz...
2019-03-14 Matt ArsenaultMIR: Allow targets to serialize MachineFunctionInfo
2019-03-14 Amara Emerson[AArch64][GlobalISel] Add some support for G_CONCAT_VEC...
2019-03-14 Sanjay Patel[InstCombine] canonicalize funnel shift constant shift...
next