Quentin Colombet
ccd7725808
[IRTranslator] Use a single virtual register to represent any Value.
...
PR26161.
llvm-svn: 260602
2016-02-11 21:48:32 +00:00
Quentin Colombet
fd9d0a07d8
[GlobalISel] Add the necessary plumbing to lower formal arguments.
...
llvm-svn: 260579
2016-02-11 19:59:41 +00:00
Quentin Colombet
74d7d2f00b
[GlobalISel] Teach the IRTranslator how to lower returns.
...
llvm-svn: 260562
2016-02-11 18:53:28 +00:00
Quentin Colombet
a7fae162e6
[GlobalISel][IRTranslator] Change the ownership of the MIRBuilder field.
...
llvm-svn: 260551
2016-02-11 17:53:23 +00:00
Quentin Colombet
4f0ec8d2b0
[GlobalISel][IRTranslator] Fix a typo in assert.
...
llvm-svn: 260550
2016-02-11 17:52:28 +00:00
Quentin Colombet
17c494b91c
[GlobalISel][IRTranslator] Teach the pass how to translate Add instructions.
...
llvm-svn: 260549
2016-02-11 17:51:31 +00:00
Quentin Colombet
2ecff3bff2
[GlobalISel] More detailed skeleton for the IRTranslator.
...
llvm-svn: 260456
2016-02-10 22:59:27 +00:00
Quentin Colombet
105cf2b179
[GlobalISel] Add the proper cmake plumbing.
...
This patch adds the necessary plumbing to cmake to build the sources related to
GlobalISel.
To build the sources related to GlobalISel, we need to add -DBUILD_GLOBAL_ISEL=ON.
By default, this is OFF, thus GlobalISel sources will not impact people that do
not explicitly opt-in.
Differential Revision: http://reviews.llvm.org/D15983
llvm-svn: 258344
2016-01-20 20:58:56 +00:00