summaryrefslogtreecommitdiffstats
path: root/Driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-026-11/+11
* Minor name change (move the ObjC prefix to a more appropriate place).Steve Naroff2009-02-281-1/+1
* Adapt help string to what the code is doing (default is lang_gnu99). Thanks r...Gabor Greif2009-02-281-2/+2
* Eliminate CXXRecordTypeDouglas Gregor2009-02-281-6/+7
* Create a new TypeNodes.def file that enumerates all of the types,Douglas Gregor2009-02-263-34/+34
* Add -emit-llvm-only option (generate LLVM IR & run passes, but discardDaniel Dunbar2009-02-263-2/+12
* this got moved to top levelChris Lattner2009-02-261-4/+0
* move this makefile goop up to the top level llvm makefile.Chris Lattner2009-02-261-10/+3
* Enable export maps also on {Free, Net}BSD.Anton Korobeynikov2009-02-261-1/+1
* Add an export map for clang on Linux.Owen Anderson2009-02-262-0/+8
* Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handleTed Kremenek2009-02-251-1/+7
* C99 DR #316 implies that the function parameter types that are knownDouglas Gregor2009-02-251-1/+2
* PTH: Cache *un-cleaned* spellings for literals instead of cleaned spellings.Ted Kremenek2009-02-241-22/+12
* PTH: When emitting tokens for literals with cached spellings, change the tokenTed Kremenek2009-02-241-12/+20
* Put compiler headers in <prefix>/lib/clang/1.0/include (vsDaniel Dunbar2009-02-211-2/+9
* Make 'RangeConstraintManager' the default ConstraintManager.Ted Kremenek2009-02-202-2/+2
* PTH generation: Clear the cleaning bit for literals (whose spellings are cach...Ted Kremenek2009-02-201-2/+6