summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LowLevelType.cpp
AgeCommit message (Expand)Author
2017-04-19[GlobalISel] Support vector-of-pointers in LLTKristof Beyls
2017-04-18Revert "[GlobalISel] Support vector-of-pointers in LLT"Kristof Beyls
2017-04-18[GlobalISel] Support vector-of-pointers in LLTKristof Beyls
2017-03-07Recommit: [globalisel] Change LLT constructor string into an LLT-based object...Daniel Sanders
2017-03-07Revert r297177: Change LLT constructor string into an LLT-based object ...Daniel Sanders
2017-03-07[globalisel] Change LLT constructor string into an LLT-based object that know...Daniel Sanders
2017-02-28Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl...Daniel Sanders
2017-02-28[globalisel] Change LLT constructor string into an LLT subclass that knows ho...Daniel Sanders
2017-02-17[CodeGen] Revert changes in LowLevelType to pre-r295499 to fix broken buildbots.Eugene Zelenko
2017-02-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-09-21GlobalISel: produce correct code for signext/zeroext ABI flags.Tim Northover
2016-09-15GlobalISel: remove "unsized" LLTTim Northover
2016-09-15GlobalISel: cache pointer sizes in LLTTim Northover
2016-08-15GlobalISel: support loads and stores of strange types.Tim Northover
2016-07-22GlobalISel: implement alloca instructionTim Northover
2016-07-20GlobalISel: implement low-level type with just size & vector lanes.Tim Northover