1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Target/ARM/AsmPrinter
Evan Cheng 54a1a87862 Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo
instruction. This makes it re-materializable.

Thumb2 will split it back out into two instructions so IT pass will generate the
right mask. Also, this expose opportunies to optimize the movw to a 16-bit move.

llvm-svn: 82982
2009-09-28 09:14:39 +00:00
..
ARMAsmPrinter.cpp Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudo 2009-09-28 09:14:39 +00:00
CMakeLists.txt Add missing dependencies to the CMake build system. 2009-06-25 05:03:06 +00:00
Makefile Normalize makefile comments and sort cmake file lists. 2009-08-31 13:05:24 +00:00