History log of /external/clang/test/CodeGen/bitfield-promote.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c4497036cff93da286ae188cfd95aa3f01390c61 08-Nov-2012 NAKAMURA Takumi <geek4civic@gmail.com> llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167595 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c
9b1a48af8e537255055059b8c51e9f3b2e16473c 02-Nov-2012 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has been failing for big endian targets, for example, ppc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167293 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c
36db2d87163fd3ec422a5d723c3f466bb410288b 02-Nov-2012 NAKAMURA Takumi <geek4civic@gmail.com> clang/test/CodeGen/bitfield-promote.c: FileCheck-ize.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167292 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c
80737ad5e0a67d6e3dd0a0ba48446344215a5fd5 15-Dec-2009 Daniel Dunbar <daniel@zuster.org> 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).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91460 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c
2475d76920b43014e661690836642ca3c9967179 08-Nov-2009 Daniel Dunbar <daniel@zuster.org> Remove RUN: true lines.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86432 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c
4fcfde4d5c8f25e40720972a5543d538a0dcb220 08-Nov-2009 Daniel Dunbar <daniel@zuster.org> Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86430 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c
fc24e44bea29dcaabd9cf2c7663fe1c1286d90c1 01-May-2009 Douglas Gregor <dgregor@apple.com> Implement bit-field promotion rules for C99. Fixes PR3500.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70571 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/bitfield-promote.c