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