- Jul 09, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 53309
-
Anton Korobeynikov authored
llvm-svn: 53305
-
Anton Korobeynikov authored
llvm-svn: 53304
-
Anton Korobeynikov authored
llvm-svn: 53296
-
Anton Korobeynikov authored
llvm-svn: 53295
-
Anton Korobeynikov authored
llvm-svn: 53294
-
Anton Korobeynikov authored
llvm-svn: 53292
-
Anton Korobeynikov authored
llvm-svn: 53291
-
Anton Korobeynikov authored
llvm-svn: 53290
-
- Jul 04, 2008
-
-
Duncan Sands authored
moves in order to get correct debug info. Since I can't imagine how any target could possibly be any different, I've just stripped out the option: now all the world's like Darwin! llvm-svn: 53134
-
- Jul 02, 2008
-
-
Bill Wendling authored
debug information is being output, because it's leet! llvm-svn: 52994
-
- Jun 28, 2008
-
-
Anton Korobeynikov authored
Start refactoring of asmprinters: provide a TAI hook, which will select a 'section kind' for a global. llvm-svn: 52868
-
- Jun 03, 2008
-
-
Dale Johannesen authored
assembler names of string constants look like. llvm-svn: 51909
-
- May 07, 2008
-
-
Duncan Sands authored
on x86-64 linux. This causes no regressions on 32 bit linux and 32 bit ppc. More tests pass on 64 bit ppc with no regressions. I didn't turn on eh on 64 bit linux because the intrinsics needed to compile the eh runtime aren't done yet. But if you turn it on and link with the mainline runtime then eh seems to work fine on x86-64 linux with this patch. Thanks to Dale for testing. The main point of the patch is that if you output that some object is encoded using 4 bytes you had better not output 8 bytes for it: the patch makes everything consistent. llvm-svn: 50825
-
- May 05, 2008
-
-
Dan Gohman authored
the code being generated does not require an executable stack. Also, add target-specific code to make use of this on Linux on x86. llvm-svn: 50634
-
- Feb 29, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47770
-
- Feb 28, 2008
-
-
Lauro Ramos Venancio authored
llvm-svn: 47732
-
Anton Korobeynikov authored
provide TAI hook for selection of EH data emission format. Currently unused. llvm-svn: 47699
-
- Jan 16, 2008
-
-
Dale Johannesen authored
llvm-svn: 46030
-
- Jan 10, 2008
-
-
Dale Johannesen authored
because assembler/linker can't cope with weak absolutes. PR 1880. llvm-svn: 45811
-
- Dec 29, 2007
-
-
Chris Lattner authored
llvm-svn: 45418
-
- Dec 23, 2007
-
-
Gordon Henriksen authored
providing a misleading facility. It's used once in the MIPS backend and hardcoded as "\t.globl\t" everywhere else. llvm-svn: 45338
-
- Nov 21, 2007
-
-
Dale Johannesen authored
llvm-svn: 44261
-
Dale Johannesen authored
for Darwin PPC, but it's not fully working yet. llvm-svn: 44258
-
- Sep 28, 2007
-
-
Dan Gohman authored
other than PPC64. Instead of fixing it, just remove it and fix all the places that use it to use TargetData::getPointerSize() instead, as there aren't very many. Most of the references were in DwarfWriter.cpp. llvm-svn: 42419
-
- Sep 24, 2007
-
-
Dan Gohman authored
aren't really usable without each other. llvm-svn: 42274
-
- Sep 11, 2007
-
-
Bill Wendling authored
information for EH. llvm-svn: 41852
-
Bill Wendling authored
that global stub instead of doing the ".set" thingy we were doing before. llvm-svn: 41838
-
- Jun 14, 2007
-
-
Dan Gohman authored
llvm-svn: 37574
-
- May 05, 2007
-
-
Anton Korobeynikov authored
some small cleanup was made. llvm-svn: 36780
-
- May 03, 2007
-
-
Dan Gohman authored
they are consistent with the other directives. llvm-svn: 36687
-
- May 02, 2007
-
-
Anton Korobeynikov authored
1. Correct output offsets on Linux 2. Fix "style" of personality function. It shouldn't be indirect. llvm-svn: 36633
-
- Apr 29, 2007
-
-
Anton Korobeynikov authored
should be taught to deal with protected symbols. llvm-svn: 36565
-
- Apr 23, 2007
-
-
Dale Johannesen authored
llvm-svn: 36369
-
- Apr 20, 2007
-
-
Lauro Ramos Venancio authored
X86 32 bits. llvm-svn: 36283
-
- Mar 08, 2007
-
-
Evan Cheng authored
llvm-svn: 35015
-
- Mar 07, 2007
-
-
Anton Korobeynikov authored
Mingw32/Cygwin targets. This fixes PR978 llvm-svn: 35000
-
- Feb 21, 2007
-
-
Jim Laskey authored
llvm-svn: 34477
-
- Feb 01, 2007
-
-
Jim Laskey authored
llvm-svn: 33755
-
- Jan 29, 2007
-
-
Jim Laskey authored
llvm-svn: 33622
-