Age | Commit message (Expand) | Author |
2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |
2009-03-23 | if the driver decides to run clang on a .s file, treat it as a .S file. | Chris Lattner |
2009-03-22 | PTHManager::Create(): | Ted Kremenek |
2009-03-21 | Frontend: Handle empty input on stdin. | Daniel Dunbar |
2009-03-20 | ccc/Driver/clang-fe: Accept -fbuiltin, and forward -f[no-]builtin to clang. | Daniel Dunbar |
2009-03-20 | add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc. | Chris Lattner |
2009-03-20 | Preserve ordering between -include and -include-pth. | Ted Kremenek |
2009-03-20 | Implement "-include-pth" in low-level driver. This allows a PTH file to be used | Ted Kremenek |
2009-03-19 | Per Daniel's suggestion, remove default case from switch statement to make | Ted Kremenek |
2009-03-19 | Support langkind_cxx_pch when determining the language dialect. | Ted Kremenek |
2009-03-16 | simplify this code by reading the decision from LangOptions instead | Chris Lattner |
2009-03-15 | Don't accept '$' in identifiers in assembler-with-cpp mode. | Daniel Dunbar |
2009-03-14 | Don't run simplify lib calls with -ffreestanding (fix for already | Daniel Dunbar |
2009-03-13 | wire up a new -fno-builtin option, make it control things like simplifylibcalls, | Chris Lattner |
2009-03-13 | introduce a new -fheinous-gnu-extensions flag that enables really | Chris Lattner |
2009-03-13 | implement a new -fprint-source-range-info option, which | Chris Lattner |
2009-03-12 | Add Diagnostic files for Frontend and move a couple errors over. | Daniel Dunbar |
2009-03-11 | gnu++0x is definitely *not* the default | Gabor Greif |
2009-03-10 | Limit the template instantiation depth to some user-configurable value | Douglas Gregor |
2009-03-09 | move -g option down into rest of codegen section | Chris Lattner |
2009-03-09 | move debug info generation flag into CompileOptions. | Chris Lattner |
2009-03-07 | Improve error messages on bad warning options. | Sebastian Redl |
2009-03-06 | Implement the machinery that can process TableGenerated warning options. | Sebastian Redl |
2009-03-06 | To the user, this is just a compiler of course, duh. | Chris Lattner |
2009-03-06 | clean up the OVERVIEW line in clang --help. | Chris Lattner |
2009-03-04 | Start making use of "pretty stack dumps" to get | Chris Lattner |
2009-03-04 | minor cleanups | Chris Lattner |
2009-03-03 | implement support for propagating *features* down to the code generator | Chris Lattner |
2009-03-02 | start wiring up support for target-specific -mfoo options like -msse | Chris Lattner |
2009-03-02 | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar |
2009-02-28 | Adapt help string to what the code is doing (default is lang_gnu99). Thanks r... | Gabor Greif |
2009-02-26 | Add -emit-llvm-only option (generate LLVM IR & run passes, but discard | Daniel Dunbar |
2009-02-21 | Put compiler headers in <prefix>/lib/clang/1.0/include (vs | Daniel Dunbar |
2009-02-19 | fix a bug introduced in my previous patch: moving clang headers to the | Chris Lattner |
2009-02-19 | always search for "builtin" headers at the end of the search path, | Chris Lattner |
2009-02-18 | add a bunch of timers for -E and other modes. This requires | Chris Lattner |
2009-02-18 | move llvm backend specific #includes into Backend.cpp instead of Clang.cpp | Chris Lattner |
2009-02-18 | indentation and formatting | Chris Lattner |
2009-02-18 | clang will hopefully never support ratfor. | Chris Lattner |
2009-02-18 | wire up a minimal -ftime-report, which prints the optimizer/codegen | Chris Lattner |
2009-02-17 | Backend: Accept -mcpu and -mattr for use by TargetMachine. | Daniel Dunbar |
2009-02-17 | Static Analyzer driver/options (partial) cleanup: | Ted Kremenek |
2009-02-17 | add support for -fno-math-errno, and validate that it affects sema properly. | Chris Lattner |
2009-02-17 | remove extraneous . | Chris Lattner |
2009-02-16 | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. | Daniel Dunbar |
2009-02-15 | PR3589: Don't simplify libcalls with -ffreestanding. | Daniel Dunbar |
2009-02-14 | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor |
2009-02-06 | add support for -x c++-header, update comment. | Chris Lattner |
2009-02-06 | default diag::err_pp_file_not_found to mapping to fatal, | Chris Lattner |
2009-02-04 | Add -femit-all-decls codegen option. | Daniel Dunbar |