summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor. A subprogram is part of compile unit so let CompileUnit construct ↵Devang Patel2011-08-151-0/+12
| | | | | | new subprogram. llvm-svn: 137618
* Handle debug info for i128 constants.Devang Patel2011-06-241-1/+1
| | | | llvm-svn: 133821
* Incomplete type may not have corresponding DIE, so do not check DIEEntry ↵Devang Patel2011-06-011-1/+1
| | | | | | eagerly. llvm-svn: 132377
* Refactor.Devang Patel2011-05-311-3/+1
| | | | llvm-svn: 132373
* Select DW_AT_const_value size based on variable size.Devang Patel2011-05-271-1/+1
| | | | llvm-svn: 132193
* Fix typo.Jim Grosbach2011-05-201-1/+1
| | | | llvm-svn: 131757
* Simplify handling of variables with complex address (i.e. blocks variables)Devang Patel2011-04-271-6/+3
| | | | llvm-svn: 130339
* Refactor code. Keep dwarf register operation selection logic at one place.Devang Patel2011-04-261-0/+6
| | | | llvm-svn: 130231
* Rename a method to match what it really does.Devang Patel2011-04-251-3/+3
| | | | | | s/addVariableAddress/addFrameVariableAddress/g llvm-svn: 130170
* Do not reuse parameter name.Devang Patel2011-04-121-1/+1
| | | | llvm-svn: 129405
* This mechanical patch moves type handling into CompileUnit from DwarfDebug. ↵Devang Patel2011-04-121-2/+158
| | | | | | In case of multiple compile unit in one object file, each compile unit is responsible for its own set of type entries anyway. This refactoring makes this obvious. llvm-svn: 129402
* Refactor CompileUnit into a separate header.Devang Patel2011-04-121-0/+123
llvm-svn: 129367
OpenPOWER on IntegriCloud