aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2011-02-23Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel
2011-02-23Omit private_extern declarations of extern symbols; followup toStuart Hastings
2011-02-19Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...Devang Patel
2011-02-15Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-02-09Assert on bad jump tables.Jakob Stoklund Olesen
2011-02-04Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel
2011-02-02Add support to describe template value parameter in debug info.Devang Patel
2011-02-02Add support to describe template parameter type in debug info.Devang Patel
2011-01-30Clarify the LSDASection NULL checkAnton Korobeynikov
2011-01-28Print the visibility of declarations.Rafael Espindola
2011-01-24Support printing exception section into the current one. This is the case whe...Anton Korobeynikov
2011-01-20Fix debug info for merged global.Devang Patel
2011-01-19Fix register address expression. Patch by Ken Dyck.Devang Patel
2011-01-14Update CMake build.Ted Kremenek
2011-01-14Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov
2011-01-14Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov
2011-01-14Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov
2011-01-11Appropriately truncate debug info range in dwarf output.Devang Patel
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2011-01-07Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng
2011-01-07Speculatively revert r123032.Devang Patel
2011-01-07Appropriately truncate debug info range in dwarf output.Devang Patel
2011-01-06Emit 128 bit constant.Devang Patel
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-12-19Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky
2010-12-13remove the verbose-asm "constant pool double" comments that we were printingChris Lattner
2010-12-09DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...Devang Patel
2010-12-06Undefined value in reg 0 may need a marker to identify end of source range.Devang Patel
2010-12-06Second try at making direct object emission produce the same resultsRafael Espindola
2010-12-06Revert previous two patches while I try to find out how to make bothRafael Espindola
2010-12-06Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-20Move some more hooks to TargetFrameInfoAnton Korobeynikov
2010-11-18Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov
2010-11-18Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola
2010-11-17With the newly simplified SourceMgr interfaces and the generalizedChris Lattner
2010-11-17now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner
2010-11-17rearrange how the handler in SourceMgr is installed, eliminating the use of Chris Lattner
2010-11-17refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner
2010-11-12Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...Devang Patel
2010-11-10Take care of special characters while creating named MDNode name to hold func...Devang Patel
2010-11-04Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola
2010-11-04Revert previous patch. Some targets don't support uleb and sayRafael Espindola
2010-11-04MCize.Rafael Espindola
2010-11-02Simplify.Devang Patel
2010-10-28Ignore empty blocks.Devang Patel
2010-10-28Do not work too hard to find type's file info. There is a special field to re...Devang Patel
2010-10-28Technically DIFile scope should also be handled here.Devang Patel
2010-10-26s/beginScope/beginInstruction/gDevang Patel