- 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
-
- 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 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
-
- 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
-
- Dec 02, 2010
-
-
Devang Patel authored
This is a fix for llvm-gcc-i386-darwin9 buildbot failure. llvm-svn: 120742
-
- 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 05, 2010
-
-
Jim Grosbach authored
llvm-svn: 118301
-
- Nov 02, 2010
-
-
Rafael Espindola authored
llvm-svn: 118023
-
- Nov 01, 2010
-
-
Rafael Espindola authored
llvm-svn: 117911
-
- Sep 15, 2010
-
-
Rafael Espindola authored
The ELF implementation now creates text, data and bss to match the gnu as behavior. The text streamer still has the old MachO specific behavior since the testsuite checks that it will error when a directive is given before a setting the current section for example. A nice benefit is that -n is not required anymore when producing ELF files. llvm-svn: 114027
-
- Sep 02, 2010
-
-
Benjamin Kramer authored
llvm-svn: 112849
-
- May 18, 2010
-
-
Eric Christopher authored
Fix up callers and users. llvm-svn: 104057
-
- May 14, 2010
-
-
Eric Christopher authored
Nothing uses this yet. llvm-svn: 103757
-
- May 08, 2010
-
-
Chris Lattner authored
patch by Nathan Jeffords! llvm-svn: 103346
-
- Mar 10, 2010
-
-
Chris Lattner authored
llvm-svn: 98100
-
- Feb 23, 2010
-
-
Kevin Enderby authored
to be aligned with optimal nops. This patch does not change any functionality and when the compiler is changed to use EmitCodeAlignment() it should also not change the resulting output. Once the compiler change is made and everything looks good the next patch with the table of optimal X86 nops will be added to WriteNopData() changing the output. There are many FIXMEs in this patch which will be removed when we have better target hooks (coming soon I hear). llvm-svn: 96963
-
- Jan 25, 2010
-
-
Chris Lattner authored
llvm-svn: 94452
-
Chris Lattner authored
normal form of .file would fail if the filename had a weird character in it. llvm-svn: 94437
-
Chris Lattner authored
mcstreamer. llvm-svn: 94416
-
- Jan 23, 2010
-
-
Chris Lattner authored
llvm-svn: 94299
-
Chris Lattner authored
into a new MCDirectives.h file. llvm-svn: 94294
-
- Jan 19, 2010
-
-
Chris Lattner authored
identifier. There is no way to work around it. llvm-svn: 93896
-
- Nov 06, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86251
-
- Aug 31, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80578
-
Daniel Dunbar authored
llvm-svn: 80577
-
- Aug 30, 2009
-
-
Daniel Dunbar authored
- Switch Emit{CommonSymbol,Zerofill} to take alignment in bytes (for consistency). llvm-svn: 80484
-
- Aug 28, 2009
-
-
Daniel Dunbar authored
llvm-svn: 80343
-
Daniel Dunbar authored
llvm-svn: 80341
-
- Aug 18, 2009
-
-
Chris Lattner authored
llvm-svn: 79343
-
- Aug 17, 2009
-
-
Chris Lattner authored
doing it directly. This requires const'izing a bunch of stuff that took sections, but this seems like the right semantic thing to do: emitting a label to a section shouldn't mutate the MCSection object itself, for example. llvm-svn: 79227
-
- Aug 14, 2009
-
-
Daniel Dunbar authored
- Currently unused. - A few other random comment fixes lumped in. llvm-svn: 78960
-