- Dec 03, 2010
-
-
Rafael Espindola authored
data fragment. This reduces the time to assemble the test in 8711 from 60s to 54s. llvm-svn: 120767
-
Devang Patel authored
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. llvm-svn: 120760
-
- Dec 02, 2010
-
-
Devang Patel authored
This is a fix for llvm-gcc-i386-darwin9 buildbot failure. llvm-svn: 120742
-
Rafael Espindola authored
which then avoids running EnsureValid. This cuts the assembly time of the testcase in PR8711 from 2:50 minutes to 1 minute. llvm-svn: 120697
-
Rafael Espindola authored
llvm-svn: 120691
-
Rafael Espindola authored
llvm-svn: 120690
-
Rafael Espindola authored
contain only data. Handle them specially instead of using AddSectionToTheEnd. This moves a hack from the generic assembler to the elf writer. It is also a bit faster and should make other improvements easier. llvm-svn: 120683
-
Devang Patel authored
llvm-svn: 120637
-
Jim Grosbach authored
pool entries (LEApcrel pseudo). Ongoing saga of rdar://8542291. llvm-svn: 120635
-
- Dec 01, 2010
-
-
Rafael Espindola authored
llvm-svn: 120621
-
Rafael Espindola authored
by the assembler. This was blocking parsing any large .s produced by clang for example. Fixes PR8596. llvm-svn: 120603
-
Owen Anderson authored
Add correct encodings for STRD and LDRD, including fixup support. Additionally, update these to unified syntax. llvm-svn: 120589
-
Jim Grosbach authored
llvm-svn: 120585
-
Jason W Kim authored
Lifted adjustFixupValue() from Darwin for sharing w ELF. Test added TODO: refactor ELFObjectWriter::RecordRelocation more. Possibly share more code with Darwin? Lots more relocations... llvm-svn: 120534
-
- Nov 29, 2010
-
-
Michael J. Spencer authored
llvm-svn: 120298
-
Rafael Espindola authored
llvm-svn: 120271
-
Rafael Espindola authored
llvm-svn: 120270
-
Rafael Espindola authored
llvm-svn: 120269
-
- Nov 28, 2010
-
-
Rafael Espindola authored
Factor some duplicated code into MCObjectStreamer::EmitLabel. llvm-svn: 120248
-
Rafael Espindola authored
llvm-svn: 120246
-
Rafael Espindola authored
llvm-svn: 120245
-
Rafael Espindola authored
llvm-svn: 120243
-
Rafael Espindola authored
and at least the 4 byte one will be needed to implement the .cfi_* directives. llvm-svn: 120240
-
- Nov 27, 2010
-
-
Daniel Dunbar authored
llvm-svn: 120216
-
Daniel Dunbar authored
llvm-svn: 120199
-
Daniel Dunbar authored
llvm-svn: 120189
-
Daniel Dunbar authored
llvm-svn: 120188
-
Daniel Dunbar authored
independent information on the Mach object format, and move some stuff from MachObjectWriter.cpp there. llvm-svn: 120186
-
- Nov 26, 2010
-
-
Rafael Espindola authored
llvm-svn: 120168
-
Michael J. Spencer authored
llvm-svn: 120166
-
- Nov 25, 2010
-
-
Rafael Espindola authored
llvm-svn: 120145
-
- Nov 24, 2010
-
-
Rafael Espindola authored
for any relocation to a symbol defined in a tls section. llvm-svn: 120121
-
Rafael Espindola authored
Patch by David Meyer, I added the test. llvm-svn: 120104
-
Rafael Espindola authored
sets the type of a symbol to STT_TLS. llvm-svn: 120100
-
Rafael Espindola authored
fixes PR8659. llvm-svn: 120076
-
- Nov 23, 2010
-
-
Rafael Espindola authored
While here, remove unused argument and rename UpdateForSlide to Invalidate. llvm-svn: 120009
-
Rafael Espindola authored
llvm-svn: 119999
-
- Nov 22, 2010
-
-
Jason W Kim authored
llvm-svn: 119986
-
Jason W Kim authored
llvm-svn: 119982
-
Jason W Kim authored
llvm-svn: 119981
-