summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor address attributes. Add base register to frame info.Jim Laskey2006-03-281-13/+19
* Hack no more.Jim Laskey2006-03-241-2/+0
* Unneeded forward.Jim Laskey2006-03-231-1/+0
* Make sure types are allocated in the scope of their use.Jim Laskey2006-03-231-107/+54
* Generate local variable and scope information and equivalent dwarf forms.Jim Laskey2006-03-231-67/+257
* Expand subprogram and added block descriptor.Jim Laskey2006-03-151-7/+7
* back out my previous hackChris Lattner2006-03-091-1/+1
* temporary hack to get the build working again, apparently a headerChris Lattner2006-03-091-1/+1
* Move bit field endianness to backend.Jim Laskey2006-03-091-10/+26
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-081-1/+0
* Bitfield support.Jim Laskey2006-03-071-2/+14
* Added support for dwarf block data entries.Jim Laskey2006-03-031-49/+248
* Adding basic structure support.Jim Laskey2006-03-031-3/+40
* Support for enumerations.Jim Laskey2006-03-011-2/+13
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-011-28/+6
* Use context and not compile unit.Jim Laskey2006-03-011-11/+13
* I guess I can handle large type sizes.Jim Laskey2006-03-011-2/+1
* Basic array support.Jim Laskey2006-03-011-6/+67
* Add const, volatile, restrict support.Jim Laskey2006-02-281-0/+3
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-271-1/+1
* Partial enabling of functions.Jim Laskey2006-02-271-1/+1
* Supporting multiple compile units.Jim Laskey2006-02-271-136/+185
* Re-orging file.Jim Laskey2006-02-271-556/+357
* Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey2006-02-241-12/+29
* Added basic support for typedefs.Jim Laskey2006-02-231-12/+23
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-231-4/+38
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-221-162/+244
* Using wrong DW_FORM.Jim Laskey2006-02-141-1/+1
* Changing model for the construction of debug information.Jim Laskey2006-02-061-11/+11
* Using bit size of integers instead of ambiguous "long" et all.Jim Laskey2006-01-271-62/+62
* Sorry - really folowing convention.Jim Laskey2006-01-271-1/+1
* Following convention.Jim Laskey2006-01-271-1/+1
* fix buildAndrew Lenharth2006-01-271-1/+1
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-271-16/+43
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-261-20/+10
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-261-15/+14
* Make it even more portable.Jeff Cohen2006-01-251-1/+1
* Portably cast a pointer to an integer.Jeff Cohen2006-01-251-1/+1
* fix build on 64 bit hostsAndrew Lenharth2006-01-241-1/+1
* Remove unused variables.Jeff Cohen2006-01-241-3/+0
* Crude Dwarf global variable debugging.Jim Laskey2006-01-241-136/+246
* Simplify search for abbreviations.Jim Laskey2006-01-211-10/+2
* Correct some simple errors.Jim Laskey2006-01-211-2/+2
* Right size integer values before emitting.Jim Laskey2006-01-201-8/+24
* Reworked how Dwarf debug info entries and abbreviations are handled. AddedJim Laskey2006-01-201-159/+423
* Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey2006-01-181-7/+47
* Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey2006-01-171-0/+72
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-171-74/+1270
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-041-24/+108
* Add check for debug presence.Jim Laskey2006-01-041-0/+4
OpenPOWER on IntegriCloud