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