summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DIE.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* 80-col fixup.Eric Christopher2012-09-10
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-29
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-24
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.Eric Christopher2012-01-24
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-28
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-27
* Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow someNick Lewycky2011-07-29
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel2010-06-28
* change SizeOf to take AsmPrinter instead of TargetData, Chris Lattner2010-04-05
* 1) make DIE take AsmPrinter instead of DwarfPrinter.Chris Lattner2010-04-05
* inline EmitDifference away.Chris Lattner2010-04-04
* move uleb/sleb printing into AsmPrinter from DwarfPrinter.Chris Lattner2010-04-04
* DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them areBenjamin Kramer2010-03-31
* DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel2010-03-22
* Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin2010-03-22
* inline away a form of IsPCRelative, eliminating the Chris Lattner2010-03-10
* eliminate a bunch of \n's that are being printed to O. Next up is to killChris Lattner2010-03-09
* simplify EmitSectionOffset to always use .set if it isChris Lattner2010-03-08
* merge DIEObjectLabel and DIEDwarfLabel into DIELabel.Chris Lattner2010-03-08
* elimiante the DWLabel class, using MCSymbol instead. Start Chris Lattner2010-03-08
* Fix to get it to compile.Bill Wendling2010-02-11
* Don't print out a default newline when emitting the section offset. There areBill Wendling2010-02-11
* remove one form of EmitString, just use EmitBytes instead. We mustChris Lattner2010-01-23
* move uleb printing from asmprinter to dwarfprinter, mcize,Chris Lattner2010-01-22
* move sleb printing out of asmprinter into dwarf printer, make clientsChris Lattner2010-01-22
* rename the dwarf class to DwarfPrinter. This matches the filenameChris Lattner2010-01-22
* inline away the trivial AsmPrinter::EOL() method.Chris Lattner2010-01-22
* eliminate some uses of AsmPrinter::EmitIntXXXChris Lattner2010-01-20
* Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer2010-01-17
* Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner2010-01-16
* Change errs() to dbgs().David Greene2009-12-24
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-21
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-21
* convert the DIE printing stuff to use raw_ostream instead of std::ostream.Chris Lattner2009-08-23
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Down with _even more_ statics!Owen Anderson2009-06-24