| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding C++ member support. | Jim Laskey | 2006-08-21 | 1 | -1/+3 |
* | Fixed a bug handling void function types. | Jim Laskey | 2006-07-13 | 1 | -11/+20 |
* | 1. Support for c++ mangled names. | Jim Laskey | 2006-07-11 | 1 | -1/+8 |
* | Add support for function types. | Jim Laskey | 2006-06-20 | 1 | -1/+3 |
* | Handle versioning of compile unit. | Jim Laskey | 2006-06-19 | 1 | -0/+6 |
* | 1. Revise vector debug support. | Jim Laskey | 2006-06-16 | 1 | -28/+15 |
* | 1. Support standard dwarf format (was bootstrapping in Apple format.) | Jim Laskey | 2006-06-15 | 1 | -0/+2 |
* | Change versioning to per debug info descriptor (merged with tag.) | Jim Laskey | 2006-06-14 | 1 | -28/+24 |
* | Place dwarf headers at earliest possible point. Well behaved when skipping | Jim Laskey | 2006-06-14 | 1 | -4/+4 |
* | Expand some code with temporary variables to rid ourselves of the warning | Reid Spencer | 2006-04-13 | 1 | -7/+21 |
* | Foundation for call frame information. | Jim Laskey | 2006-04-07 | 1 | -13/+24 |
* | More bulletproofing of DebugInfoDesc verify. | Jim Laskey | 2006-03-28 | 1 | -1/+1 |
* | Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. | Jim Laskey | 2006-03-27 | 1 | -0/+7 |
* | How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. | Jim Laskey | 2006-03-26 | 1 | -24/+27 |
* | Generate local variable and scope information and equivalent dwarf forms. | Jim Laskey | 2006-03-23 | 1 | -12/+177 |
* | Expand subprogram and added block descriptor. | Jim Laskey | 2006-03-15 | 1 | -22/+72 |
* | 1. Use null for serialized empty strings. | Jim Laskey | 2006-03-14 | 1 | -9/+17 |
* | back out my previous hack | Chris Lattner | 2006-03-09 | 1 | -3/+3 |
* | temporary hack to get the build working again, apparently a header | Chris Lattner | 2006-03-09 | 1 | -3/+3 |
* | Move bit field endianness to backend. | Jim Laskey | 2006-03-09 | 1 | -0/+3 |
* | Get rid of the multiple copies of getStringValue. Now a Constant:: method. | Jim Laskey | 2006-03-08 | 1 | -41/+2 |
* | libstdc++-v3 was failing to build. Needed to handle composite types with empty | Jim Laskey | 2006-03-08 | 1 | -5/+8 |
* | Use "llvm.metadata" section for debug globals. Filter out these globals in the | Jim Laskey | 2006-03-07 | 1 | -0/+3 |
* | Switch to using a numeric id for anchors. | Jim Laskey | 2006-03-07 | 1 | -12/+28 |
* | Adding basic structure support. | Jim Laskey | 2006-03-03 | 1 | -1/+6 |
* | Support for enumerations. | Jim Laskey | 2006-03-01 | 1 | -0/+44 |
* | Switch back to using actual dwarf tags. Simplifies code without loss to other | Jim Laskey | 2006-03-01 | 1 | -27/+97 |
* | Basic array support. | Jim Laskey | 2006-03-01 | 1 | -4/+130 |
* | Add const, volatile, restrict support. | Jim Laskey | 2006-02-28 | 1 | -5/+64 |
* | Add pointer and reference types. Added short-term code to ignore NULL types | Jim Laskey | 2006-02-24 | 1 | -16/+22 |
* | Added basic support for typedefs. | Jim Laskey | 2006-02-23 | 1 | -2/+32 |
* | DwarfWriter reading basic type information from llvm-gcc4 code. | Jim Laskey | 2006-02-23 | 1 | -3/+88 |
* | Coordinate activities with llvm-gcc4 and dwarf. | Jim Laskey | 2006-02-22 | 1 | -32/+12 |
* | Rename to better reflect usage (current and planned.) | Jim Laskey | 2006-02-13 | 1 | -2/+3 |
* | Reorg for integration with gcc4. Old style debug info will not be passed though | Jim Laskey | 2006-02-11 | 1 | -110/+246 |
* | Goodbye nasty macro. | Jim Laskey | 2006-02-06 | 1 | -4/+4 |
* | Edit requests from Sabre. | Jim Laskey | 2006-02-06 | 1 | -85/+80 |
* | Changing model for the construction of debug information. | Jim Laskey | 2006-02-06 | 1 | -91/+611 |
* | Fix build error that is apparently only a warning with some compilers. | Chris Lattner | 2006-01-27 | 1 | -1/+1 |
* | Forgot the version number. | Jim Laskey | 2006-01-27 | 1 | -1/+1 |
* | Improve visibility/correctness of operand indices in "llvm.db" objects. | Jim Laskey | 2006-01-27 | 1 | -32/+28 |
* | Use global information to fill out Dwarf compile units. | Jim Laskey | 2006-01-26 | 1 | -2/+8 |
* | Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. | Jim Laskey | 2006-01-26 | 1 | -0/+269 |
* | Adding basic support for Dwarf line number debug information. | Jim Laskey | 2006-01-17 | 1 | -40/+2 |
* | Applied some recommend changes from sabre. The dominate one beginning "let the | Jim Laskey | 2006-01-04 | 1 | -64/+42 |
* | Add unique id to debug location for debug label use (work in progress.) | Jim Laskey | 2006-01-04 | 1 | -0/+1 |
* | Extending MachineDebugInfo. | Jim Laskey | 2006-01-04 | 1 | -0/+90 |