- Mar 05, 2011
-
-
Anton Korobeynikov authored
This is just very first approximation how the stuff should be done (e.g. ARM-only for now). More to follow. llvm-svn: 127101
-
Anton Korobeynikov authored
llvm-svn: 127099
-
- Feb 25, 2011
-
-
Cameron Zwarich authored
llvm-svn: 126488
-
- Feb 24, 2011
-
-
Devang Patel authored
Patch by Nathan Jeffords! llvm-svn: 126425
-
- Feb 16, 2011
-
-
Rafael Espindola authored
llvm-svn: 125629
-
- Jan 14, 2011
-
-
Anton Korobeynikov authored
llvm-svn: 123472
-
Evan Cheng authored
llvm-svn: 123411
-
- Jan 13, 2011
-
-
Evan Cheng authored
Relax an assertion. On archs like ARM, an immediate field may be scattered. So it's possible for some bits of every 8 bits to be encoded already, and the rest still needs to be fixed up. llvm-svn: 123403
-
- Dec 27, 2010
-
-
Rafael Espindola authored
llvm-svn: 122584
-
Rafael Espindola authored
supports. llvm-svn: 122577
-
- Dec 19, 2010
-
-
Nick Lewycky authored
llvm-svn: 122193
-
- Dec 16, 2010
-
-
Daniel Dunbar authored
the MCCodeEmitter, which seems like a better organization. - Also, cleaned up some magic constants while in the area. llvm-svn: 121953
-
Daniel Dunbar authored
- Treaty talks on the non-proliferation of MC objects broke down. llvm-svn: 121949
-
- Dec 10, 2010
-
-
Rafael Espindola authored
llvm-svn: 121471
-
Rafael Espindola authored
llvm-svn: 121461
-
Rafael Espindola authored
f: .cfi_startproc nop .cfi_endproc assembled (on ELF). llvm-svn: 121434
-
- Dec 06, 2010
-
-
Rafael Espindola authored
as llc + llvm-mc. This time ELF is not changed and I tested that llvm-gcc bootstrap on darwin10 using darwin9's assembler and linker. llvm-svn: 121006
-
- Dec 04, 2010
-
-
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
-
- 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
-
Devang Patel authored
llvm-svn: 120637
-
- Nov 29, 2010
-
-
Rafael Espindola authored
llvm-svn: 120271
-
- Nov 22, 2010
-
-
Rafael Espindola authored
llvm-svn: 119972
-
- Nov 19, 2010
-
-
-
Rafael Espindola authored
possible. llvm-svn: 119785
-
Rafael Espindola authored
MCStreamer instead of just MCObjectStreamer. Address changes cannot be as efficient as we have to use DW_LNE_set_addres, but at least most of the logic is shared. This will be used so that, with CodeGen still using EmitDwarfLocDirective, llvm-gcc is able to produce debug_line sections without needing an assembler that supports .loc. llvm-svn: 119777
-
- Nov 16, 2010
-
-
Rafael Espindola authored
Next: Add support for the !HasDotLocAndDotFile case to the MCAsmStreamer and then switch codegen to use it. llvm-svn: 119384
-
- Nov 15, 2010
-
-
Chris Lattner authored
llvm-svn: 119122
-
- Nov 13, 2010
-
-
Rafael Espindola authored
llvm-svn: 118981
-
- Nov 05, 2010
-
-
Jim Grosbach authored
llvm-svn: 118309
-
Jim Grosbach authored
llvm-svn: 118301
-
- Nov 04, 2010
-
-
Rafael Espindola authored
llvm-svn: 118254
-
- Nov 02, 2010
-
-
Rafael Espindola authored
llvm-svn: 118023
-
- Nov 01, 2010
-
-
Rafael Espindola authored
llvm-svn: 117911
-
- Sep 30, 2010
-
-
Jason W Kim authored
Small test for sanity check of resulting ARM .s file. Tested against -r115129. llvm-svn: 115133
-
- Sep 23, 2010
-
-
Chris Lattner authored
llvm-svn: 114592
-