summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver
Commit message (Expand)AuthorAgeFilesLines
* Revert some Hexagon builtin commits to match reverts done to LLVM inChandler Carruth2012-04-181-2/+0
* Hexagon V5(Floating Point) support.Sirish Pande2012-04-161-0/+2
* use DEFAULT_SYSROOTSebastian Pop2012-04-161-0/+3
* Remove the -cc1-level option "-pubnames-dump". Such things should stayDouglas Gregor2012-04-131-3/+0
* objective-c: remove -fobjc-default-synthesize-properties from the driver.Fariborz Jahanian2012-04-091-2/+0
* objective-c: Remove -fno-objc-default-synthesize-propertiesFariborz Jahanian2012-04-091-2/+0
* Revert r154321, pending more discussion.David Chisnall2012-04-092-5/+0
* Add -fobjc-trace to emit a call before and after each Objective-C message sendDavid Chisnall2012-04-092-0/+5
* Teach Clang about PIE compilations. This is the first step of PR12380.Chandler Carruth2012-04-082-5/+7
* Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE.Nico Weber2012-04-041-0/+2
* [driver] Create a new -mfpmath= option, which is used to control whether clangChad Rosier2012-04-041-0/+1
* Use -rewrite-legacy-objc as clang argument for translating Fariborz Jahanian2012-04-022-0/+3
* [driver] Create a new L_Group for language options and add the -std= option toChad Rosier2012-03-301-1/+2
* [analyzer] Enable retry exhausted without inlining by default.Anna Zaks2012-03-281-2/+2
* Move the emission of strict enum range metadata behind a flag (the sameChandler Carruth2012-03-272-0/+5
* [analyzer] Add an option to re-analyze a dead-end path without inlining.Anna Zaks2012-03-271-0/+3
* Introduce a -cc1-level option -pubnames-dump, which simply dumps theDouglas Gregor2012-03-271-0/+3
* [driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group.Chad Rosier2012-03-261-2/+2
* Fix help text.Chad Rosier2012-03-151-1/+1
* [frontend] Fix how the frontend handles -fno-inline. AFAIK clang now matchesChad Rosier2012-03-152-1/+3
* [driver] Parse diagnostic args in the driver.Chad Rosier2012-03-131-1/+9
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-2/+15
* [driver] Don't try to generate diagnostic information for linker crashes.Chad Rosier2012-03-071-0/+1
* Missing period.Chad Rosier2012-03-061-1/+1
* [driver] What was implemented in r152130 was actually -fno-inline-functions, notChad Rosier2012-03-062-4/+4
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-064-4/+32
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-063-1/+7
* Minor fix for r152130. Put -fno-inline in f_Group.Chad Rosier2012-03-061-1/+1
* [driver] Add support for -fno-inline.Chad Rosier2012-03-062-1/+3
* [analyzer] Bump up the size of the functions that should beAnna Zaks2012-03-051-1/+1
* [analyzer] Bound the size of the functions being inlined + provideAnna Zaks2012-03-021-1/+5
* Add a flag -fthread-sanitizer.Kostya Serebryany2012-03-012-0/+4
* [driver] Emit an error when trying to use ARC on macosx earlier than 10.6Argyrios Kyrtzidis2012-02-291-0/+3
* [driver] Add support for -g2 and -ggdb debug flags.Chad Rosier2012-02-281-0/+2
* [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking.Anna Zaks2012-02-271-0/+2
* Provide a way to disable auto-generation of preprocessed files during clang Chad Rosier2012-02-221-0/+1
* Implement a -gcc-toolchain command line option that does the same asRafael Espindola2012-02-191-0/+2
* Remove the unuseful -fdiagnostics-show-nameDavid Blaikie2012-02-152-4/+0
* Have the driver pass CPU and target feature information to cc1as.Jim Grosbach2012-02-101-0/+4
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-1/+1
* Clang has existing support for debuggers thatSean Callanan2012-02-041-0/+2
* Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>Bob Wilson2012-02-031-0/+2
* Rename -dependency-graphviz to -dependencncy-dotDouglas Gregor2012-02-021-2/+2
* Introduce a -cc1 option "-dependency-graphviz" that determines headerDouglas Gregor2012-02-021-0/+2
* Revert r149083 which is not the direction we're going in the ClangChandler Carruth2012-01-311-7/+1
* Fix yet another issue introduced when renaming '-ccc-host-triple' toChandler Carruth2012-01-301-1/+1
* Keep track of the original target the user specified beforeJoerg Sonnenberger2012-01-261-1/+7
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-261-0/+5
* Fix a minor bug in r148582, which made -ccc-host-triple into an alias option.Bob Wilson2012-01-261-1/+1
* Introduce 3 new fixit options:Argyrios Kyrtzidis2012-01-261-0/+6