summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
AgeCommit message (Expand)Author
2019-01-16[GISel]: Add support for CSEing continuously during GISel passes.Aditya Nandakumar
2018-11-13[IR] Add a dedicated FNeg IR InstructionCameron McInally
2018-08-14[GlobalISel][IRTranslator] Fix a bug in handling repeating struct types durin...Amara Emerson
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song
2018-07-09[globalisel][irtranslator] Add support for atomicrmw and (strong) cmpxchgDaniel Sanders
2018-06-22[GISel]: Add G_ADDRSPACE_CAST OpcodeAditya Nandakumar
2018-05-16[GlobalISel][IRTranslator] Split aggregates during IR translation.Amara Emerson
2017-06-26[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-05-04[GlobalISel] Add missing doxygen keyword for doxygen groups.Quentin Colombet
2017-03-21[GlobalISel] Translate shufflevectorVolkan Keles
2017-03-15[GlobalISel] Preserve IR block layout.Ahmed Bougacha
2017-03-15[GlobalISel] Use ASCII quote/apostrophe in comment. NFC.Ahmed Bougacha
2017-03-15[GlobalISel] Remove dead member. NFC.Ahmed Bougacha
2017-03-10[GlobalISel] Translate insertelement and extractelementVolkan Keles
2017-03-09GlobalISel: support trivial inlineasm calls.Tim Northover
2017-03-07[GlobalISel] Translate floating-point negationVolkan Keles
2017-02-23[GlobalISel] Emit opt remarks on isel fallbacks.Ahmed Bougacha
2017-02-15GlobalISel: support translating va_argTim Northover
2017-02-03GlobalISel: translate dynamic alloca instructions.Tim Northover
2017-01-30GlobalISel: translate memset & memmove.Tim Northover
2017-01-30[GlobalISel] Add support for indirectbrKristof Beyls
2017-01-17[GlobalISel] track predecessor mapping during switch lowering.Tim Northover
2017-01-15Revert "[GlobalISel] track predecessor mapping during switch lowering."Daniel Jasper
2017-01-13[GlobalISel] track predecessor mapping during switch lowering.Tim Northover
2017-01-05[GlobalISel] Add support for switch statementsKristof Beyls
2016-12-08GlobalISel: factor overflow handling into separate function. NFC.Tim Northover
2016-12-07GlobalISel: use correct builder for ConstantExprs.Tim Northover
2016-12-07GlobalISel: store the current MachineFunction as direct state. NFC.Tim Northover
2016-11-09GlobalISel: translate invoke and landingpad instructionsTim Northover
2016-10-31GlobalISel: translate stack protector intrinsicsTim Northover
2016-10-19Revert r284604. A.K.A. "TMP"Tim Northover
2016-10-19TMPTim Northover
2016-10-18GlobalISel: translate memcpy intrinsics.Tim Northover
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-12GlobalISel: translate GEP instructions.Tim Northover
2016-08-26[IRTranslator] Do not abort when the target wants to fall back.Quentin Colombet
2016-08-19GlobalISel: translate floating-point round/extendTim Northover
2016-08-19GlobalISel: translate floating-point comparisonsTim Northover
2016-08-19GlobalISel: translate float/int conversion instructions.Tim Northover
2016-08-19GlobalISel: support translating select instructions.Tim Northover
2016-08-19GlobalISel: translate insertvalue instructions.Tim Northover
2016-08-19GlobalISel: support translation of extractvalue instructions.Tim Northover
2016-08-19GlobalISel: support overflow arithmetic intrinsics.Tim Northover
2016-08-18[GlobalISel] Add floating-point binary ops.Ahmed Bougacha
2016-08-18[GlobalISel] Add support for DIV/REM.Ahmed Bougacha
2016-08-17GlobalISel: support irtranslation of icmp instructions.Tim Northover
2016-08-11GlobalISel: add translation support for shift operations.Tim Northover
2016-08-11GlobalISel: support zext & sext during translation phase.Tim Northover
2016-08-11GlobalISel: clear vreg mapping after translating each functionTim Northover
2016-08-10GlobalISel: support same ConstantExprs as Instructions.Tim Northover