summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach2009-11-22
* 80-column cleanupJim Grosbach2009-11-22
* remove trailing whitespaceJim Grosbach2009-11-21
* Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel2009-11-21
* Remove dead code.Devang Patel2009-11-21
* There is no need to use FoldingSet to unique DIEs. Devang Patel2009-11-21
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-20
* Do not hold on to a map slot while new entries may be inserted into the map.Devang Patel2009-11-20
* There is no need to emit source location info for DW_TAG_pointer_type.Devang Patel2009-11-20
* Reverting the EH table patches.Bill Wendling2009-11-19
* The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling2009-11-19
* Attempt #2:Bill Wendling2009-11-18
* Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky2009-11-17
* Revert r88939.Nick Lewycky2009-11-17
* Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling2009-11-17
* Revert r88939.Devang Patel2009-11-16
* Add VISIBILITY_HIDDEN marker.Devang Patel2009-11-16
* Support spill comments.David Greene2009-11-16
* revert 88761 as it fails builds.Sanjiv Gupta2009-11-14
* Fix debug info crashes for PIC16.Sanjiv Gupta2009-11-14
* Use .data() instead of .c_str() when nul-termination is not needed.Dan Gohman2009-11-13
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-13
* Ignore nameless variables.Devang Patel2009-11-13
* Simplify code a bitBill Wendling2009-11-12
* Refactor code that checks if it's a call to a "nounwind" function.Bill Wendling2009-11-12
* If there's more than one function operand to a call instruction, be conservativeBill Wendling2009-11-12
* "Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel2009-11-12
* Don't mark a call as potentially throwing if the function it's calling has theBill Wendling2009-11-11
* If doesSupportDebugInformation() is false then do not try to emit dwarf debug...Devang Patel2009-11-11
* Fix -Asserts warning.Daniel Dunbar2009-11-11
* Make sure that the exception handling data has the same visibility as theBill Wendling2009-11-11
* Do not assume first function scope seen represents current function. Devang Patel2009-11-11
* While creating DbgScopes, do not forget parent scope. Devang Patel2009-11-11
* Ignore variable if scope info is not available.Devang Patel2009-11-10
* Implement support to debug inlined functions.Devang Patel2009-11-10
* Fix DenseMap iterator constness.Jeffrey Yasskin2009-11-10
* Fix comment typos.Bob Wilson2009-11-06
* Do not bother to emit debug info for nameless global variable.Devang Patel2009-11-06
* Do not try to emit debug info entry for dead global variable.Devang Patel2009-11-06
* Factor out the printing of the leading tab into printInlineAsm.Dan Gohman2009-11-06
* Fix the label name generation for address-taken labels to avoid potentialDan Gohman2009-11-05
* While calculating original type size for a derived type, handle type variants...Devang Patel2009-11-04
* Fix DW_AT_data_member_location for bit-fields. It points to the location of a...Devang Patel2009-11-04
* Array element size does not match array size but array is not a bitfield. Devang Patel2009-11-04
* Print out an informative comment for KILL instructions.Jakob Stoklund Olesen2009-11-04
* Ignore unnamed variables.Devang Patel2009-11-03
* Fix a funky "declared with greater visibility than the type of its field"Jeffrey Yasskin2009-11-03
* Fix a missing newline in the dwarf output code.Dan Gohman2009-10-31
* Add support for BlockAddress static initializers.Dan Gohman2009-10-30
* Add a FIXME comment.Dan Gohman2009-10-30