Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
9266cc400ee2fc86abb24ab0819d9da280fb61c4
/
lib
/
MC
/
MCDwarf.cpp
9266cc4
Force some values to be absolute and align based on the FDE pointers size. A small
by Rafael Espindola
· 14 years ago
add2944
Delete the other unused variable in this function. Sorry I missed this
by Chandler Carruth
· 14 years ago
32bd250
Remove an unused variable from a function. This is a likely cut-paste-o.
by Chandler Carruth
· 14 years ago
abf9af6
Compute the size of the FDE encoding instead of hard coding it. Update
by Rafael Espindola
· 14 years ago
e8cfbd8
Remove unused argument.
by Rafael Espindola
· 14 years ago
eccbad7
Don't pass address spaces to EmitULEB128IntValue.
by Rafael Espindola
· 14 years ago
5d7dcd3
Remove LastOffset from the asm parser.
by Rafael Espindola
· 14 years ago
25f492e
Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset.
by Rafael Espindola
· 14 years ago
c575439
Implement .cfi_same_value.
by Rafael Espindola
· 14 years ago
16c29b5
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there.
by Anton Korobeynikov
· 15 years ago
1928236
Make a bunch of symbols internal.
by Benjamin Kramer
· 15 years ago
caf1158
Correctly encode pcrel|indirect.
by Rafael Espindola
· 15 years ago
a7e4505
Fix bug when trying to output uint16_t or uint32_t.
by Rafael Espindola
· 15 years ago
b40a71f
Implement cfi_def_cfa. Also don't convert to dwarf reg numbers twice. Looks
by Rafael Espindola
· 15 years ago
3b78cdc
Don't produce a "DW_CFA_advance_loc 0".
by Rafael Espindola
· 15 years ago
fe024d0
Implement .cfi_remember_state and .cfi_restore_state.
by Rafael Espindola
· 15 years ago
849ecb1
Fix warning about size potentially being used uninitialized
by Duncan Sands
· 15 years ago
245a1e2
Relax address updates in the eh_frame section.
by Rafael Espindola
· 15 years ago
5bba084
Start adding basic support for emitting the call frame instructions.
by Rafael Espindola
· 15 years ago
bdc3167
Add support for .cfi_lsda.
by Rafael Espindola
· 15 years ago
3a83c40
Add support for the same encodings of the personality function that gnu as
by Rafael Espindola
· 15 years ago
390b693
Fix .cfi_personality on 32 bit systems.
by Rafael Espindola
· 15 years ago
d7c8cca
Add basic support for .cfi_personality.
by Rafael Espindola
· 15 years ago
dfe125c
"Fix" FDE alignment to match what gas does.
by Rafael Espindola
· 15 years ago
89b9372
Fixed version of 121434 with no new memory leaks.
by Rafael Espindola
· 15 years ago
f7fd4aa
Revert my previous patch to make the valgrind bots happy.
by Rafael Espindola
· 15 years ago
1c952b9
Initial support for the cfi directives. This is just enough to get
by Rafael Espindola
· 15 years ago
5fad7a9
Use const references.
by Rafael Espindola
· 15 years ago
0bbe0b4
Second try at making direct object emission produce the same results
by Rafael Espindola
· 15 years ago
6d86492
Revert previous two patches while I try to find out how to make both
by Rafael Espindola
· 15 years ago
2303c9d
Add an EmitAbsValue helper method and use it in cases where we want to be sure
by Rafael Espindola
· 15 years ago
db74aea
Remember the contents of leb and dwarfline fragments when relaxing. This avoids
by Rafael Espindola
· 15 years ago
5d4918d
There are two reasons why we might want to use
by Rafael Espindola
· 15 years ago
767b1be
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
by Rafael Espindola
· 15 years ago
a8de83c
First step in fixing MC. Make it clear that we are avoiding a bug in the
by Rafael Espindola
· 15 years ago
32a006e
Try to resolve symbol differences early, and if successful create a plain
by Rafael Espindola
· 15 years ago
5113cdb
It may not be an option to skip .debug_line if there are file reference in already emitted debug info. So, for now, emit dummy line table entry to make older linker and assemblers happy. This is not a new behavior, original AsmPrinter emitted similar line table entries.
by Devang Patel
· 15 years ago
ee4854f
Use set directive for StartMinusEndExpr.
by Devang Patel
· 15 years ago
ad8aaa0
Remove some #includes.
by Rafael Espindola
· 15 years ago
17fd7bd
Add a MCLineSectionOrder vector so that we produce the line tables in a
by Rafael Espindola
· 15 years ago
195a0ce
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
by Rafael Espindola
· 15 years ago
64185cc
Fix the encoding of negative line deltas.
by Rafael Espindola
· 15 years ago
bac0ad9
Remove what looks like dead code in the production of debug lines.
by Rafael Espindola
· 15 years ago
3ff5709
Add support for expressions in .sleb/.uleb directives.
by Rafael Espindola
· 15 years ago
3f55c24
Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!
by Kevin Enderby
· 15 years ago
c095793
This is the last major patch to implement support for the .loc directive
by Kevin Enderby
· 15 years ago
7cbf73a
Added first bit of support for the dwarf .file directive. This patch collects
by Kevin Enderby
· 15 years ago