llvm-project/llvm/lib/Target/ARM/AsmPrinter
Chris Lattner 889a6217fa add jump tables, constant pools and some trivial global
lowering stuff.  We can now compile hello world to:

_main:
	stm , 
	mov r7, sp
	sub sp, sp, #4
	mov r0, #0
	str r0, 
	ldr r0, 
	bl _printf
	ldr r0, 
	mov sp, r7
	ldm , 

Almost looks like arm code :)

llvm-svn: 84542
2009-10-19 21:53:00 +00:00
..
ARMAsmPrinter.cpp add jump tables, constant pools and some trivial global 2009-10-19 21:53:00 +00:00
ARMInstPrinter.cpp add jump tables, constant pools and some trivial global 2009-10-19 21:53:00 +00:00
ARMInstPrinter.h add printing support for SOImm operands, getting us to: 2009-10-19 21:21:39 +00:00
ARMMCInstLower.cpp add jump tables, constant pools and some trivial global 2009-10-19 21:53:00 +00:00
ARMMCInstLower.h add jump tables, constant pools and some trivial global 2009-10-19 21:53:00 +00:00
CMakeLists.txt wire up skeletal support for having llc print instructions 2009-10-19 20:20:46 +00:00
Makefile Normalize makefile comments and sort cmake file lists. 2009-08-31 13:05:24 +00:00