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
/
MC
/
MCDwarf.cpp
Age
Commit message (
Expand
)
Author
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-30
Make a bunch of symbols internal.
Benjamin Kramer
2010-12-29
Correctly encode pcrel|indirect.
Rafael Espindola
2010-12-29
Fix bug when trying to output uint16_t or uint32_t.
Rafael Espindola
2010-12-29
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
Rafael Espindola
2010-12-28
Don't produce a "DW_CFA_advance_loc 0".
Rafael Espindola
2010-12-28
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-28
Fix warning about size potentially being used uninitialized
Duncan Sands
2010-12-28
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
Start adding basic support for emitting the call frame instructions.
Rafael Espindola
2010-12-27
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-26
Fix .cfi_personality on 32 bit systems.
Rafael Espindola
2010-12-26
Add basic support for .cfi_personality.
Rafael Espindola
2010-12-17
"Fix" FDE alignment to match what gas does.
Rafael Espindola
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
Use const references.
Rafael Espindola
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-12-04
Remember the contents of leb and dwarfline fragments when relaxing. This avoids
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-03
First step in fixing MC. Make it clear that we are avoiding a bug in the
Rafael Espindola
2010-12-03
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-02
Use set directive for StartMinusEndExpr.
Devang Patel
2010-11-22
Remove some #includes.
Rafael Espindola
2010-11-19
Add a MCLineSectionOrder vector so that we produce the line tables in a
Rafael Espindola
2010-11-19
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-13
Fix the encoding of negative line deltas.
Rafael Espindola
2010-11-12
Remove what looks like dead code in the production of debug lines.
Rafael Espindola
2010-11-02
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-10-04
Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!
Kevin Enderby
2010-09-30
This is the last major patch to implement support for the .loc directive
Kevin Enderby
2010-07-28
Added first bit of support for the dwarf .file directive. This patch collects
Kevin Enderby