Files
llvm/test/CodeGen/X86
Tim Northover 06bfcf3df9 GlobalISel: simplify MachineIRBuilder interface.
MachineIRBuilder had weird before/after and beginning/end flags for the insert
point. Unfortunately the non-default means that instructions will be inserted
in reverse order which is almost never what anyone wants.

Really, I think we just want (like IRBuilder has) the ability to insert at any
C++ iterator-style point (i.e. before any instruction or before MBB.end()). So
this fixes MIRBuilders to behave like IRBuilders in this respect.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288980 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-07 21:05:38 +00:00
..
2016-07-14 05:48:25 +00:00
2016-09-04 14:03:52 +00:00
2016-11-22 13:27:29 +00:00
2016-07-21 14:36:41 +00:00
2016-10-30 18:13:30 +00:00
2016-10-30 18:19:35 +00:00
2016-10-29 08:44:46 +00:00
2016-06-24 18:04:39 +00:00
2016-10-19 16:58:59 +00:00
2016-06-16 18:21:11 +00:00
2016-10-10 22:04:12 +00:00
2016-10-10 22:01:42 +00:00
2016-09-09 21:36:17 +00:00
2016-07-13 23:23:40 +00:00
2016-08-17 19:07:40 +00:00
2016-09-14 20:21:28 +00:00
2016-09-14 19:42:03 +00:00
2016-10-19 11:16:58 +00:00
2016-08-18 02:21:54 +00:00
2016-06-27 20:19:14 +00:00
2016-09-04 13:30:46 +00:00
2016-09-19 20:50:35 +00:00
2016-07-30 20:28:02 +00:00
2016-07-30 20:28:02 +00:00
2016-07-30 20:28:02 +00:00
2016-07-30 20:28:02 +00:00
2016-07-30 20:28:02 +00:00
2016-07-30 20:28:02 +00:00