index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DIE.cpp
Age
Commit message (
Expand
)
Author
2013-05-06
Remove unnecessary instance variable and rework logic accordingly.
Eric Christopher
2013-05-06
Grammar.
Eric Christopher
2013-04-04
Debug Info: revert 178722 for now.
Manman Ren
2013-04-04
Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address on
Manman Ren
2013-03-29
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-13
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-01-17
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-09
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-07
Whitespace and 80-col.
Eric Christopher
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-09-10
80-col fixup.
Eric Christopher
2012-08-29
Clean this up slightly, doesn't really fall through.
Eric Christopher
2012-08-24
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-24
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-10-28
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-07-29
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
Nick Lewycky
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2010-06-28
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
2010-04-05
change SizeOf to take AsmPrinter instead of TargetData,
Chris Lattner
2010-04-05
1) make DIE take AsmPrinter instead of DwarfPrinter.
Chris Lattner
2010-04-04
inline EmitDifference away.
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-03-31
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
Benjamin Kramer
2010-03-22
DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...
Devang Patel
2010-03-22
Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValue
Jeffrey Yasskin
2010-03-10
inline away a form of IsPCRelative, eliminating the
Chris Lattner
2010-03-09
eliminate a bunch of \n's that are being printed to O. Next up is to kill
Chris Lattner
2010-03-08
simplify EmitSectionOffset to always use .set if it is
Chris Lattner
2010-03-08
merge DIEObjectLabel and DIEDwarfLabel into DIELabel.
Chris Lattner
2010-03-08
elimiante the DWLabel class, using MCSymbol instead. Start
Chris Lattner
2010-02-11
Fix to get it to compile.
Bill Wendling
2010-02-11
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-01-23
remove one form of EmitString, just use EmitBytes instead. We must
Chris Lattner
[next]