summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactoring ObjC Next's runtime classes in preparation forFariborz Jahanian2009-01-211-0/+6
* Don't turn off blocks when compiling Obj-C codeAnders Carlsson2009-01-211-1/+2
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-5/+3
* add a simplified lexer ctor that sets up the lexer to raw-lex anChris Lattner2009-01-171-5/+1
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-3/+3
* IdentifierInfo:Ted Kremenek2009-01-151-11/+20
* Fix typo and spelling of -Wunused-macros.Daniel Dunbar2009-01-141-2/+2
* Add an initial framework of a DeclContextPrinter. It can print DeclContext andZhongxing Xu2009-01-131-0/+6
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-3/+0
* Always print out SourceManager stats with 'Stats' is true. This revealed tha...Ted Kremenek2009-01-091-2/+1
* Enable support for '-x objective-c++-header'.Ted Kremenek2009-01-091-10/+24
* Place warning about 'readonly' property attributes whichFariborz Jahanian2009-01-081-0/+8
* Remove redunant (and incorrect) call to SourceManager::PrintStats(). This wo...Ted Kremenek2009-01-061-3/+0
* Force i[0-9]86 to i386 when using LLVM_HOSTTRIPLE.Daniel Dunbar2008-12-121-1/+8
OpenPOWER on IntegriCloud