summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for objc property decls according to the page at:Eric Christopher2012-03-291-0/+1
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-281-2/+4
* Add the source language into the compile unit.Eric Christopher2012-02-221-1/+6
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-061-4/+5
* Make types and namespaces take multiple DIEs for the accelerator tablesEric Christopher2011-11-101-6/+12
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-101-3/+8
* Remove the pubnames section, no one consumes it.Eric Christopher2011-11-091-9/+0
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-0/+28
* Typo.Eric Christopher2011-11-071-1/+1
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-271-2/+1
* Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...Devang Patel2011-08-161-1/+1
* Refactor. Variables are part of compile unit so let CompileUnit create new va...Devang Patel2011-08-151-0/+3
* Refactor. Global variables are part of compile unit so let CompileUnit create...Devang Patel2011-08-151-0/+3
* Refactor. A subprogram is part of compile unit so let CompileUnit construct n...Devang Patel2011-08-151-0/+12
* Handle debug info for i128 constants.Devang Patel2011-06-241-1/+1
* Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel2011-06-011-1/+1
* Refactor.Devang Patel2011-05-311-3/+1
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-271-1/+1
* Fix typo.Jim Grosbach2011-05-201-1/+1
* Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel2011-04-271-6/+3
* Refactor code. Keep dwarf register operation selection logic at one place.Devang Patel2011-04-261-0/+6
* Rename a method to match what it really does.Devang Patel2011-04-251-3/+3
* Do not reuse parameter name.Devang Patel2011-04-121-1/+1
* This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...Devang Patel2011-04-121-2/+158
* Refactor CompileUnit into a separate header.Devang Patel2011-04-121-0/+123
OpenPOWER on IntegriCloud