summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/bitfield-promote.c
Commit message (Collapse)AuthorAgeFilesLines
* llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and ↵NAKAMURA Takumi2012-11-081-1/+1
| | | | | | FoldReinterpretLoadFromConstPtr() Big-endian-aware. llvm-svn: 167595
* clang/test/CodeGen/bitfield-promote.c: Add explicit triple for now. It has ↵NAKAMURA Takumi2012-11-021-1/+1
| | | | | | been failing for big endian targets, for example, ppc. llvm-svn: 167293
* clang/test/CodeGen/bitfield-promote.c: FileCheck-ize.NAKAMURA Takumi2012-11-021-3/+7
| | | | llvm-svn: 167292
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-1/+1
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Implement bit-field promotion rules for C99. Fixes PR3500.Douglas Gregor2009-05-011-0/+19
llvm-svn: 70571
OpenPOWER on IntegriCloud