Evan Cheng
50f2d8d304
Eliminate asm parser's dependency on TargetMachine:
...
- Each target asm parser now creates its own MCSubtatgetInfo (if needed).
- Changed AssemblerPredicate to take subtarget features which tablegen uses
to generate asm matcher subtarget feature queries. e.g.
"ModeThumb,FeatureThumb2" is translated to
"(Bits & ModeThumb) != 0 && (Bits & FeatureThumb2) != 0".
llvm-svn: 134678
2011-07-08 01:53:10 +00:00
..
2011-07-08 01:53:10 +00:00
2011-06-29 16:05:14 +00:00
2011-07-01 20:45:01 +00:00
2011-06-09 19:13:45 +00:00
2011-05-11 22:53:06 +00:00
2011-06-24 23:44:37 +00:00
2011-07-07 20:30:33 +00:00
2011-02-25 16:30:32 +00:00
2011-05-10 20:35:05 +00:00
2011-07-07 20:30:33 +00:00
2011-05-08 14:35:21 +00:00
2011-04-18 05:02:31 +00:00
2011-07-07 00:54:13 +00:00
2011-05-16 16:17:21 +00:00
2011-02-28 21:45:04 +00:00
2011-05-16 16:17:21 +00:00
2011-06-17 18:05:30 +00:00
2011-06-09 20:25:38 +00:00
2011-06-02 02:34:55 +00:00
2011-05-01 03:50:49 +00:00
2011-05-10 03:14:15 +00:00
2011-05-01 03:50:49 +00:00
2011-05-19 21:40:34 +00:00
2011-02-16 03:25:55 +00:00
2011-02-25 16:30:32 +00:00
2011-03-04 20:03:14 +00:00
2011-03-19 02:42:31 +00:00
2011-06-07 17:31:02 +00:00
2011-07-07 07:07:08 +00:00
2011-04-29 18:20:17 +00:00
2011-05-27 19:09:24 +00:00
2011-07-07 07:07:08 +00:00
2011-04-21 18:36:50 +00:00
2011-05-22 04:15:07 +00:00