Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5d4918dbd116b0b5e561c431b1ea527ee1b9302a
/
lib
/
MC
/
MCDwarf.cpp
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