aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineDebugInfo.cpp
AgeCommit message (Expand)Author
2007-01-26rename filesJim Laskey
2007-01-26Make LABEL a builtin opcode.Jim Laskey
2007-01-24Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2007-01-03NULL names should pass validation.Jim Laskey
2006-12-31For PR950:Reid Spencer
2006-12-12Change inferred cast creation calls to more specific cast creations.Reid Spencer
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-11-30better check for versionJim Laskey
2006-11-30Change global descriptor names to provide name, full name and linkage name.Jim Laskey
2006-11-27For PR950:Reid Spencer
2006-11-08Now can re-enable debug label folding.Jim Laskey
2006-11-07Accidently reran commit.Jim Laskey
2006-11-07Missed a label map, reverting till covered.Jim Laskey
2006-11-07Missed a label map, reverting till covered.Jim Laskey
2006-11-071. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey
2006-11-06D'oh - reversed logic.Jim Laskey
2006-10-24Tighter data structure for deleted debug labels.Jim Laskey
2006-10-23More complete solution to deleting blocks and debug info.Jim Laskey
2006-10-20For PR950:Reid Spencer
2006-10-17add a method to remove a line # record.Chris Lattner
2006-10-17Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner
2006-10-13Clean up dump.Jim Laskey
2006-08-21Adding C++ member support.Jim Laskey
2006-07-13Fixed a bug handling void function types.Jim Laskey
2006-07-111. Support for c++ mangled names.Jim Laskey
2006-06-20Add support for function types.Jim Laskey
2006-06-19Handle versioning of compile unit.Jim Laskey
2006-06-161. Revise vector debug support.Jim Laskey
2006-06-151. Support standard dwarf format (was bootstrapping in Apple format.)Jim Laskey
2006-06-14Change versioning to per debug info descriptor (merged with tag.)Jim Laskey
2006-06-14Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey
2006-04-13Expand some code with temporary variables to rid ourselves of the warningReid Spencer
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28More bulletproofing of DebugInfoDesc verify.Jim Laskey
2006-03-27Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.Jim Laskey
2006-03-26How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.Jim Laskey
2006-03-23Generate local variable and scope information and equivalent dwarf forms.Jim Laskey
2006-03-15Expand subprogram and added block descriptor.Jim Laskey
2006-03-141. Use null for serialized empty strings.Jim Laskey
2006-03-09back out my previous hackChris Lattner
2006-03-09temporary hack to get the build working again, apparently a headerChris Lattner
2006-03-09Move bit field endianness to backend.Jim Laskey
2006-03-08Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey
2006-03-08libstdc++-v3 was failing to build. Needed to handle composite types with emptyJim Laskey
2006-03-07Use "llvm.metadata" section for debug globals. Filter out these globals in theJim Laskey
2006-03-07Switch to using a numeric id for anchors.Jim Laskey
2006-03-03Adding basic structure support.Jim Laskey