summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-12
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-11
* Remove unused virtual dtor.Benjamin Kramer2011-03-09
* lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi2011-03-06
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-05
* Fix typo.Devang Patel2011-03-03
* Fix thinko in previous check-in.Devang Patel2011-03-03
* llvm::Function argument count is not a good indicator of how many arugments d...Devang Patel2011-03-03
* If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel2011-03-01
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-25
* Remove dead variable.Nick Lewycky2011-02-24
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-24
* Do not use DIFactory.Devang Patel2011-02-24
* Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel2011-02-23
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-23
* Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...Devang Patel2011-02-19
* Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel2011-02-15
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* Assert on bad jump tables.Jakob Stoklund Olesen2011-02-09
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-04
* Add support to describe template value parameter in debug info.Devang Patel2011-02-02
* Add support to describe template parameter type in debug info.Devang Patel2011-02-02
* Clarify the LSDASection NULL checkAnton Korobeynikov2011-01-30
* Print the visibility of declarations.Rafael Espindola2011-01-28
* Support printing exception section into the current one. This is the case whe...Anton Korobeynikov2011-01-24
* Fix debug info for merged global.Devang Patel2011-01-20
* Fix register address expression. Patch by Ken Dyck.Devang Patel2011-01-19
* Update CMake build.Ted Kremenek2011-01-14
* Add a possibility to switch between CFI directives- and table-based frame des...Anton Korobeynikov2011-01-14
* Add CFI directives-based frame information emission. Not hooked yet.Anton Korobeynikov2011-01-14
* Split stuff as a preparation for CFI directives-based frame information emissionAnton Korobeynikov2011-01-14
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-11
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* Speculatively revert r123032.Devang Patel2011-01-07
* Appropriately truncate debug info range in dwarf output.Devang Patel2011-01-07
* Emit 128 bit constant.Devang Patel2011-01-06
* split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner2011-01-02
* Add missing standard headers. Patch by Joerg Sonnenberger!Nick Lewycky2010-12-19
* remove the verbose-asm "constant pool double" comments that we were printingChris Lattner2010-12-13
* DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...Devang Patel2010-12-09
* Undefined value in reg 0 may need a marker to identify end of source range.Devang Patel2010-12-06
* Second try at making direct object emission produce the same resultsRafael Espindola2010-12-06
* Revert previous two patches while I try to find out how to make bothRafael Espindola2010-12-06
* Add an EmitAbsValue helper method and use it in cases where we want to be sureRafael Espindola2010-12-06
* Merge System into Support.Michael J. Spencer2010-11-29
* Move some more hooks to TargetFrameInfoAnton Korobeynikov2010-11-20
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-18
* Change CodeGen to use .loc directives. This produces a lot more readable outputRafael Espindola2010-11-18
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-17