aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
2006-07-13Fixed a bug handling void function types.Jim Laskey
2006-07-111. Support for c++ mangled names.Jim Laskey
2006-06-23Add and sort "sections" in debug lines. This always stepping throughJim Laskey
2006-06-20Add support for function types.Jim Laskey
2006-06-19References need to be section relative.Jim Laskey
2006-06-19References need to be section relative.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-14Place dwarf headers at earliest possible point. Well behaved when skippingJim Laskey
2006-05-12Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson
2006-05-09Split SwitchSection into SwitchTo{Text|Data}Section methods.Chris Lattner
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-04-10Use existing information.Jim Laskey
2006-04-08Remove section change in function end, preventing override of function's realJim Laskey
2006-04-07Make sure that debug labels are defined within the same section and after theJim Laskey
2006-04-07Foundation for call frame information.Jim Laskey
2006-03-28Refactor address attributes. Add base register to frame info.Jim Laskey
2006-03-24Hack no more.Jim Laskey
2006-03-23Unneeded forward.Jim Laskey
2006-03-23Make sure types are allocated in the scope of their use.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-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-07Bitfield support.Jim Laskey
2006-03-03Added support for dwarf block data entries.Jim Laskey
2006-03-03Adding basic structure support.Jim Laskey
2006-03-01Support for enumerations.Jim Laskey
2006-03-01Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey
2006-03-01Use context and not compile unit.Jim Laskey
2006-03-01I guess I can handle large type sizes.Jim Laskey
2006-03-01Basic array support.Jim Laskey
2006-02-28Add const, volatile, restrict support.Jim Laskey
2006-02-27Qualify dwarf namespace inside llvm namespace.Jim Laskey
2006-02-27Partial enabling of functions.Jim Laskey
2006-02-27Supporting multiple compile units.Jim Laskey
2006-02-27Re-orging file.Jim Laskey
2006-02-24Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey
2006-02-23Added basic support for typedefs.Jim Laskey
2006-02-23DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey
2006-02-22Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey
2006-02-14Using wrong DW_FORM.Jim Laskey
2006-02-06Changing model for the construction of debug information.Jim Laskey
2006-01-27Using bit size of integers instead of ambiguous "long" et all.Jim Laskey
2006-01-27Sorry - really folowing convention.Jim Laskey
2006-01-27Following convention.Jim Laskey
2006-01-27fix buildAndrew Lenharth
2006-01-27Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey