- Nov 05, 2007
-
-
Dale Johannesen authored
parameters. Rename ValueRefList to ParamList in AsmParser, since its only use is for parameters. llvm-svn: 43734
-
Ted Kremenek authored
llvm-svn: 43732
-
Chris Lattner authored
llvm-svn: 43731
-
Chris Lattner authored
llvm-svn: 43730
-
Chris Lattner authored
llvm-svn: 43729
-
Devang Patel authored
If a value is incoming from outside the loop then the value does not need remapping and the value is never tracked through LastValueMap. llvm-svn: 43728
-
Chris Lattner authored
llvm-svn: 43727
-
Chris Lattner authored
llvm-svn: 43726
-
Chris Lattner authored
llvm-svn: 43725
-
Chris Lattner authored
llvm-svn: 43724
-
Chris Lattner authored
llvm-svn: 43723
-
Lauro Ramos Venancio authored
static __thread struct { int a; int b; } teste = {0, 0}; llvm-svn: 43722
-
Ted Kremenek authored
pointer backpatching in deserializer were improperly created and resulted in an assertion failure. llvm-svn: 43721
-
Duncan Sands authored
size for the field we get ABI padding automatically, so no need to put it in again when we emit the field. llvm-svn: 43720
-
Chris Lattner authored
llvm-svn: 43719
-
Chris Lattner authored
llvm-svn: 43718
-
Chris Lattner authored
llvm-svn: 43717
-
Chris Lattner authored
llvm-svn: 43715
-
Evan Cheng authored
register coalescer interface: RegisterCoalescing. llvm-svn: 43714
-
Chris Lattner authored
llvm-svn: 43712
-
Chris Lattner authored
llvm-svn: 43711
-
Duncan Sands authored
llvm-svn: 43709
-
Duncan Sands authored
llvm-svn: 43707
-
Evan Cheng authored
less than 16. This is a temporary solution until dynamic stack alignment is implemented. llvm-svn: 43703
-
Chris Lattner authored
llvm-svn: 43702
-
Chris Lattner authored
comments and feedback welcome. llvm-svn: 43701
-
Evan Cheng authored
llvm-svn: 43700
-
Evan Cheng authored
defined on the same instruction. This fixes PR1767. llvm-svn: 43699
-
Evan Cheng authored
llvm-svn: 43698
-
Bruno Cardoso Lopes authored
Removed all macro code for PIC (goodbye "la"). Support tested with shootout bench. llvm-svn: 43697
-
Gordon Henriksen authored
-emitbitcode option and the addition of -preverify. llvm-svn: 43696
-
Chris Lattner authored
llvm-svn: 43695
-
Gordon Henriksen authored
llvm-svn: 43694
-
Evan Cheng authored
llvm-svn: 43693
-
Evan Cheng authored
llvm-svn: 43692
-
Duncan Sands authored
that there is no padding. llvm-svn: 43691
-
Chris Lattner authored
llvm-svn: 43689
-
Duncan Sands authored
should only effect x86 when using long double. Now 12/16 bytes are output for long double globals (the exact amount depends on the alignment). This brings globals in line with the rest of LLVM: the space reserved for an object is now always the ABI size. One tricky point is that only 10 bytes should be output for long double if it is a field in a packed struct, which is the reason for the additional argument to EmitGlobalConstant. llvm-svn: 43688
-
- Nov 04, 2007
-
-
Owen Anderson authored
llvm-svn: 43684
-
Gordon Henriksen authored
llvm-svn: 43683
-