- Oct 21, 2009
-
-
Bill Wendling authored
llvm-svn: 84723
-
- Oct 14, 2009
-
-
Dale Johannesen authored
llvm-svn: 84063
-
- Oct 13, 2009
-
-
Devang Patel authored
llvm-svn: 84025
-
Devang Patel authored
llvm-svn: 84019
-
Devang Patel authored
llvm-svn: 83933
-
- Oct 12, 2009
-
-
Chris Lattner authored
producing any stores at all for a long time, but ".store." was in some IR instruction names until recently. This removal caused the test to start failing. Just make it reject any stores. llvm-svn: 83895
-
- Oct 02, 2009
-
-
Evan Cheng authored
llvm-svn: 83234
-
- Sep 25, 2009
-
-
Dale Johannesen authored
llvm-svn: 82731
-
- Sep 23, 2009
-
-
Dale Johannesen authored
llvm-svn: 82658
-
- Sep 10, 2009
-
-
Evan Cheng authored
llvm-svn: 81432
-
- Sep 08, 2009
-
-
Dan Gohman authored
of using llvm-as, now that opt supports this. llvm-svn: 81226
-
- Sep 07, 2009
-
-
Daniel Dunbar authored
(%llvmgcc includes a '-w' argument, and this test looks for warnings). llvm-svn: 81152
-
- Aug 31, 2009
-
-
Dale Johannesen authored
although I don't think anyone cares about this feature except Darwin. PR 4825. llvm-svn: 80596
-
- Aug 25, 2009
-
-
Dan Gohman authored
llvm-svn: 79992
-
- Aug 21, 2009
-
-
Bill Wendling authored
llvm-svn: 79614
-
Bill Wendling authored
llvm-svn: 79607
-
Bill Wendling authored
llvm-svn: 79598
-
- Aug 12, 2009
-
-
Dale Johannesen authored
llvm-svn: 78763
-
Dan Gohman authored
llvm-svn: 78758
-
- Aug 11, 2009
-
-
Dan Gohman authored
llvm-svn: 78703
-
- Aug 06, 2009
-
-
Dale Johannesen authored
testing mode it won't test much). llvm-svn: 78325
-
- Aug 04, 2009
-
-
Bill Wendling authored
llvm-gcc checks the static asm variable is valid in ValidateRegisterVariable. Make this work for PPC. llvm-svn: 78051
-
Bill Wendling authored
llvm-svn: 78042
-
Bill Wendling authored
llvm-svn: 78038
-
- Jul 25, 2009
-
-
Chris Lattner authored
on darwin with ".cstring" instead of ".section __TEXT,__cstring". They are the same and the former is better. Remove this because this is no longer magic pixie dust in the frontend. llvm-svn: 77055
-
- Jul 24, 2009
-
-
Dan Gohman authored
llvm-svn: 76920
-
- Jul 23, 2009
-
-
Chris Lattner authored
llvm-svn: 76868
-
- Jul 17, 2009
-
-
Duncan Sands authored
llvm-svn: 76174
-
- Jul 15, 2009
-
-
Dale Johannesen authored
llvm-svn: 75827
-
Dale Johannesen authored
llvm-svn: 75824
-
Duncan Sands authored
llvm-svn: 75777
-
- Jul 14, 2009
-
-
Chris Lattner authored
llvm-svn: 75655
-
- Jun 23, 2009
-
-
Dale Johannesen authored
different for ppc; add another version of the test. llvm-svn: 73983
-
Dale Johannesen authored
generating LLVM IR; it is correct in the code as written to use 8-byte-aligned operations to copy Key in bar. Formerly the gcc inliner was run, now it isn't. I don't think it's possible to preserve this as a pure FE test. Adding -O2 lets the llvm optimizers get rid of the 8-byte-aligned stores, at least. llvm-svn: 73981
-
Dale Johannesen authored
generated code was apparently doing stores directly into the return value aggregate; now, it's doing a copy from a compiler-generated static object. That object is initialized using [4 x i8] which breaks the test. I believe this change preserves the original point of the test. Of course it would be better for the code to do stores directly into the return aggregate, but that is not what happens at -O0; the llvm optimizers seem to do that on x86 but not on ppc32, possibly because of the explicit padding (which is unavoidable). I think it must have been being done by a gcc optimizer pass before. llvm-svn: 73972
-
- Jun 19, 2009
-
-
- Jun 15, 2009
-
-
Duncan Sands authored
llvm-svn: 73353
-
- Jun 13, 2009
-
-
Dan Gohman authored
of the target's pointer size. This avoids the need for -m32 on the llvm-gcc command-line, which some targets may not support. llvm-svn: 73270
-
Dan Gohman authored
on systems which default to a 64-bit target. llvm-svn: 73265
-
- Jun 12, 2009
-
-
Dale Johannesen authored
llvm-svn: 73239
-