aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-3/+29
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-15/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-22/+149
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-311-1/+9
* Debug Info: support for DW_FORM_ref_addr.Manman Ren2013-10-291-0/+12
* MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRa...David Blaikie2013-10-241-1/+1
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-211-3/+5
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-211-16/+17
* Temporarily revert r176882 as it needs to be implemented in a differentEric Christopher2013-10-041-12/+0
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-9/+1
* Debug Info: remove duplication of DIEs when a DIE is part of the type systemManman Ren2013-10-011-1/+9
* For COFF only: dwarf debug info output a label reference as a section relativ...Carlo Kok2013-08-131-1/+3
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-081-14/+14
* Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-071-0/+12
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+24
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-0/+11
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-021-2/+28
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-281-2/+2
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-101-4/+0
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-311-6/+6
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-141-2/+2
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-061-5/+3
* Grammar.Eric Christopher2013-05-061-1/+2
* Debug Info: revert 178722 for now.Manman Ren2013-04-041-6/+0
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-041-0/+6
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-291-3/+3
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-291-3/+3
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-131-1/+1
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-121-0/+11
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-171-0/+1
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-171-0/+2
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-0/+2
* These functions have default arguments of 0 for the last arg. UseEric Christopher2013-01-091-2/+2
* Whitespace and 80-col.Eric Christopher2013-01-071-1/+1
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-0/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-4/+4
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-4/+4
* Revert 165732 for further review.Micah Villmow2012-10-111-4/+4
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-4/+4
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* 80-col fixup.Eric Christopher2012-09-101-1/+2
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-291-2/+1
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-241-0/+8
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-1/+1
* Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher2012-01-241-9/+0
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-2/+2