Go to file
Reid Kleckner 48ca915be9 Fix a bug where the DWARF emitter in the JIT was not initializing alignment
bytes.  libgcc doesn't seem to mind, but if you pass this DWARF to GDB, it
doesn't like it.  

Also make the JIT memory manager to initialize it's memory to garbage in debug
mode, so that it's easier to find bugs like these in the future.

llvm-svn: 79674
2009-08-21 21:03:57 +00:00
clang Introduce support for constructor templates, which can now be declared 2009-08-21 18:42:58 +00:00
compiler-rt Add support for ellcc, Credit to Richard Pennington. 2009-08-18 11:54:44 +00:00
llvm Fix a bug where the DWARF emitter in the JIT was not initializing alignment 2009-08-21 21:03:57 +00:00