summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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