comparison llvmdc.kdevelop.filelist @ 237:a168a2c3ea48 trunk

[svn r253] Removed -inlineasm option. inline asm is now enabled by default unless the new -noasm option is passed. Tried adding a stack trace print when compiler crashes, not sure it's working though. Changed data layouts to match that of llvm-gcc. Fixed casting function pointers. Added support checks in AsmStatement.
author lindquist
date Sun, 08 Jun 2008 19:09:24 +0200
parents 092468448d25
children ab43d1e1bf2a
comparison
equal deleted inserted replaced
236:df1abfe27be6 237:a168a2c3ea48
116 gen/enums.h 116 gen/enums.h
117 gen/functions.cpp 117 gen/functions.cpp
118 gen/functions.h 118 gen/functions.h
119 gen/irstate.cpp 119 gen/irstate.cpp
120 gen/irstate.h 120 gen/irstate.h
121 gen/linker.h
121 gen/llvm.h 122 gen/llvm.h
122 gen/logger.cpp 123 gen/logger.cpp
123 gen/logger.h 124 gen/logger.h
124 gen/optimizer.cpp 125 gen/optimizer.cpp
125 gen/pairtype.h 126 gen/pairtype.h
747 tangotests 748 tangotests
748 tangotests/a.d 749 tangotests/a.d
749 tangotests/aa1.d 750 tangotests/aa1.d
750 tangotests/aa2.d 751 tangotests/aa2.d
751 tangotests/align1.d 752 tangotests/align1.d
753 tangotests/apply1.d
752 tangotests/arrays1.d 754 tangotests/arrays1.d
753 tangotests/asm1.d 755 tangotests/asm1.d
754 tangotests/asm2.d 756 tangotests/asm2.d
755 tangotests/asm3.d 757 tangotests/asm3.d
756 tangotests/asm4.d 758 tangotests/asm4.d