NAKAMURA Takumi
|
43ab4ef9ba
|
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.
llvm-svn: 167595
|
2012-11-08 20:34:25 +00:00 |
NAKAMURA Takumi
|
51466d7622
|
clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has been failing for big endian targets, for example, ppc.
llvm-svn: 167293
|
2012-11-02 09:59:12 +00:00 |
NAKAMURA Takumi
|
510db83782
|
clang/test/CodeGen/bitfield-promote.c: FileCheck-ize.
llvm-svn: 167292
|
2012-11-02 09:59:06 +00:00 |
Daniel Dunbar
|
5618e98f33
|
Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).
llvm-svn: 91460
|
2009-12-15 22:01:24 +00:00 |
Daniel Dunbar
|
34546ce43d
|
Remove RUN: true lines.
llvm-svn: 86432
|
2009-11-08 01:47:25 +00:00 |
Daniel Dunbar
|
8b57697954
|
Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
2009-11-08 01:45:36 +00:00 |
Douglas Gregor
|
8d9c509975
|
Implement bit-field promotion rules for C99. Fixes PR3500.
llvm-svn: 70571
|
2009-05-01 20:41:21 +00:00 |