comparison gen/aa.cpp @ 244:a95056b3c996 trunk

[svn r261] Fixed debug info for integer and floating local variables, can now be inspected in GDB. Did a lot of smaller cleans up here and there. Replaced more llvm::Foo with LLFoo for common stuff. Split up tollvm.cpp.
author lindquist
date Mon, 09 Jun 2008 09:37:08 +0200
parents 0806379a5eca
children 665b81613475
comparison
equal deleted inserted replaced
243:4d006f7b2ada 244:a95056b3c996
5 #include "aggregate.h" 5 #include "aggregate.h"
6 6
7 #include "gen/aa.h" 7 #include "gen/aa.h"
8 #include "gen/runtime.h" 8 #include "gen/runtime.h"
9 #include "gen/tollvm.h" 9 #include "gen/tollvm.h"
10 #include "gen/llvmhelpers.h"
10 #include "gen/logger.h" 11 #include "gen/logger.h"
11 #include "gen/irstate.h" 12 #include "gen/irstate.h"
12 #include "gen/dvalue.h" 13 #include "gen/dvalue.h"
13 14
14 // makes sure the key value lives in memory so it can be passed to the runtime functions without problems 15 // makes sure the key value lives in memory so it can be passed to the runtime functions without problems