- Dec 06, 2010
-
-
Rafael Espindola authored
llvm-svn: 120980
-
Rafael Espindola authored
llvm-svn: 120979
-
Rafael Espindola authored
llvm-svn: 120978
-
Rafael Espindola authored
llvm-svn: 120977
-
- Dec 04, 2010
-
-
Rafael Espindola authored
valid. Addresses will not change. llvm-svn: 120921
-
Rafael Espindola authored
having to evaluate the expression again when writing. llvm-svn: 120920
-
Rafael Espindola authored
foo = a - b .long foo instead of just .long a - b First, on darwin9 64 bits the assembler produces the wrong result. Second, if "a" is the end of the section all darwin assemblers (9, 10 and mc) will not consider a - b to be a constant but will if the dummy foo is created. Split how we handle these cases. The first one is something MC should take care of. The second one has to be handled by the caller. llvm-svn: 120889
-
Rafael Espindola authored
doing that if the target is darwin10 or newer. This fixes *) Direct object emission was producing objects without the workaround on darwin9. *) Assembly printing was producing objects with the workaround on linux. llvm-svn: 120866
-
Rafael Espindola authored
darwin9 linker, what is needed to avoid it and where to get more information. Also make the workaround simpler. Just the regular end_sequence we normally create is more than 4 bytes. Tested by building cctools and ld64 from darwin9 on a darwin10 system and using those. I checked that I was able to reproduce the bootstrap failure when the the workaround was disabled. llvm-svn: 120854
-
- Dec 03, 2010
-
-
Rafael Espindola authored
difference is much smaller (about 0.3s) but significant. llvm-svn: 120787
-
Rafael Espindola authored
avoids creating leb128 fragments and speeds up the test in PR8711 to 33s. llvm-svn: 120774
-
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
-