about summary refs log tree commit diff
path: root/src/comp/middle/debuginfo.rs
AgeCommit message (Expand)AuthorLines
2011-12-18Hide extended, unfinished debug information behind --xg compiler flag.Josh Matthews-3/+8
2011-12-18Clean up some names and factor out some common code.Josh Matthews-210/+161
2011-12-18Add support for vectors.Josh Matthews-63/+72
2011-12-18Add record debug information.Josh Matthews-20/+169
2011-12-18Fix up ast types after literal changes.Josh Matthews-12/+14
2011-12-18Add debug information for boxed and unique values.Josh Matthews-22/+163
2011-12-18Handle inferred basic types when generating debug information for types.Josh Matthews-1/+14
2011-12-18Add argument metadata and aborted return value code.Josh Matthews-7/+110
2011-12-18Use proper size and alignment of types for debuginfo.Josh Matthews-20/+23
2011-12-18Fix up local variable support so it actually works.Josh Matthews-9/+13
2011-12-18Fix up subprogram composite type nodes, and lexical block context nodes.Josh Matthews-9/+34
2011-12-18Fix LLVM assertions when lowering log statements.Josh Matthews-10/+41
2011-12-18Build fix.Josh Matthews-4/+7
2011-12-18Add debug info for local vars, basic fundamental types, and lexical blocks, a...Josh Matthews-53/+247
2011-12-18Generate basic debug info for files, functions and compile units.Josh Matthews-0/+192