Go to file
Kevin Enderby 1a51d4cec9 Fixed the encoding of the x86 push instructions. Using a 32-bit immediate value
caused the a pushl instruction to be incorrectly encoding using only two bytes
of immediate, causing the following 2 instruction bytes to be part of the 32-bit
immediate value.  Also fixed the one byte form of push to be used when the
immediate would fit in a signed extended byte.  Lastly changed the names to not
include the 32 of PUSH32 since they actually push the size of the stack pointer.

llvm-svn: 102951
2010-05-03 20:45:05 +00:00
clang When instantiating a function-local variable definition, introduce the 2010-05-03 20:22:41 +00:00
compiler-rt Fix build with MSVC. 2010-04-29 23:44:00 +00:00
llvm Fixed the encoding of the x86 push instructions. Using a 32-bit immediate value 2010-05-03 20:45:05 +00:00