- Nov 08, 2009
-
-
Daniel Dunbar authored
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
-
- Nov 07, 2009
-
-
Chris Lattner authored
llvm-svn: 86396
-
Devang Patel authored
llvm-svn: 86318
-
- Nov 04, 2009
-
-
Mike Stump authored
llvm-svn: 85972
-
- Nov 03, 2009
-
-
Daniel Dunbar authored
llvm-svn: 85880
-
- Oct 31, 2009
-
-
Benjamin Kramer authored
llvm-svn: 85683
-
- Oct 30, 2009
-
-
Mike Stump authored
llvm-svn: 85538
-
Mike Stump authored
llvm-svn: 85535
-
Mike Stump authored
llvm-svn: 85534
-
- Oct 29, 2009
-
-
Nuno Lopes authored
make clang emit undefs for padding of structs and unions instead of zeros. this enables constant compaction optimizations. llvm-svn: 85504
-
Chris Lattner authored
llvm-svn: 85487
-
Chris Lattner authored
llvm-svn: 85464
-
- Oct 28, 2009
-
-
Douglas Gregor authored
declaration, since attributes that affect mangling may have been added to subsequent declarations. However, to determine the linkage of the declaration, we need to look at the canonical declaration. Fixes PR4412. llvm-svn: 85400
-
- Oct 27, 2009
-
-
Daniel Dunbar authored
llvm-svn: 85278
-
Daniel Dunbar authored
llvm-svn: 85277
-
Benjamin Kramer authored
llvm-svn: 85232
-
Mike Stump authored
llvm-svn: 85174
-
- Oct 26, 2009
-
-
Mike Stump authored
to clamp at 0 bytes left. WIP. llvm-svn: 85157
-
Edward O'Callaghan authored
llvm-svn: 85154
-
Mike Stump authored
llvm-svn: 85136
-
- Oct 23, 2009
-
-
Mike Stump authored
llvm-svn: 84923
-
Mike Stump authored
llvm-svn: 84922
-
- Oct 21, 2009
-
-
Benjamin Kramer authored
asm comment styles (## vs #). llvm-svn: 84777
-
- Oct 20, 2009
-
-
Devang Patel authored
llvm-svn: 84653
-
- Oct 18, 2009
-
-
Nate Begeman authored
llvm-svn: 84445
-
- Oct 17, 2009
-
-
Chris Lattner authored
llvm-svn: 84354
-
- Oct 15, 2009
-
-
John Thompson authored
llvm-svn: 84183
-
Mike Stump authored
llvm-svn: 84167
-
John Thompson authored
llvm-svn: 84160
-
- Oct 14, 2009
-
-
Chris Lattner authored
1) -fwritable-string does affect the non-utf16 version of cfstrings just not the utf16 ones. 2) utf16 strings should always be marked constant, as the __TEXT segment is readonly. 3) The name of the global doesn't matter, remove it from TargetInfo. 4) Trust the asmprinter to drop cstrings into the right section, like llvmgcc does now. This fixes rdar://7115750 llvm-svn: 84077
-
- Oct 13, 2009
-
-
Chris Lattner authored
which is a common idiom to improve PIC'ness of code using the addr of label extension. This implementation is a gross hack, but the only other alternative would be to teach evalutate about this horrid combination. While GCC allows things like "&&foo - &&bar + 1", people don't use this in practice. This implements PR5131. llvm-svn: 83957
-
Chris Lattner authored
hairier (but nonsensical) example. llvm-svn: 83951
-
Chris Lattner authored
previously we only recognized it on inputs. llvm-svn: 83939
-
Devang Patel authored
Disable tests that check debug info intrinsic. This does not work if debug info intrinsics are not used to encode debug info. llvm-svn: 83929
-
- Oct 09, 2009
-
-
Mike Stump authored
Patch by John Thompson. llvm-svn: 83593
-
- Oct 08, 2009
-
-
Mike Stump authored
of a floating point number. This add regular expressions to account for this. Patch by John Thompson. llvm-svn: 83581
-
Mike Stump authored
llvm-svn: 83578
-
- Oct 07, 2009
-
-
Mike Stump authored
llvm-svn: 83427
-
- Oct 05, 2009
-
-
Chris Lattner authored
llvm-svn: 83325
-
- Oct 02, 2009
-
-
Benjamin Kramer authored
llvm-svn: 83244
-