summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add DebugInfo based APIs to record source line info.Devang Patel2009-01-081-4/+43
* Add APIs to record regions and variables.Devang Patel2009-01-081-0/+27
* Add APIs to manage scope using DebugInfo interface.Devang Patel2009-01-081-0/+297
* Set up DwarfDebug using DebugInfo API.Devang Patel2009-01-061-0/+33
* Forgot that this was needed for Linux. This should fix the builds.Bill Wendling2009-01-061-2/+2
* Construct subprogram DIEs using DebugInfo.Devang Patel2009-01-051-0/+39
* Construct global variable DIEs using DebugInfo.Devang Patel2009-01-051-1/+48
* Construct compile unit dies using DebugInfo.Devang Patel2009-01-051-1/+70
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-051-18/+6
* Extract source location info from DebugInfo.Devang Patel2009-01-051-0/+78
* Add type DIEs using DebugInfo.Devang Patel2009-01-051-9/+79
* Construct composite type DIE using DebugInfo.Devang Patel2009-01-051-4/+83
* s/ConstructType/ConstructTypeDIE/gDevang Patel2009-01-051-6/+6
* Construct stuct field DIEs.Devang Patel2009-01-051-0/+78
* Construct enumerator DIE using DebugInfo.Devang Patel2009-01-051-0/+11
* Construct array/vector type DIEs using DebugInfo.Devang Patel2009-01-051-0/+40
* Construct basic and derived type DIEs using DebugInfo.Devang Patel2009-01-051-0/+44
* subsume ConstructPointerType()Devang Patel2009-01-051-8/+2
* subsume ConstructBasicType().Devang Patel2009-01-051-11/+6
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-291-2/+4
* The FDE initial location and address range data should be free to be 64-bitBill Wendling2008-12-291-2/+2
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-241-4/+16
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-241-4/+16
* Fix typo.Devang Patel2008-12-231-1/+2
* Fix bug 3202.Rafael Espindola2008-12-191-1/+1
* Do not print empty DW_AT_comp_dir.Devang Patel2008-12-121-1/+2
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-101-5/+16
* Cosmetic changes.Evan Cheng2008-12-091-6/+8
* The Dwarf writer was comparing mangled and unmangled names for C++ code when weBill Wendling2008-10-171-1/+4
* Align EH tables before label is emitted, not after,Dale Johannesen2008-10-081-1/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-11/+11
* If we have a function with an unreachable statement such that the ending debugBill Wendling2008-09-261-6/+50
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-2/+2
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-8/+9
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-5/+6
* Move all assembler printing related stuff into new libAsmPrinterAnton Korobeynikov2008-08-171-0/+3930
OpenPOWER on IntegriCloud