OSDN Git Service

Merging r339674:
[android-x86/external-llvm.git] / lib / CodeGen / GlobalISel / IRTranslator.cpp
2017-01-30 Kristof Beyls[GlobalISel] Add support for indirectbr
2017-01-27 Tim NorthoverGlobalISel: don't leak super-entry BB when merging...
2017-01-27 Tim NorthoverGlobalISel: set correct regclass for LOAD_STACK_GUARD.
2017-01-27 Tim NorthoverGlobalISel: mark incoming landing-pad registers as...
2017-01-26 Tim NorthoverGlobalISel: support debug intrinsics.
2017-01-25 Tim NorthoverGlobalISel: rework getOrCreateVReg to avoid double...
2017-01-25 Justin BognerGlobalISel: Use the correct types when translating...
2017-01-20 Tim NorthoverGlobalISel: prevent heap use-after-free when looking...
2017-01-20 Justin BognerGlobalISel: Only set FailedISel on dropped dbg intrinsi...
2017-01-19 Tim NorthoverAArch64: fall back to DAG ISel for inline assembly.
2017-01-17 Tim Northover[GlobalISel] track predecessor mapping during switch...
2017-01-15 Daniel JasperRevert "[GlobalISel] track predecessor mapping during...
2017-01-13 Tim Northover[GlobalISel] track predecessor mapping during switch...
2017-01-05 Kristof Beyls[GlobalISel] Add support for address-taken basic blocks
2017-01-05 Kristof Beyls[GlobalISel] Add support for switch statements
2016-12-15 Quentin Colombet[IRTranslator] Merge the entry and ABI lowering blocks.
2016-12-08 Tim NorthoverGlobalISel: fall back gracefully for debug intrinsics.
2016-12-08 Tim NorthoverGlobalISel: factor overflow handling into separate...
2016-12-07 Tim NorthoverGlobalISel: use correct builder for ConstantExprs.
2016-12-07 Tim NorthoverGlobalISel: store the current MachineFunction as direct...
2016-12-07 Tim NorthoverGlobalISel: simplify MachineIRBuilder interface.
2016-12-05 Tim NorthoverGlobalISel: avoid looking too closely at PHIs when...
2016-12-05 Tim NorthoverGlobalISel: place constants correctly in the entry...
2016-12-05 Tim NorthoverGlobalISel: translate constants larger than 64 bits.
2016-12-05 Tim NorthoverGlobalISel: make G_CONSTANT take a ConstantInt rather...
2016-12-05 Tim NorthoverGlobalISel: improve translation fallback for constants.
2016-12-02 Peter CollingbourneFix GlobalISel build.
2016-12-01 Matthias BraunMove most EH from MachineModuleInfo to MachineFunction
2016-11-16 Ahmed Bougacha[CodeGen] Pass references, not pointers, to MMI helpers...
2016-11-16 Ahmed Bougacha[CodeGen] Pull MMI helpers from FunctionLoweringInfo...
2016-11-09 Tim NorthoverGlobalISel: translate invoke and landingpad instructions
2016-11-08 Tim NorthoverGlobalISel: improve error diagnostics when IRTranslatio...
2016-10-31 Tim NorthoverGlobalISel: translate stack protector intrinsics
2016-10-19 Tim NorthoverRevert r284604. A.K.A. "TMP"
2016-10-19 Tim NorthoverTMP
2016-10-19 Tim NorthoverGlobalISel: support translating volatile loads and...
2016-10-18 Tim NorthoverGlobalISel: translate the @llvm.objectsize intrinsic.
2016-10-18 Tim NorthoverGlobalISel: translate memcpy intrinsics.
2016-09-21 Tim NorthoverGlobalISel: pass Function to lowerFormalArguments direc...
2016-09-20 Tim NorthoverGlobalISel: split aggregates for PCS lowering
2016-09-15 Tim NorthoverGlobalISel: cache pointer sizes in LLT
2016-09-12 Tim NorthoverGlobalISel: support translation of global addresses.
2016-09-12 Tim NorthoverGlobalISel: translate GEP instructions.
2016-09-09 Tim NorthoverGlobalISel: remove G_TYPE and G_PHI
2016-09-09 Tim NorthoverGlobalISel: move type information to MachineRegisterInfo.
2016-09-01 Tim NorthoverGlobalISel: add a G_PHI instruction to give phis a...
2016-08-29 Tim NorthoverGlobalISel: rework CallLowering so that it can be used...
2016-08-26 Quentin Colombet[IRTranslator] Do not abort when the target wants to...
2016-08-26 Quentin Colombet[IRTranslator][NFC] Use DEBUG_TYPE instead of repeating...
2016-08-19 Tim NorthoverGlobalISel: translate floating-point comparisons
2016-08-19 Tim NorthoverGlobalISel: translate floating-point constants
2016-08-19 Tim NorthoverGlobalISel: support translating select instructions.
2016-08-19 Tim NorthoverGlobalISel: fix insert/extract to work on ConstantExprs...
2016-08-19 Tim NorthoverGlobalISel: translate insertvalue instructions.
2016-08-19 Tim NorthoverGlobalISel: improve representation of G_SEQUENCE and...
2016-08-19 Tim NorthoverGlobalISel: allow extractvalue to extract an aggregate.
2016-08-19 Tim NorthoverGlobalISel: support translation of extractvalue instruc...
2016-08-19 Tim NorthoverGlobalISel: support overflow arithmetic intrinsics.
2016-08-17 Tim NorthoverGlobalISel: support irtranslation of icmp instructions.
2016-08-15 Tim NorthoverGlobalISel: support loads and stores of strange types.
2016-08-11 Tim NorthoverGlobalISel: support 'null' constant in translation.
2016-08-11 Tim NorthoverGlobalISel: clear vreg mapping after translating each...
2016-08-10 Tim NorthoverGlobalISel: support same ConstantExprs as Instructions.
2016-08-10 Tim NorthoverGlobalISel: implement simple function calls on AArch64.
2016-08-10 Tim NorthoverGlobalISel: avoid inserting redundant COPYs for bitcasts.
2016-08-09 Tim NorthoverGlobalISel: support 'undef' constant.
2016-08-09 Tim NorthoverGlobalISel: first translation support for Constants.
2016-08-05 Tim NorthoverGlobalISel: clear pending phis after MachineFunction...
2016-08-05 Tim NorthoverGlobalISel: IRTranslate PHI instructions
2016-08-04 Tim NorthoverGlobalISel: add support for G_MUL
2016-08-04 Tim NorthoverGlobalISel: also add G_TRUNC to IRTranslator.
2016-07-29 Tim NorthoverGlobalISel: translate "unreachable" (into nothing)
2016-07-29 Tim NorthoverGlobalISel: support translation of intrinsic calls.
2016-07-29 Tim NorthoverGlobalISel: make translate* functions take the most...
2016-07-29 Tim NorthoverGlobalISel: add generic conditional branch.
2016-07-29 Tim NorthoverCodeGen: improve MachineInstrBuilder & MachineIRBuilder...
2016-07-29 Ahmed Bougacha[GlobalISel] Add G_XOR.
2016-07-28 Matthias BraunMissed updating a GlobalISel bit in my last commit
2016-07-27 Tim NorthoverGlobalISel: support zero-sized allocas
2016-07-26 Tim NorthoverGlobalISel: add generic load and store instructions.
2016-07-26 Tim NorthoverGlobalISel: add specialized buildCopy function to Machi...
2016-07-26 Tim NorthoverGlobalISel: give MachineInstrBuilder a uniform interfac...
2016-07-26 Tim NorthoverGlobalISel: remove redundant ';'s. NFC
2016-07-25 Tim NorthoverGlobalISel: add generic casts to IRTranslator
2016-07-22 Tim NorthoverGlobalISel: implement alloca instruction
2016-07-21 Quentin Colombet[IRTranslator] Add G_SUB opcode.
2016-07-21 Quentin Colombet[IRTranslator] Add comments to explain the ordering...
2016-07-21 Quentin Colombet[IRTranslator] Add G_AND opcode.
2016-07-20 Tim NorthoverGlobalISel: implement low-level type with just size...
2016-07-12 Tim NorthoverGlobalISel: freeze reserved regs after IRTranslator.
2016-06-10 Quentin Colombet[IRTranslator] Support the translation of or.
2016-06-10 Quentin Colombet[IRTranslator] Refactor to expose a translateBinaryOp...
2016-04-14 Tom Stellard[GlobalISel] Coding style and whitespace fixes
2016-03-11 Quentin Colombet[IRTranslator] Translate unconditional branches.
2016-03-11 Quentin Colombet[IRTranslator] Update getOrCreateVReg API to use refere...
2016-03-11 Quentin Colombet[MachineIRBuilder] Rename the setter of MF for consiste...
2016-03-11 Quentin Colombet[MachineIRBuilder] Rename the setter for MBB for consis...
2016-03-11 Quentin Colombet[IRTranslator] Update getOrCreateBB API to use references.
2016-03-08 Quentin Colombet[GlobalISel] Introduce initializer method to support...
2016-02-16 Quentin Colombet[GlobalISel] Re-apply r260922-260923 with MSVC-friendly...
next