aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Add support to encode function's template parameters.Devang Patel2011-04-051-0/+3
* Refactor.Devang Patel2011-04-052-15/+21
* Do not emit empty name.Devang Patel2011-04-051-1/+2
* Print visibility info for external variables.Rafael Espindola2011-04-051-10/+12
* Remove dead code.Devang Patel2011-03-311-5/+1
* Tidy up. 80 columns and trailing whitespace.Jim Grosbach2011-03-291-145/+146
* Collect and coalesce DBG_VALUE instructions before emitting the function.Jakob Stoklund Olesen2011-03-262-110/+187
* Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...Jakob Stoklund Olesen2011-03-252-49/+32
* Keep track of directory namd and fIx regression caused by Rafael's patch r119...Devang Patel2011-03-242-12/+29
* Don't coalesce identical DBG_VALUE instructions prematurely.Jakob Stoklund Olesen2011-03-231-3/+1
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-222-36/+81
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-222-77/+32
* Clear map after use.Jakob Stoklund Olesen2011-03-221-0/+1
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-222-32/+76
* Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fixDaniel Dunbar2011-03-161-5/+2
* Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...Renato Golin2011-03-161-2/+5
* Speculatively revert commit 127478 (jsjodin) in an attempt to fix theDuncan Sands2011-03-121-0/+7
* Remove optimization emitting a reference insted of label difference, since it...Jan Sjödin2011-03-111-7/+0
* Remove unused virtual dtor.Benjamin Kramer2011-03-091-1/+0
* lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.NAKAMURA Takumi2011-03-061-0/+1
* Some first rudimentary support for ARM EHABI: print exception table in "text ...Anton Korobeynikov2011-03-053-0/+122
* Fix typo.Devang Patel2011-03-031-1/+1
* Fix thinko in previous check-in.Devang Patel2011-03-031-1/+3
* llvm::Function argument count is not a good indicator of how many arugments d...Devang Patel2011-03-031-1/+4
* If argument numbering is encoded in metadata then emit arguments' debug info ...Devang Patel2011-03-012-4/+42
* Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.Cameron Zwarich2011-02-255-72/+5
* Remove dead variable.Nick Lewycky2011-02-241-1/+1
* Enable DebugInfo support for COFF object files.Devang Patel2011-02-245-4/+71
* Do not use DIFactory.Devang Patel2011-02-241-3/+4
* Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...Devang Patel2011-02-231-1/+1
* Omit private_extern declarations of extern symbols; followup toStuart Hastings2011-02-231-3/+7
* Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...Devang Patel2011-02-191-17/+20
* Ignore DBG_VALUE machine instructions while constructing instruction ranges b...Devang Patel2011-02-151-0/+4
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-151-1/+1
* Assert on bad jump tables.Jakob Stoklund Olesen2011-02-091-0/+1
* Merge .debug_loc entries whenever possible to reduce debug_loc size.Devang Patel2011-02-042-15/+32
* 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