- Nov 27, 2017
-
-
Simon Pilgrim authored
llvm-svn: 319029
-
- Nov 25, 2017
-
-
Andrew V. Tischenko authored
Differential Revision: https://reviews.llvm.org/D40124 llvm-svn: 318977
-
- Nov 17, 2017
-
-
Simon Pilgrim authored
Reduces spsce used and makes it easier to compare the 2 values for the equivalent instructions llvm-svn: 318541
-
- Nov 16, 2017
-
-
Simon Pilgrim authored
llvm-svn: 318402
-
- Nov 15, 2017
-
-
Simon Pilgrim authored
Some CPUs are already overriding these sign extension instructions but we should be able to use the WriteALU schedule class by default. Differential Revision: https://reviews.llvm.org/D39899 llvm-svn: 318308
-
- Nov 10, 2017
-
-
Simon Pilgrim authored
- CBW etc sign extensions - CLC/CLD/CMC flag modifiers - CPUID llvm-svn: 317885
-
Simon Pilgrim authored
Not sure if we want to add the more exotic system instructions (IRET etc.) as well? llvm-svn: 317882
-
- Nov 09, 2017
-
-
Andrew V. Tischenko authored
Differential Revision: https://reviews.llvm.org/D39728 llvm-svn: 317782
-
- Nov 08, 2017
-
-
Simon Pilgrim authored
These will be using inline asm to ensure we have coverage that we're unlikely to get from lowering of basic ir. Currently waiting for D39728 to land to add support for scheduler comments for inline asm. llvm-svn: 317698
-