summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Limit the template instantiation depth to some user-configurable valueDouglas Gregor2009-03-101-1/+6
* move -g option down into rest of codegen sectionChris Lattner2009-03-091-9/+7
* move debug info generation flag into CompileOptions.Chris Lattner2009-03-091-1/+2
* Improve error messages on bad warning options.Sebastian Redl2009-03-071-5/+2
* Implement the machinery that can process TableGenerated warning options.Sebastian Redl2009-03-061-96/+5
* To the user, this is just a compiler of course, duh.Chris Lattner2009-03-061-1/+1
* clean up the OVERVIEW line in clang --help.Chris Lattner2009-03-061-1/+2
* Start making use of "pretty stack dumps" to get Chris Lattner2009-03-041-0/+2
* minor cleanupsChris Lattner2009-03-041-52/+47
* implement support for propagating *features* down to the code generatorChris Lattner2009-03-031-16/+18
* start wiring up support for target-specific -mfoo options like -msseChris Lattner2009-03-021-0/+23
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-5/+5
* Adapt help string to what the code is doing (default is lang_gnu99). Thanks r...Gabor Greif2009-02-281-2/+2
* Add -emit-llvm-only option (generate LLVM IR & run passes, but discardDaniel Dunbar2009-02-261-1/+7
* Put compiler headers in <prefix>/lib/clang/1.0/include (vsDaniel Dunbar2009-02-211-2/+9
* fix a bug introduced in my previous patch: moving clang headers to theChris Lattner2009-02-191-2/+5
* always search for "builtin" headers at the end of the search path,Chris Lattner2009-02-191-2/+2
* add a bunch of timers for -E and other modes. This requiresChris Lattner2009-02-181-6/+31
* move llvm backend specific #includes into Backend.cpp instead of Clang.cppChris Lattner2009-02-181-5/+3
* indentation and formattingChris Lattner2009-02-181-50/+50
* clang will hopefully never support ratfor.Chris Lattner2009-02-181-4/+1
* wire up a minimal -ftime-report, which prints the optimizer/codegen Chris Lattner2009-02-181-0/+11
* Backend: Accept -mcpu and -mattr for use by TargetMachine.Daniel Dunbar2009-02-171-0/+12
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-68/+1
* add support for -fno-math-errno, and validate that it affects sema properly.Chris Lattner2009-02-171-1/+1
* remove extraneous .Chris Lattner2009-02-171-1/+1
* Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar2009-02-161-3/+9
* PR3589: Don't simplify libcalls with -ffreestanding.Daniel Dunbar2009-02-151-1/+1
* Add -ffreestanding to suppress the implicit declaration of library builtins l...Douglas Gregor2009-02-141-0/+11
* add support for -x c++-header, update comment.Chris Lattner2009-02-061-20/+25
* default diag::err_pp_file_not_found to mapping to fatal,Chris Lattner2009-02-061-2/+7
* Add -femit-all-decls codegen option.Daniel Dunbar2009-02-041-0/+6
* Use the updated CommandLine api for -fno-blocks.Mike Stump2009-02-021-6/+7
* Fix typo noticed by Chris.Anders Carlsson2009-01-301-1/+1
* Turn on -flax-vector-conversions by default, issue a warning whenever one is ...Anders Carlsson2009-01-301-5/+6
* wire up -fno-show-source-location option, patch by Alexei Svitkine!Chris Lattner2009-01-301-1/+7
* Add -fno-blocks support. This fixes block-no-block-def.c.Mike Stump2009-01-301-2/+5
* Fix name of -x option for C preprocessed input; it should beDaniel Dunbar2009-01-291-1/+1
* next round of diagnostics cleanups, moving some Chris Lattner2009-01-291-1/+0
* Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner2009-01-291-1/+5
* Fix a wart that existed from before we had EXTWARN.Chris Lattner2009-01-291-9/+0
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Enhance PTHManager::Create() to take an optional Diagnostic* argument that ca...Ted Kremenek2009-01-281-1/+1
* Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas...Ted Kremenek2009-01-281-3/+14
* Add a preliminary version number.Mike Stump2009-01-281-0/+4
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-0/+1
* Added clang option '--analyzer-display-progress' to indicate that the analyze...Ted Kremenek2009-01-231-1/+6
* When using -analyzer-output-plist always output a plist file even if it conta...Ted Kremenek2009-01-231-1/+1
* Use NonFragileABI as name of new Next abi. More comments Fariborz Jahanian2009-01-221-3/+3
* Adjust to api change.Chris Lattner2009-01-221-1/+1
OpenPOWER on IntegriCloud