index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
MC
/
MCDwarf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-60
/
+89
*
Implements parsing and emitting of .cfi_window_save in MC.
Venkatraman Govindaraju
2013-09-26
1
-1
/
+7
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-1
/
+3
*
Remove 'param' label from comments. They aren't used properly here.
Bill Wendling
2013-09-04
1
-15
/
+14
*
MCDwarf.h: Prune a few stray \param(s). [-Wdocumentation]
NAKAMURA Takumi
2013-09-04
1
-3
/
+3
*
Add comments to the CFI instructions and reformat with clang-format. No funct...
Bill Wendling
2013-09-03
1
-360
/
+398
*
[MC/DWARF] Support .debug_frame / .debug_line code alignment factors
Ulrich Weigand
2013-06-12
1
-7
/
+4
*
Dwarf: support for LTO where a single object file can have multiple line tables
Manman Ren
2013-02-05
1
-6
/
+21
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
Add support for .cfi_register now that it is easy to extent the representation
Rafael Espindola
2012-11-25
1
-5
/
+24
*
Further cleanups. Thanks for Sean Silva for noticing it.
Rafael Espindola
2012-11-25
1
-24
/
+12
*
Change the representation of MCCFIInstruction.
Rafael Espindola
2012-11-24
1
-42
/
+35
*
Give each MCCFIInstruction its own opcode.
Rafael Espindola
2012-11-24
1
-16
/
+16
*
Refactor how MCCFIInstructions are created.
Rafael Espindola
2012-11-24
1
-16
/
+88
*
Implement .cfi_undefined. Based on a patch from PaX team, updated by
Rafael Espindola
2012-11-23
1
-2
/
+2
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-2
/
+2
*
Fix Doxygen issues:
Dmitri Gribenko
2012-09-14
1
-1
/
+1
*
Make use of the LLVM_DELETED_FUNCTION macro.
Craig Topper
2012-08-29
1
-2
/
+3
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-5
/
+1
*
On ELF, create relocations to the abbreviation and line sections when producing
Rafael Espindola
2012-02-28
1
-2
/
+2
*
Add support for .cfi_signal_frame. Fixes pr11762.
Rafael Espindola
2012-01-23
1
-1
/
+3
*
This is the matching change for the data structure name changes for the
Kevin Enderby
2012-01-10
1
-7
/
+5
*
Implement cfi_restore. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-2
/
+3
*
Rename Remember and Restore to RememberState and RestoreState for consistency.
Rafael Espindola
2011-12-29
1
-2
/
+2
*
Implement .cfi_escape. Patch by Brian Anderson!
Rafael Espindola
2011-12-29
1
-1
/
+9
*
The second part of support for generating dwarf for assembly source files. This
Kevin Enderby
2011-12-09
1
-0
/
+42
*
Add a field for the compact unwind encoding.
Bill Wendling
2011-07-19
1
-1
/
+2
*
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
Evan Cheng
2011-07-18
1
-3
/
+1
*
Add support for producing .deubg_frame sections.
Rafael Espindola
2011-05-10
1
-1
/
+2
*
Don't force relaxation of AdvanceLoc instructions on OS X. gdb is happy with
Rafael Espindola
2011-05-08
1
-2
/
+1
*
Switch Darwin to the generic CIE/FDE printer.
Rafael Espindola
2011-05-06
1
-1
/
+0
*
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-05-01
1
-2
/
+2
*
Add an alternative implementation of CIE and FDE emission that outputs them
Rafael Espindola
2011-04-29
1
-0
/
+1
*
Add a small temporary hack for producing identical eh_frame sections on OS X.
Rafael Espindola
2011-04-28
1
-1
/
+3
*
Factor a bit of code to MCStreamer::EmitLabel. Keep track of the last
Rafael Espindola
2011-04-27
1
-1
/
+2
*
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
Rafael Espindola
2011-04-12
1
-1
/
+6
*
Implement .cfi_same_value.
Rafael Espindola
2011-04-12
1
-1
/
+5
*
Implement .cfi_remember_state and .cfi_restore_state.
Rafael Espindola
2010-12-28
1
-3
/
+28
*
Relax address updates in the eh_frame section.
Rafael Espindola
2010-12-28
1
-0
/
+3
*
Start adding basic support for emitting the call frame instructions.
Rafael Espindola
2010-12-28
1
-0
/
+4
*
Add support for .cfi_lsda.
Rafael Espindola
2010-12-27
1
-0
/
+1
*
Add support for the same encodings of the personality function that gnu as
Rafael Espindola
2010-12-27
1
-0
/
+1
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
1
-1
/
+17
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
1
-17
/
+1
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
1
-1
/
+17
*
Remember the contents of leb and dwarfline fragments when relaxing. This avoids
Rafael Espindola
2010-12-04
1
-3
/
+0
*
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-04
1
-2
/
+1
*
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
1
-1
/
+0
*
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-03
1
-1
/
+2
*
Remove some #includes.
Rafael Espindola
2010-11-22
1
-2
/
+2
[next]