- Oct 03, 2013
-
-
Rafael Espindola authored
With -### clang return 0, so we have to use FileCheck to see if there was an error. llvm-svn: 191923
-
Eric Christopher authored
llvm-svn: 191921
-
Eric Christopher authored
llvm-svn: 191917
-
Rafael Espindola authored
It looks like clang always produce code with the ieee comparisons, so it is safe to ignore this flag (we still error on -mno-ieee-fp). llvm-svn: 191912
-
- Aug 21, 2013
-
-
Rafael Espindola authored
This is a partial revert of r188817 now that the driver handles -target-feature in a single place. llvm-svn: 188910
-
- Aug 20, 2013
-
-
Rafael Espindola authored
This moves the logic for handling -mfoo -mno-foo from the driver to -cc1. It also changes -cc1 to apply the options in order, fixing pr16943. The handling of -mno-mmx -msse is now an explicit special case. llvm-svn: 188817
-
- Jan 20, 2012
-
-
Sebastian Pop authored
llvm-svn: 148582
-
- Jan 13, 2012
-
-
Eli Friedman authored
llvm-svn: 148141
-
Sebastian Pop authored
llvm-svn: 148138
-
- Jul 02, 2011
-
-
Eli Friedman authored
Make clang behave in a gcc-compatible way in the presence of multiple flags for the same x86 target feature (e.g. -mno-sse -msse). gcc uses a somewhat unintuitive algorithm here in that the enabled SSE instructions is based on the order of the *last* flag for *each* feature-level, so that "-mno-sse -msse2" only enables SSE2, but "-mno-sse -msse2 -msse" enables all SSE levels. Issue reported on cfe-dev. llvm-svn: 134296
-
- Dec 15, 2009
-
-
Daniel Dunbar authored
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
-
- May 12, 2009
-
-
Daniel Dunbar authored
llvm-svn: 71492
-