index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
Age
Commit message (
Expand
)
Author
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-05
Remove DwarfTableException.
Rafael Espindola
2011-05-05
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
Remove little used statistical counter.
Devang Patel
2011-05-05
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
List all exception types in a switch.
Rafael Espindola
2011-05-05
If debug info for inlined function is missing then handle it gracefully.
Devang Patel
2011-05-05
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-04
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...
Devang Patel
2011-05-03
Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...
Devang Patel
2011-05-03
If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...
Devang Patel
2011-05-02
Emit debug info for global variables first.
Devang Patel
2011-05-02
Only produce the eh_frame section if we have at least one personality function.
Rafael Espindola
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-04-29
Hoist MCLineEntry construction AsmPrinter so that anyone who derives from Asm...
Devang Patel
2011-04-29
The last hack for producing bit identical output with cfi on OS X.
Rafael Espindola
2011-04-29
Change DwarfCFIException's member variables to track what it actually
Rafael Espindola
2011-04-29
Factor some code to needsCFIMoves. Avoid printing moves when we don't have to.
Rafael Espindola
2011-04-28
Teach dwarf writer to handle complex address expression for .debug_loc entries.
Devang Patel
2011-04-27
Remove unnecessary argument.
Rafael Espindola
2011-04-27
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
Rafael Espindola
2011-04-27
Simplify handling of variables with complex address (i.e. blocks variables)
Devang Patel
2011-04-27
Revert r130178. It turned out to be not the optimal path to emit complex loca...
Devang Patel
2011-04-26
Print the label if we will use it in debug_frame.
Rafael Espindola
2011-04-26
Refactor code. Keep dwarf register operation selection logic at one place.
Devang Patel
2011-04-26
don't emit the symbol name twice for local bss and common
Chris Lattner
2011-04-26
Print all the moves at a given label instead of just the first one.
Rafael Espindola
2011-04-26
Let dwarf writer allocate extra space in the debug location expression. This ...
Devang Patel
2011-04-25
Rename a local variable.
Devang Patel
2011-04-25
Rename a method to match what it really does.
Devang Patel
2011-04-25
Do not drop a variable's complex address if it is not based on frame base.
Devang Patel
2011-04-24
Simplify the logic. Noticed by aKor.
Rafael Espindola
2011-04-24
Synchronize the conditions for producing a .cfi_startproc and a .cfi_endproc.
Rafael Espindola
2011-04-22
Let front-end tie subprogram declaration with subprogram definition directly.
Devang Patel
2011-04-22
Do not leak argument's DbgVariables.
Devang Patel
2011-04-21
Refactor.
Devang Patel
2011-04-21
Add comment in output stream.
Devang Patel
2011-04-20
Remove unused arguments.
Rafael Espindola
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-16
Remove unused variable.
Benjamin Kramer
2011-04-16
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-16
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-15
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-14
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-13
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-12
I missed this new file in previous commit.
Devang Patel
[prev]
[next]