Age | Commit message (Expand) | Author |
2009-04-16 | Pass -fdiagnostics-show-option to clang-cc by default. | Daniel Dunbar |
2009-04-16 | Driver: Forward -W* to clang, it can handle all these itself now. | Daniel Dunbar |
2009-04-15 | Driver: For clang, accept -fsigned-bitfields and reject | Daniel Dunbar |
2009-04-12 | Implement support for GCC's -dD mode, which dumps -E output *and* | Chris Lattner |
2009-04-10 | Driver: Forward -miphoneos-version-min to clang. | Daniel Dunbar |
2009-04-08 | Driver: Split out CPP specific options for clang so that we don't end | Daniel Dunbar |
2009-04-08 | More fixes to builtin preprocessor defines. | Daniel Dunbar |
2009-04-08 | Darwin ld: Unconditionally add -lstdc++ if we are pretending to be | Daniel Dunbar |
2009-04-08 | Make debug info work when using -save-temps. | Daniel Dunbar |
2009-04-08 | Set __PIC__ (more) correctly. | Daniel Dunbar |
2009-04-07 | Driver: Fix forwarding of -fpascal-strings. | Daniel Dunbar |
2009-04-07 | Driver: Fix forwarding of -{std,ansi,trigraphs} when there are | Daniel Dunbar |
2009-04-07 | Driver: Forward remaining -f options to clang manually. | Daniel Dunbar |
2009-04-07 | Driver: Only forward last instance of -mmacosx-version-min= and | Daniel Dunbar |
2009-04-07 | Driver: Manually translate a number of -f with no- variants options to | Daniel Dunbar |
2009-04-07 | Driver: Explicitly warn that -pg isn't supported (even though we | Daniel Dunbar |
2009-04-07 | Driver: More verbosity reduction. | Daniel Dunbar |
2009-04-04 | Driver: Handle properly calling dsymutil when source input is | Daniel Dunbar |
2009-04-03 | Driver: Explicitly ignore -fpch-preprocess when using clang, we don't | Daniel Dunbar |
2009-04-03 | Driver: Add missed translation for darwin::Preprocess (gcc), -d* | Daniel Dunbar |
2009-04-02 | Add some whitespace to test my commit privileges. | Ed Schouten |
2009-04-01 | Driver: Allow -ccc-gcc-name to specify the name/path to use when | Daniel Dunbar |
2009-04-01 | Quick and dirty (!) fix to make sure we use powerpc in triples. | Daniel Dunbar |
2009-04-01 | Driver: Add freebsd::Link | Daniel Dunbar |
2009-04-01 | Remove a FIXME, use -emit-pth to drive PTH generation. | Daniel Dunbar |
2009-04-01 | Tweak/cleanup darwin::Link a bit, add several FIXMES, and improve test | Daniel Dunbar |
2009-04-01 | Tweak darwin::Assemble and add a FIXME. | Daniel Dunbar |
2009-03-31 | Driver: Forward -Wp, and -Xpreprocessor arguments to clang when using | Daniel Dunbar |
2009-03-31 | Driver: Call 'as' directly on FreeBSD. | Daniel Dunbar |
2009-03-31 | (LLVM up) Update to use llvm::sys::getHostTriple(). | Daniel Dunbar |
2009-03-30 | Fix -MD with no -MT when -o is specified (and fix test case). | Daniel Dunbar |
2009-03-30 | Driver: Support -M and -MM. | Daniel Dunbar |
2009-03-30 | Improve dependency file support. | Daniel Dunbar |
2009-03-29 | Driver: Add test case for darwin::Preprocess and darwin::Compile | Daniel Dunbar |
2009-03-29 | Driver: Finish porting Darwin::Preprocess and Compile port (still | Daniel Dunbar |
2009-03-29 | Driver: Start porting Darwin::Preprocess and Compile implementations | Daniel Dunbar |
2009-03-27 | Driver: Pass -f[no-]pascal-strings on to clang, even if it has been | Daniel Dunbar |
2009-03-26 | Driver: Add darwin::Link tool. | Daniel Dunbar |
2009-03-25 | Turn on -analyzer-eagerly-assume by default when using 'clang-cc' to perform | Ted Kremenek |
2009-03-24 | Driver: Handle -flto, -O4, and tweak -emit-llvm to match llvm-gcc. | Daniel Dunbar |
2009-03-24 | Driver: Translate -fverbose-asm for LLVM backend. | Daniel Dunbar |
2009-03-24 | Driver: Forward -MMD (not -MM) to clang-cc; this got lost in | Daniel Dunbar |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-24 | Driver: lipo wasn't being called correctly (translation failure from | Daniel Dunbar |
2009-03-23 | Driver: Add two special groups of "whitelisted" options which we know | Daniel Dunbar |
2009-03-20 | Driver: Switch to using -include-pth. | Daniel Dunbar |
2009-03-20 | Driver: Add and use darwin::Assemble tool. | Daniel Dunbar |
2009-03-20 | Driver: Add darwin::Lipo tool. | Daniel Dunbar |
2009-03-19 | Driver/clang: -mattr strings were not comma separated. | Daniel Dunbar |
2009-03-19 | Driver: Claim -arch options when pipelining, and claim arguments that | Daniel Dunbar |