aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGDebugInfo.cpp
AgeCommit message (Expand)Author
2008-08-11More #include cleaningDaniel Dunbar
2008-08-08update to make IRBuilder API change.Chris Lattner
2008-08-04Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner
2008-07-03Remove removed header.Bill Wendling
2008-06-27Add missing include file (due to a file splitting in llvm).Cedric Venet
2008-06-19Remove tabs.Mike Stump
2008-06-09Generate debug descriptors for array types while generating the debug info.Sanjiv Gupta
2008-06-08fix compiler warningsNuno Lopes
2008-06-07Create debug type descriptors for aggregate/enum types.Sanjiv Gupta
2008-06-05Emit debug information for global and static variables when -g is specified.Sanjiv Gupta
2008-05-30Emit parameter and local variable debug information with -g.Sanjiv Gupta
2008-05-29A couple minor fixes to make debug info usable for arbitrary code: don't Eli Friedman
2008-05-25Generate subprogram debug info with -g.Sanjiv Gupta
2008-05-22Make debugging information usable. This is barebones, but it makes -g Eli Friedman
2008-05-13Detabify.Eli Friedman
2008-05-08Added -g command line options to clang for generating source level debug info...Sanjiv Gupta