summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/always_inline.c
Commit message (Collapse)AuthorAgeFilesLines
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-2/+2
| | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-4/+4
| | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
* Fix PR4372, another case where non-prototyped functions can prevent Chris Lattner2009-06-131-1/+8
| | | | | | always_inline from working. llvm-svn: 73273
* Driver: Support -mllvm; this just forwards options to clang-cc.Daniel Dunbar2009-06-031-2/+2
| | | | llvm-svn: 72780
* Add clang-cc support for -disable-llvm-optzns.Daniel Dunbar2009-06-021-0/+13
- Avoids running any LLVM optimizations, even at -O2, etc., while still keeping any language changes these optimizations imply. llvm-svn: 72742
OpenPOWER on IntegriCloud