| Commit message (Expand) | Author | Age | Files | Lines |
| * | Limit the template instantiation depth to some user-configurable value | Douglas Gregor | 2009-03-10 | 1 | -1/+6 |
| * | move -g option down into rest of codegen section | Chris Lattner | 2009-03-09 | 1 | -9/+7 |
| * | move debug info generation flag into CompileOptions. | Chris Lattner | 2009-03-09 | 1 | -1/+2 |
| * | Improve error messages on bad warning options. | Sebastian Redl | 2009-03-07 | 1 | -5/+2 |
| * | Implement the machinery that can process TableGenerated warning options. | Sebastian Redl | 2009-03-06 | 1 | -96/+5 |
| * | To the user, this is just a compiler of course, duh. | Chris Lattner | 2009-03-06 | 1 | -1/+1 |
| * | clean up the OVERVIEW line in clang --help. | Chris Lattner | 2009-03-06 | 1 | -1/+2 |
| * | Start making use of "pretty stack dumps" to get | Chris Lattner | 2009-03-04 | 1 | -0/+2 |
| * | minor cleanups | Chris Lattner | 2009-03-04 | 1 | -52/+47 |
| * | implement support for propagating *features* down to the code generator | Chris Lattner | 2009-03-03 | 1 | -16/+18 |
| * | start wiring up support for target-specific -mfoo options like -msse | Chris Lattner | 2009-03-02 | 1 | -0/+23 |
| * | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar | 2009-03-02 | 1 | -5/+5 |
| * | Adapt help string to what the code is doing (default is lang_gnu99). Thanks r... | Gabor Greif | 2009-02-28 | 1 | -2/+2 |
| * | Add -emit-llvm-only option (generate LLVM IR & run passes, but discard | Daniel Dunbar | 2009-02-26 | 1 | -1/+7 |
| * | Put compiler headers in <prefix>/lib/clang/1.0/include (vs | Daniel Dunbar | 2009-02-21 | 1 | -2/+9 |
| * | fix a bug introduced in my previous patch: moving clang headers to the | Chris Lattner | 2009-02-19 | 1 | -2/+5 |
| * | always search for "builtin" headers at the end of the search path, | Chris Lattner | 2009-02-19 | 1 | -2/+2 |
| * | add a bunch of timers for -E and other modes. This requires | Chris Lattner | 2009-02-18 | 1 | -6/+31 |
| * | move llvm backend specific #includes into Backend.cpp instead of Clang.cpp | Chris Lattner | 2009-02-18 | 1 | -5/+3 |
| * | indentation and formatting | Chris Lattner | 2009-02-18 | 1 | -50/+50 |
| * | clang will hopefully never support ratfor. | Chris Lattner | 2009-02-18 | 1 | -4/+1 |
| * | wire up a minimal -ftime-report, which prints the optimizer/codegen | Chris Lattner | 2009-02-18 | 1 | -0/+11 |
| * | Backend: Accept -mcpu and -mattr for use by TargetMachine. | Daniel Dunbar | 2009-02-17 | 1 | -0/+12 |
| * | Static Analyzer driver/options (partial) cleanup: | Ted Kremenek | 2009-02-17 | 1 | -68/+1 |
| * | add support for -fno-math-errno, and validate that it affects sema properly. | Chris Lattner | 2009-02-17 | 1 | -1/+1 |
| * | remove extraneous . | Chris Lattner | 2009-02-17 | 1 | -1/+1 |
| * | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. | Daniel Dunbar | 2009-02-16 | 1 | -3/+9 |
| * | PR3589: Don't simplify libcalls with -ffreestanding. | Daniel Dunbar | 2009-02-15 | 1 | -1/+1 |
| * | Add -ffreestanding to suppress the implicit declaration of library builtins l... | Douglas Gregor | 2009-02-14 | 1 | -0/+11 |
| * | add support for -x c++-header, update comment. | Chris Lattner | 2009-02-06 | 1 | -20/+25 |
| * | default diag::err_pp_file_not_found to mapping to fatal, | Chris Lattner | 2009-02-06 | 1 | -2/+7 |
| * | Add -femit-all-decls codegen option. | Daniel Dunbar | 2009-02-04 | 1 | -0/+6 |
| * | Use the updated CommandLine api for -fno-blocks. | Mike Stump | 2009-02-02 | 1 | -6/+7 |
| * | Fix typo noticed by Chris. | Anders Carlsson | 2009-01-30 | 1 | -1/+1 |
| * | Turn on -flax-vector-conversions by default, issue a warning whenever one is ... | Anders Carlsson | 2009-01-30 | 1 | -5/+6 |
| * | wire up -fno-show-source-location option, patch by Alexei Svitkine! | Chris Lattner | 2009-01-30 | 1 | -1/+7 |
| * | Add -fno-blocks support. This fixes block-no-block-def.c. | Mike Stump | 2009-01-30 | 1 | -2/+5 |
| * | Fix name of -x option for C preprocessed input; it should be | Daniel Dunbar | 2009-01-29 | 1 | -1/+1 |
| * | next round of diagnostics cleanups, moving some | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
| * | Fix -Wimplicit-function-declaration, which required some refactoring and | Chris Lattner | 2009-01-29 | 1 | -1/+5 |
| * | Fix a wart that existed from before we had EXTWARN. | Chris Lattner | 2009-01-29 | 1 | -9/+0 |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+1 |
| * | Enhance PTHManager::Create() to take an optional Diagnostic* argument that ca... | Ted Kremenek | 2009-01-28 | 1 | -1/+1 |
| * | Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas... | Ted Kremenek | 2009-01-28 | 1 | -3/+14 |
| * | Add a preliminary version number. | Mike Stump | 2009-01-28 | 1 | -0/+4 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -0/+1 |
| * | Added clang option '--analyzer-display-progress' to indicate that the analyze... | Ted Kremenek | 2009-01-23 | 1 | -1/+6 |
| * | When using -analyzer-output-plist always output a plist file even if it conta... | Ted Kremenek | 2009-01-23 | 1 | -1/+1 |
| * | Use NonFragileABI as name of new Next abi. More comments | Fariborz Jahanian | 2009-01-22 | 1 | -3/+3 |
| * | Adjust to api change. | Chris Lattner | 2009-01-22 | 1 | -1/+1 |