OSDN Git Service

[llvm-objdump] Add `Version References` dumper
[android-x86/external-llvm.git] / include /
2019-02-25 Simon Pilgrim[TTI] Add generic cost model for fixed point smul/umul
2019-02-25 James Henderson[yaml2obj]Re-allow dynamic sections to have raw content
2019-02-25 Simon Tatham[ARM] Make fullfp16 instructions not conditionalisable.
2019-02-25 Craig Topper[SelectionDAG] Add a OPC_CheckChild2CondCode to Selecti...
2019-02-23 Duncan P. N. Exon... VFS: Avoid some unnecessary std::string copies
2019-02-23 Jordan Rupprecht[NFC] Fix typos: preceeding -> preceding
2019-02-22 Sam Clegg[WebAssembly] Remove unneeded MCSymbolRefExpr variants
2019-02-22 Matt ArsenaultCodeGen: Make RegAllocRegistry a template class
2019-02-22 Matt ArsenaultLiveIntervals: Add removeAllRegUnitsForPhysReg
2019-02-22 Nirav Dave[DAGCombine] Fold overlapping constant stores
2019-02-22 Matt ArsenaultBreakCriticalEdges: Update PostDominatorTree
2019-02-22 Chijun Sima[DTU] Refine the interface and logic of applyUpdates
2019-02-22 Chijun Sima[DTU] Deprecate insertEdge*/deleteEdge*
2019-02-22 Matt ArsenaultDAG: Add helper for creating shifts with correct type
2019-02-21 Alina Sbirlea[MemorySSA & LoopPassManager] Update MemorySSA in formD...
2019-02-21 Matt ArsenaultFix missing C++ mode comments
2019-02-21 Clement CourbetRe-land part of r354244 "[DAGCombiner] Eliminate dead...
2019-02-21 George Rimar[yaml2obj][obj2yaml] - Support SHT_GNU_verdef (.gnu...
2019-02-21 Markus Lavin[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
2019-02-20 Nikita Popov[SDAG] Support vector UMULO/SMULO
2019-02-20 Tom StellardAdd support for pointer types in patterns
2019-02-20 Puyan LotfiFixing NDEBUG typo in include/llvm/Support/raw_ostream.h
2019-02-20 Andrea Di Biagio[MCA][Scheduler] Correctly initialize field NumDispatch...
2019-02-20 Daniel SandersAdd partial implementation of std::to_address() as...
2019-02-20 Andrea Di Biagio[MCA][Scheduler] Collect resource pressure and memory...
2019-02-20 Clement CourbetRe-land the refactoring part of r354244 "[DAGCombiner...
2019-02-20 Hans WennborgSpeculative buildfix for Mac
2019-02-20 Andrea Di Biagio[MCA][ResourceManager] Add a table that maps processor...
2019-02-20 Chen Zheng[NFC] add/modify wrapper function for findRegisterDefOp...
2019-02-20 Chijun Sima[DTU] Refine the document of mutation APIs [NFC] (PR40528)
2019-02-20 Fangrui Song[Dominators] Simplify and optimize path compression...
2019-02-20 Fangrui Song[Dominators] Delete UpdateLevelsAfterInsertion in edge...
2019-02-20 Thomas Lively[WebAssembly] Generalize section ordering constraints
2019-02-20 Bob Haarman[lld-link] preserve @llvm.used symbols in LTO
2019-02-19 Thomas Lively[WebAssembly] Update MC for bulk memory
2019-02-19 Vedant Kumar[llvm-cov] Add support for gcov --hash-filenames option
2019-02-19 Daniel SandersAnnotate timeline in Instruments with passes and other...
2019-02-19 Serge Guelton[NFC] Remove unused headers in Optional.h
2019-02-19 Matt ArsenaultGlobalISel: Implement moreElementsVector for bit ops
2019-02-19 George Rimar[yaml2obj][obj2yaml] - Support SHT_GNU_versym (.gnu...
2019-02-19 George RimarRecommit r354328, r354329 "[obj2yaml][yaml2obj] - Add...
2019-02-19 George RimarRevert r354328, r354329 "[obj2yaml][yaml2obj] - Add...
2019-02-19 George Rimar[obj2yaml][yaml2obj] - Add support of parsing/dumping...
2019-02-19 Diana PicusFix obsolete comment. NFC
2019-02-19 Fangrui Song[Dominators] Fix and optimize edge insertion of depth...
2019-02-18 Sanjay Patel[CGP] form usub with overflow from sub+icmp
2019-02-18 Matt ArsenaultGlobalISel: Implement widenScalar for g_extract scalar...
2019-02-18 Matt ArsenaultGlobalISel: Make buildExtract use DstOp/SrcOp
2019-02-18 Serge Guelton[NFC] Make Optional<T> trivially copyable when T is...
2019-02-18 Andrea Di Biagio[MCA] Slightly refactor method writeStartEvent in Write...
2019-02-18 Serge GueltonRecommit [NFC] Better encapsulation of llvm::Optional...
2019-02-18 Clement CourbetRevert r354244 "[DAGCombiner] Eliminate dead stores...
2019-02-18 Clement Courbet[DAGCombiner] Eliminate dead stores to stack.
2019-02-18 Craig Topper[MC] Make SubtargetFeatureKV only store one FeatureBits...
2019-02-17 Serge GueltonRevert [NFC] Better encapsulation of llvm::Optional...
2019-02-17 Serge Guelton[NFC] Better encapsulation of llvm::Optional Storage...
2019-02-17 Serge Guelton[NFC] Better encapsulation of llvm::Optional Storage
2019-02-17 Robert Widmann[LLVM-C] Add bindings to create enumerators
2019-02-17 Nikita Popov[SelectionDAG] Extract [US]MULO expansion into TL metho...
2019-02-17 Serge GueltonRevert [NFC] Better encapsulation of llvm::Optional...
2019-02-17 Serge Guelton[NFC] Better encapsulation of llvm::Optional Storage
2019-02-16 Serge GueltonRevert r354199: Make Optional<T> Trivially Copyable...
2019-02-16 Serge GueltonMake Optional<T> Trivially Copyable when T is trivially...
2019-02-15 Nirav Dave[X86] Fix LowerAsmOutputForConstraint.
2019-02-15 Vedant Kumar[HotColdSplit] Schedule splitting late to fix perf...
2019-02-15 Andrea Di Biagio[MCA] Improved code comment. NFC
2019-02-15 Andrea Di Biagio[MCA][LSUnit] Return the ID of the dependent memory...
2019-02-15 Serge GueltonRevert r354137 - OptionalStorage implementation for...
2019-02-15 Serge GueltonOptionalStorage implementation for trivial type, take III
2019-02-15 Hans WennborgSpeculatively revert r354051 "Recommit Optional special...
2019-02-15 Max Kazantsev[NFC] Tweak SplitBlockAndInsertIfThen to use existing...
2019-02-15 Aditya Nandakumar[GISel][NFC]: Add methods to speed up insertion into...
2019-02-14 Nick DesaulniersRevert "[INLINER] allow inlining of address taken blocks"
2019-02-14 Nick Desaulniers[INLINER] allow inlining of address taken blocks
2019-02-14 Konstantin ZhuravlyovMC/ELF: Allow targets to set ABI version
2019-02-14 Matt ArsenaultGlobalISel: Add alignment to LegalityQuery MMOs
2019-02-14 Teresa Johnson[ThinLTO] Detect partially split modules during the...
2019-02-14 Serge GueltonOptional specialization for trivially copyable types...
2019-02-14 Serge GueltonRecommit Optional specialization for trivially copyable...
2019-02-14 Saleem AbdulrasoolSupport: use internal `call_once` on PPC64le
2019-02-14 Sam McCallReapply [VFS] Allow multiple RealFileSystem instances...
2019-02-14 Daniel Sanders[globalisel][combine] Split existing rules into a match...
2019-02-13 Jordan Rupprecht[llvm-ar][libObject] Fix relative paths when nesting...
2019-02-13 Fangrui Song[llvm-readobj] Dump GNU_PROPERTY_X86_ISA_1_{NEEDED...
2019-02-13 Philip Reames[SelectionDAG] Inline a single use helper function...
2019-02-13 Leonard Chan[NewPM] Second attempt at porting ASan
2019-02-13 Thomas Lively[WebAssembly] Bulk memory intrinsics and builtins
2019-02-13 Serge GueltonRevert r353962
2019-02-13 Philip Reames[SelectionDAG] Kill last uses of getAtomic w/o a MMO...
2019-02-13 Serge GueltonRe-commit rL353927, patch included
2019-02-13 Andrea Di Biagio[MCA] Store a bitmask of used groups in the instruction...
2019-02-13 Serge GueltonRevert r353927
2019-02-13 Andrea Di Biagio[MCA][Scheduler] Use latency information to further...
2019-02-13 Serge GueltonMake llvm::Optional<T> trivially copyable when T is...
2019-02-13 Fangrui Song[llvm-readobj] Dump GNU_PROPERTY_X86_FEATURE_2_{NEEDED...
2019-02-12 Alina Sbirlea[LICM] Cap the clobbering calls in LICM.
2019-02-12 Jessica Paquette[GlobalISel][NFC] Gardening: Make translateSimpleUnaryI...
2019-02-12 Andrea Di Biagio[MCA] Improved debug prints. NFC
2019-02-12 Matt ArsenaultGlobalISel: Move some more legalize cases into functions
2019-02-12 George Rimar[yaml2obj/obj2yaml] - Move `Info` field out from `Secti...
next