OSDN Git Service

[Intrinsic] Signed Fixed Point Multiplication Intrinsic
[android-x86/external-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGBuilder.cpp
2018-12-12 Leonard Chan[Intrinsic] Signed Fixed Point Multiplication Intrinsic
2018-12-10 Jeremy Morse[DebugInfo] Don't drop dbg.value's of nullptr
2018-12-07 Pete CooperFollow-up from r348441 to add the rest of the objc...
2018-12-06 Pete CooperAdd objc.* ARC intrinsics and codegen them to their...
2018-12-05 Simon Pilgrim[SelectionDAG] Initial support for FSHL/FSHR funnel...
2018-12-05 Amara Emerson[SelectionDAG] Split very large token factors for loads...
2018-11-20 Craig Topper[SelectionDAG] Compute known bits and num sign bits...
2018-11-13 Cameron McInally[IR] Add a dedicated FNeg IR Instruction
2018-11-07 James Y KnightAdd support for llvm.is.constant intrinsic (PR4898)
2018-11-05 Cameron McInally[FPEnv] Add constrained CEIL/FLOOR/ROUND/TRUNC intrinsics
2018-11-01 Mandeep Singh Grang[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
2018-11-01 Mandeep Singh GrangRevert "[COFF, ARM64] Implement Intrinsic.sponentry...
2018-10-31 Mandeep Singh Grang[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
2018-10-31 Scott Linder[SelectionDAG] Handle constant range [0,1) in lowerRang...
2018-10-30 Cameron McInally[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM...
2018-10-29 Leonard Chan[Intrinsic] Signed and Unsigned Saturation Subtraction...
2018-10-25 Heejin AhnReland "[WebAssembly] LSDA info generation"
2018-10-24 Thomas Lively[NFC] Rename minnan and maxnan to minimum and maximum
2018-10-23 Sanjay Patel[SelectionDAG] use 'match' to simplify code; NFC
2018-10-22 Leonard Chan[Intrinsic] Unigned Saturation Addition Intrinsic
2018-10-16 Krasimir GeorgievRevert "[WebAssembly] LSDA info generation"
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-15 Chandler Carruth[TI removal] Make variables declared as `TerminatorInst...
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-10-08 Alex Bradbury[SelectionDAGBuilder][NFC] Pass LHSTy to getShiftAmount...
2018-09-27 Fangrui Songllvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C...
2018-09-25 Heejin AhnUnify landing pad information adding routines (NFC)
2018-09-10 Matt ArsenaultDAG: Handle odd vector sizes in calling conv splitting
2018-09-04 Matt ArsenaultDAG: Factor out helper function for odd vector sizes
2018-08-30 Matt ArsenaultDAG: Don't use ABI copies in some contexts
2018-08-26 Chandler Carruth[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
2018-08-21 Heejin Ahn[WebAssembly] Don't make wasm cleanuppads into funclet...
2018-08-17 Chen Zheng[MISC]Fix wrong usage of std::equal()
2018-08-14 Chandler Carruth[SDAG] Remove the reliance on MI's allocation strategy for
2018-08-09 Sanjay Patel[SelectionDAG] try harder to convert funnel shift to...
2018-08-08 Ties Stuijtest commit access
2018-08-08 Thomas Preud'hommeSupport inline asm with multiple 64bit output in 32bit GPR
2018-08-06 Hsiangkai Wang[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
2018-08-01 Sanjay Patel[SelectionDAG] fix bug in translating funnel shift...
2018-07-31 Matt ArsenaultDAG: Correct pointer type used for stack slot
2018-07-30 Fangrui SongRemove trailing space
2018-07-30 Thomas Preud'hommeReapply "Fix crash on inline asm with 64bit matching...
2018-07-29 Sanjay Patelrevert r338206 because the test does not pass
2018-07-28 Thomas Preud'hommeFix crash on inline asm with 64bit matching input in...
2018-07-28 Matt ArsenaultDAG: Add calling convention argument to calling convent...
2018-07-26 Craig Topper[SelectionDAGBuilder] Add masked loads to PendingLoads...
2018-07-26 Vedant Kumar[DebugInfo] LowerDbgDeclare: Add derefs when handling...
2018-07-25 Sanjay Patel[SelectionDAG] try to convert funnel shift directly...
2018-07-25 Thomas Preud'hommeFix PR34170: Crash on inline asm with 64bit output...
2018-07-23 Vedant Kumar[SelectionDAG] Reduce DanglingDebugInfo memory traffic...
2018-07-22 Craig Topper[SelectionDAGBuilder] Use APInt::isZero instead of...
2018-07-22 Craig Topper[SelectionDAGBuilder] Restrict vector reduction check...
2018-07-16 Sanjay Patel[Intrinsics] define funnel shift IR intrinsics + DAG...
2018-07-11 Eli Friedman[CodeGen] Emit more precise AssertZext/AssertSext nodes.
2018-07-02 Piotr PadlewskiImplement strip.invariant.group
2018-06-28 Matthias BraunSelectionDAGBuilder, mach-o: Skip trap after noreturn...
2018-06-21 Mikael Holmen[DebugInfo] Make sure all DBG_VALUEs' reguse operands...
2018-06-20 Craig Topper[SelectionDAG] Don't crash on inline assembly errors...
2018-05-31 Heejin Ahn[WebAssembly] Support instruction selection for catchin...
2018-05-29 Matt ArsenaultDAG: Remove redundant version of getRegisterTypeForCall...
2018-05-23 Heejin Ahn[WebAssembly] Add functions for EHScopes
2018-05-15 Sanjay Patel[DAG] propagate FMF for all FPMathOperators
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-11 Sanjay Patel[DAG] add convenience function to propagate FMF; NFC
2018-05-11 Sanjay Patel[DAG] clean up flag propagation for binops; NFCI
2018-05-11 Sanjay Patel[DAG] reduce code duplication; NFCI
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-09 Shiva Chen[DebugInfo] Convert intrinsic llvm.dbg.label to Machine...
2018-05-04 Michael BergFast Math Flag mapping into SDNode
2018-05-04 Bjorn Pettersson[SelectionDAG] Refactor code by adding RegsForValue...
2018-05-03 Bjorn PetterssonReapply "[SelectionDAG] Selection of DBG_VALUE using...
2018-05-03 Piotr PadlewskiRename invariant.group.barrier to launder.invariant...
2018-05-03 Martin StorsjoRevert "[SelectionDAG] Selection of DBG_VALUE using...
2018-05-02 Bjorn Pettersson[SelectionDAG] Selection of DBG_VALUE using a PHI node...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-30 Bjorn Pettersson[SelectionDAG] Improve selection of DBG_VALUE using...
2018-04-23 Daniel Neilson[SelectionDAG] Refactor lowering of atomic memory intri...
2018-04-17 Keith Wyss[XRay] Typed event logging intrinsic
2018-04-06 Mandeep Singh Grang[CodeGen] Change std::sort to llvm::sort in response...
2018-03-30 Fangrui SongFix a bunch of typoes. NFC
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-23 David BlaikieFix layering of MachineValueType.h by moving it from...
2018-03-21 Bjorn Pettersson[SelectionDAG] Support multiple dangling debug info...
2018-03-13 Daniel Neilson[SelectionDAGBuilder] Replace deprecated calls to Memor...
2018-03-12 Bjorn Pettersson[SelectionDAG] Improve handling of dangling debug info
2018-03-09 Peter CollingbourneUse branch funnels for virtual calls when retpoline...
2018-03-01 Than McIntosh[CodeGen] fix argument attribute in lowering statepoint...
2018-02-14 Elena DemikhovskyAdding a width of the GEP index to the Data Layout.
2018-01-30 Dan Gohman[SelectionDAG]: Ignore "returned" in the presence of...
2018-01-29 Hiroshi Inoue[NFC] fix trivial typos in comments and documents
2018-01-19 Daniel NeilsonRemove alignment argument from memcpy/memmove/memset...
2018-01-12 Daniel Neilson[NFC] Change MemIntrinsicInst::setAlignment() to take...
2018-01-10 Craig Topper[SelectionDAG][X86] Explicitly store the scale in the...
2018-01-10 Jonas Paulsson[SelectionDAGBuilder] Chain prefetches less aggressively.
2017-12-30 Benjamin KramerUse phi ranges to simplify code. No functionality chang...
2017-12-15 Matthias BraunFix unused variable in non-assert builds
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-14 Adrian PrantlEmitFuncArgumentDbgValue: Prefer stack slots over regis...
next