aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2011-03-06lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi
2011-03-05Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov
2011-03-03Fix typo.Devang Patel
2011-03-03Fix thinko in previous check-in.Devang Patel
2011-03-03llvm::Function argument count is not a good indicator of how many arugments d...Devang Patel
2011-03-01If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel
2011-02-25Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich
2011-02-24Remove dead variable.Nick Lewycky
2011-02-24Enable DebugInfo support for COFF object files.Devang Patel
2011-02-24Do not use DIFactory.Devang Patel
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