- Jul 19, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 53801
-
- 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 03, 2008
-
-
Dale Johannesen authored
assembler names of string constants look like. llvm-svn: 51909
-
- Feb 29, 2008
-
-
Anton Korobeynikov authored
llvm-svn: 47770
-
- Feb 28, 2008
-
-
Anton Korobeynikov authored
uses the same encoding everywhere. Linux FIXME'ed. llvm-svn: 47701
-
- Feb 12, 2008
-
-
Evan Cheng authored
llvm-svn: 47020
-
- Feb 10, 2008
-
-
Nick Lewycky authored
llvm-svn: 46916
-
- Jan 16, 2008
-
-
Dale Johannesen authored
ShortenEHDataFor64Bits as a not-very-accurate abstraction to cover all the changes in DwarfWriter. Some cosmetic changes to Darwin assembly code for gcc testsuite compatibility. llvm-svn: 46029
-
- Jan 11, 2008
-
-
Dale Johannesen authored
Cosmetic changes to spacing to match gcc (some dejagnu tests actually care). llvm-svn: 45848
-
- 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 21, 2007
-
-
Nicolas Geoffray authored
llvm-svn: 45281
-
- Dec 19, 2007
-
-
Dale Johannesen authored
are a couple of issues that show up with the optimizer, but I don't think they're really EH problems. (llvm-gcc testsuite users note: By default the testsuite uses the unwinding code that's built as part of your local llvm-gcc, which does not work. You need to trick it into using the installed system unwinding code to get useful results.) llvm-svn: 45221
-
- Nov 21, 2007
-
-
Dale Johannesen authored
for Darwin PPC, but it's not fully working yet. llvm-svn: 44258
-
- Nov 13, 2007
-
-
Dale Johannesen authored
llvm-svn: 44057
-
Dale Johannesen authored
to use different mappings for EH and debug info; no functional change yet. Fix warning in X86CodeEmitter. llvm-svn: 44056
-
- Nov 04, 2007
-
-
Nick Lewycky authored
llvm-svn: 43676
-
- 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 12, 2007
-
-
Bill Wendling authored
llvm-svn: 41873
-
- Aug 24, 2007
-
-
Chris Lattner authored
llvm-svn: 41360
-
- Jul 25, 2007
-
-
Nick Lewycky authored
llvm-svn: 40483
-
- Mar 08, 2007
-
-
Evan Cheng authored
sections. llvm-svn: 35017
-
- Feb 21, 2007
-
-
Jim Laskey authored
llvm-svn: 34477
-
- Feb 01, 2007
-
-
Jim Laskey authored
llvm-svn: 33755
-
- Jan 30, 2007
-
-
Evan Cheng authored
llvm-svn: 33657
-
- Jan 29, 2007
-
-
Jim Laskey authored
llvm-svn: 33622
-
- Jan 18, 2007
-
-
Chris Lattner authored
delimits the boundaries of jump tables. This lets the linker's dead code stripping optimization do a better job. llvm-svn: 33315
-
- Jan 16, 2007
-
-
Bill Wendling authored
just use the one that's in the subtarget. llvm-svn: 33255
-
Bill Wendling authored
LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for the X86 and PPC backends. It defaults to "0", the first variant of a compound inline asm expression. llvm-svn: 33246
-
- Jan 14, 2007
-
-
Chris Lattner authored
llvm-svn: 33200
-
- Dec 21, 2006
-
-
Jim Laskey authored
llvm-svn: 32735
-
- Dec 01, 2006
-
-
Evan Cheng authored
llvm-svn: 32091
-
- Oct 26, 2006
-
-
Evan Cheng authored
llvm-svn: 31207
-
- Oct 17, 2006
-
-
Jim Laskey authored
llvm-svn: 30994
-
- Oct 05, 2006
-
-
Chris Lattner authored
llvm-svn: 30745
-
Chris Lattner authored
llvm-svn: 30735
-
Chris Lattner authored
function bodies llvm-svn: 30733
-
- Sep 26, 2006
-
-
Chris Lattner authored
int x __attribute__((used)); to: .data .comm _x,4 ; 'x' .no_dead_strip _x on both x86 and ppc darwin targets. llvm-svn: 30605
-
- Sep 08, 2006
-
-
Jim Laskey authored
llvm-svn: 30188
-