summaryrefslogtreecommitdiff
path: root/Driver
Commit message (Expand)AuthorAgeFilesLines
* Revert "[RISCV] Mark unit tests as "requires: riscv-registered-target""Mandeep Singh Grang2018-11-276-686/+0
* [RISCV] Mark unit tests as "requires: riscv-registered-target"Mandeep Singh Grang2018-11-276-0/+686
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-2421-13476/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* if the driver decides to run clang on a .s file, treat it as a .S file.Chris Lattner2009-03-231-1/+3
* PTHManager::Create():Ted Kremenek2009-03-221-2/+7
* Frontend: Handle empty input on stdin.Daniel Dunbar2009-03-211-1/+9
* ccc/Driver/clang-fe: Accept -fbuiltin, and forward -f[no-]builtin to clang.Daniel Dunbar2009-03-201-3/+4
* InitListDesignations hasn't been used (ever). Eliminate it, andDouglas Gregor2009-03-201-1/+0
* fix test/Preprocessor/macro_paste_mscomment.c.Chris Lattner2009-03-202-2/+2
* add a new LangOptions::GNUMode bit to distinguish between GNU99 and C99 etc.Chris Lattner2009-03-201-4/+7
* Preserve ordering between -include and -include-pth.Ted Kremenek2009-03-201-1/+2
* Implement "-include-pth" in low-level driver. This allows a PTH file to be usedTed Kremenek2009-03-201-4/+42
* Store the name of the original file used to generate the PTH file in the PTHTed Kremenek2009-03-191-5/+29
* Per Daniel's suggestion, remove default case from switch statement to makeTed Kremenek2009-03-191-1/+1
* Allow notes to be printed following a fatal error, then suppress anyDouglas Gregor2009-03-191-0/+2
* Support langkind_cxx_pch when determining the language dialect.Ted Kremenek2009-03-191-0/+1
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-1/+1
* simplify this code by reading the decision from LangOptions instead Chris Lattner2009-03-161-3/+4
* Handle static_asserts when instantiating structs.Anders Carlsson2009-03-151-2/+1
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-32/+209
* Don't accept '$' in identifiers in assembler-with-cpp mode.Daniel Dunbar2009-03-151-1/+3
* Don't run simplify lib calls with -ffreestanding (fix for alreadyDaniel Dunbar2009-03-141-1/+1
* wire up a new -fno-builtin option, make it control things like simplifylibcalls,Chris Lattner2009-03-131-2/+10
* Implement template instantiation for several more kinds of expressions:Douglas Gregor2009-03-131-2/+2
* introduce a new -fheinous-gnu-extensions flag that enables reallyChris Lattner2009-03-131-0/+7
* implement a new -fprint-source-range-info option, whichChris Lattner2009-03-131-3/+8
* API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed toTed Kremenek2009-03-122-6/+10
* Add Diagnostic files for Frontend and move a couple errors over.Daniel Dunbar2009-03-121-6/+8
* gnu++0x is definitely *not* the defaultGabor Greif2009-03-111-1/+1
* Eliminate CXXClassVarDecl. It doesn't add anythingDouglas Gregor2009-03-111-5/+0
* Display the exploded graph before calling BugReporter.FlushReports(). The latterTed Kremenek2009-03-111-4/+4
* 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-093-12/+8
* implement -Wsystem-headers, eliminating the wierd thing I added for testing.Chris Lattner2009-03-091-4/+3
* Fix warnings in build on clang-x86_64-freebsd buildbot.Mike Stump2009-03-071-2/+3
* Improve error messages on bad warning options.Sebastian Redl2009-03-072-9/+10
* Implement the machinery that can process TableGenerated warning options.Sebastian Redl2009-03-064-96/+227
* capitalize for consistency, a crash in regalloc now looks like this:Chris Lattner2009-03-061-4/+4
* 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
* rename PrettyStackTraceDecl -> PrettyStackTraceActionsDecl.Chris Lattner2009-03-051-11/+26
* Implemented access check for ivars accessed insideFariborz Jahanian2009-03-041-1/+2
* Start making use of "pretty stack dumps" to get Chris Lattner2009-03-041-0/+2
* minor cleanupsChris Lattner2009-03-041-52/+47
* Change Parser::ParseCaseStatement to use an iterative approach to parsingChris Lattner2009-03-041-2/+1
* implement support for propagating *features* down to the code generatorChris Lattner2009-03-031-16/+18
* Fix <rdar://problem/6640991> Exception handling executes wrong clause (Daniel...Steve Naroff2009-03-032-5/+5
* start wiring up support for target-specific -mfoo options like -msseChris Lattner2009-03-021-0/+23