OSDN Git Service

Merging r339674:
[android-x86/external-llvm.git] / lib / CodeGen / GlobalISel / IRTranslator.cpp
2018-08-21 Hans WennborgMerging r339674:
2018-08-01 Amara Emerson[GlobalISel][IRTranslator] Use RPO traversal when visit...
2018-07-31 Vlad TsyrklevichRevert "[DebugInfo] Generate DWARF debug information...
2018-07-31 Hsiangkai Wang[DebugInfo] Generate DWARF debug information for labels.
2018-07-31 Amara Emerson[GlobalISel] Add a G_BLOCK_ADDR opcode to handle IR...
2018-07-26 Amara Emerson[GlobalISel] Fall back to SDISel for swifterror/swiftse...
2018-07-13 Matthias BraunCodeGen: Remove pipeline dependencies on StackProtector...
2018-07-12 Matthias BraunRevert "(HEAD -> master, origin/master, arcpatch-D37582...
2018-07-12 Matthias BraunCodeGen: Remove pipeline dependencies on StackProtector...
2018-07-09 Daniel Sanders[globalisel][irtranslator] Add support for atomicrmw...
2018-05-16 Amara Emerson[GlobalISel][IRTranslator] Split aggregates during...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-03-22 Aditya Nandakumar[GISel]: Fix incorrect IRTranslation while translating...
2018-03-05 Volkan KelesGlobalISel: IRTranslate llvm.fabs.* intrinsic
2018-02-17 Martin Storsjo[AArch64] Implement dynamic stack probing for windows
2018-02-13 Volkan KelesGlobalISel: IRTranslate llvm.fmuladd.* intrinsic
2018-01-30 Martin Storsjo[GlobalISel] Bail out on calls to dllimported functions
2018-01-05 Aditya Nandakumar[GISel]: Don't create G_MUL with 1 during translation...
2018-01-02 Amara Emerson[AArch64][GlobalISel] Fix assert fail with unknown...
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-14 Matt ArsenaultTLI: Allow using PSV for intrinsic mem operands
2017-12-14 Matt ArsenaultDAG: Expose all MMO flags in getTgtMemIntrinsic
2017-12-11 Amara Emerson[GlobalISel] Disable GISel for big endian.
2017-12-05 Daniel SandersRevert r319691: [globalisel][tablegen] Split atomic...
2017-12-04 Daniel Sanders[globalisel][tablegen] Split atomic load/store into...
2017-11-30 Amara Emerson[GlobalISel][IRTranslator] Fix crash during translation...
2017-11-28 Jonas PaulssonUse getStoreSize() in various places instead of 'BitSiz...
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-15 Fangrui SongNFC Remove default argument of DataLayout::getPointerAB...
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-10-09 Adam NemetRename OptimizationDiagnosticInfo.* to OptimizationRema...
2017-09-18 Ahmed Bougacha[GlobalISel] Only build expensive remarks if they're...
2017-08-23 Aditya Nandakumar[GISEl]: Translate phi into G_PHI
2017-07-28 Adrian PrantlRemove the unused DBG_VALUE offset parameter from Globa...
2017-07-28 Adrian PrantlRemove the obsolete offset parameter from @llvm.dbg...
2017-07-11 Konstantin ZhuravlyovEnhance synchscope representation
2017-06-29 Aditya Nandakumar[GISel]: New Opcode G_FLOG/G_FLOG2
2017-06-27 Aditya Nandakumar[GISel]: Add G_FEXP, G_FEXP2 opcodes
2017-06-26 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-06-23 Tim NorthoverGlobalISel: convert buildSequence to use non-deprecated...
2017-06-20 Aditya Nandakumar[GISel]: Add G_FMA opcode for fused multiply adds
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-05 Volkan Keles[GlobalISel] IRTranslator: Add MachineMemOperand to...
2017-05-19 Volkan Keles[GlobalISel] IRTranslator: Translate ConstantStruct
2017-05-17 Aditya Nandakumar[GISel]: Fix undefined behavior in IRTranslator
2017-05-05 Matthias BraunARM: Compute MaxCallFrame size early
2017-05-04 Aditya Nandakumar[GISel]: Add support to translate ConstantVectors
2017-04-28 Matthias BraunGlobalISel: Followup for r301679
2017-04-28 Matthias BraunTargetLowering: Add finalizeLowering() function; NFC
2017-04-19 Kristof Beyls[GlobalISel] Remove non-determinism from IRTranslator.
2017-03-22 Aditya Nandakumar[GlobalISel]: Create VREGs for ConstantInt args
2017-03-21 Ahmed Bougacha[GlobalISel] Don't translate br to layout successor.
2017-03-21 Volkan Keles[GlobalISel] Translate shufflevector
2017-03-20 Diana Picus[GlobalISel] Use the correct calling conv for calls
2017-03-15 Ahmed Bougacha[GlobalISel] Avoid translating synthetic constants...
2017-03-15 Ahmed Bougacha[GlobalISel] Insert translated switch icmp blocks after...
2017-03-15 Ahmed Bougacha[GlobalISel] Preserve IR block layout.
2017-03-15 Ahmed Bougacha[GlobalISel] Remove dead member. NFC.
2017-03-14 Volkan Keles[GlobalISel] IRTranslator: Return the scalar for <1...
2017-03-13 Volkan KelesGlobalISel: Translate ConstantDataVector
2017-03-11 Quentin Colombet[IRTranslator] Simplify error handling for translating...
2017-03-10 Volkan KelesGlobalISel: Translate ConstantAggregateZero vectors
2017-03-10 Volkan Keles[GlobalISel] Translate insertelement and extractelement
2017-03-10 Ahmed Bougacha[GlobalISel] Use ImmutableCallSite instead of templates...
2017-03-10 Ahmed Bougacha[GlobalISel] Fallback when failing to translate invoke.
2017-03-09 Tim NorthoverGlobalISel: support trivial inlineasm calls.
2017-03-09 Tim NorthoverGlobalISel: inform FrameLowering when we emit a functio...
2017-03-09 Tim NorthoverGlobalISel: put debug info for static allocas in the...
2017-03-08 Tim NorthoverGlobalISel: correctly handle trivial fcmp predicates.
2017-03-07 Daniel SandersFix additional constructor call missed by r297241.
2017-03-07 Daniel SandersRecommit: [globalisel] Change LLT constructor string...
2017-03-07 Tim NorthoverGlobalISel: use inserts for landingpad instead of seque...
2017-03-07 Ahmed Bougacha[GlobalISel] Don't translate intrinsics with metadata...
2017-03-07 Ahmed Bougacha[GlobalISel] Avoid invalidating ValToVReg when translat...
2017-03-07 Daniel SandersRevert r297177: Change LLT constructor string into...
2017-03-07 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-03-07 Volkan Keles[GlobalISel] Translate floating-point negation
2017-03-06 Tim NorthoverGlobalISel: restrict G_EXTRACT instruction to just...
2017-03-06 Tim NorthoverGlobalISel: add buildUndef method to MachineIRBuilder...
2017-02-28 Daniel SandersRevert r296474 - [globalisel] Change LLT constructor...
2017-02-28 Daniel Sanders[globalisel] Change LLT constructor string into an...
2017-02-24 Ahmed Bougacha[GlobalISel] Use the same name for all remarks.
2017-02-24 Ahmed Bougacha[GlobalISel] Use the DISubprogram for translation failu...
2017-02-24 Ahmed Bougacha[GlobalISel] Remove now-unnecessary variable. NFC.
2017-02-23 Ahmed Bougacha[GlobalISel] Don't translate other blocks when one...
2017-02-23 Ahmed Bougacha[GlobalISel] Finalize translated function on scope...
2017-02-23 Ahmed Bougacha[GlobalISel] Emit opt remarks on isel fallbacks.
2017-02-15 Tim NorthoverGlobalISel: support translating va_arg
2017-02-14 Tim NorthoverGlobalISel: introduce G_PTR_MASK to simplify alloca...
2017-02-13 Tim NorthoverGlobalISel: represent atomic loads & stores via the...
2017-02-10 Tim NorthoverGlobalISel: drop lifetime intrinsics during translation.
2017-02-08 Tim NorthoverGlobalISel: translate @llvm.pow intrinsic to G_FPOW.
2017-02-08 Tim NorthoverGlobalISel: translate @llvm.va_start intrinsic.
2017-02-07 Tim NorthoverGlobalISel: translate @llvm.va_end intrinsic.
2017-02-03 Tim NorthoverGlobalISel: translate dynamic alloca instructions.
2017-01-31 Tim NorthoverGlobalISel: the translation of an invoke must branch...
2017-01-31 Tim NorthoverGlobalISel: merge invoke and call translation paths.
2017-01-30 Tim NorthoverGlobalISel: correctly translate invoke when callee...
2017-01-30 Tim NorthoverGlobalISel: account for differing exception selector...
2017-01-30 Tim NorthoverGlobalISel: translate memset & memmove.
next