aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Add support to describe template value parameter in debug info.Devang Patel2011-02-022-0/+25
* Add support to describe template parameter type in debug info.Devang Patel2011-02-022-0/+32
* Clarify the LSDASection NULL checkAnton Korobeynikov2011-01-301-0/+2
* Print the visibility of declarations.Rafael Espindola2011-01-281-1/+14
* Support printing exception section into the current one. This is the case whe...Anton Korobeynikov2011-01-241-1/+2
* Fix debug info for merged global.Devang Patel2011-01-201-0/+39
* Fix register address expression. Patch by Ken Dyck.Devang Patel2011-01-191-4/+2
* Update CMake build.Ted Kremenek2011-01-141-0/+2
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-144-11/+16
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-143-0/+209
* Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov2011-01-144-356/+440
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-111-15/+5
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-103-12/+12
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-071-1/+1
* Speculatively revert r123032.Devang Patel2011-01-071-5/+15
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-071-15/+5
* Emit 128 bit constant.Devang Patel2011-01-062-10/+38
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-021-0/+1
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-191-0/+1
* remove the verbose-asm "constant pool double" comments that we were printingChris Lattner2010-12-131-8/+0
* DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...Devang Patel2010-12-091-1/+1
* Undefined value in reg 0 may need a marker to identify end of source range.Devang Patel2010-12-061-4/+2
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-061-1/+1
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-061-1/+1
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-061-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-201-2/+2
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-182-2/+4
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-182-324/+23
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-171-3/+11
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-171-9/+5
* rearrange how the handler in SourceMgr is installed, eliminating the use of Chris Lattner2010-11-171-8/+35
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-172-11/+18
* Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...Devang Patel2010-11-122-40/+9
* Take care of special characters while creating named MDNode name to hold func...Devang Patel2010-11-101-10/+4
* Add 118023 back, but with proper spelling for .uleb128/.sleb128.Rafael Espindola2010-11-041-7/+6
* Revert previous patch. Some targets don't support uleb and sayRafael Espindola2010-11-041-6/+7
* MCize.Rafael Espindola2010-11-041-7/+6
* Simplify.Devang Patel2010-11-021-2/+1
* Ignore empty blocks.Devang Patel2010-10-281-1/+1
* Do not work too hard to find type's file info. There is a special field to re...Devang Patel2010-10-281-2/+2
* Technically DIFile scope should also be handled here.Devang Patel2010-10-281-0/+4
* s/beginScope/beginInstruction/gDevang Patel2010-10-263-10/+10
* For statistics that are only used in functions declared in !NDEBUG, wrap theNick Lewycky2010-10-261-0/+2
* Add simple counter to count no. of basic blocks without any line number infor...Devang Patel2010-10-251-0/+28
* Line number 0 indicates there is no source line/file name info available for ...Devang Patel2010-10-081-1/+7
* Provie a clearner interface so that FE can decide whether a function has prot...Devang Patel2010-10-071-6/+1
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-061-6/+15
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-011-0/+2
* Nuke trailing whitespace.Jim Grosbach2010-10-011-28/+28