summaryrefslogtreecommitdiffstats
path: root/clang/Driver/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-19/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-1/+1
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-1/+1
* 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-261-0/+4
* Optimize dyld startup time by specifying a trivial export map Chris Lattner2009-02-181-0/+6
* Use LINK_COMPONENTS instead of hard coding LLVM libraries.Daniel Dunbar2008-10-241-5/+2
* Fix linking error.Zhongxing Xu2008-10-241-1/+1
* [LLVM up] Add basic -S option to clang.Daniel Dunbar2008-10-211-7/+14
* rename libclangSEMA to libclangSemaNico Weber2008-09-071-1/+1
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-051-1/+1
* Link in LLVMAnalysis after LLVMCodeGen, since the latter depends on the formerMatthijs Kooijman2008-06-261-4/+2
* a temporary minimal hack to get clang building after the getStringValue chang...Chris Lattner2008-06-261-0/+1
* Added -g command line options to clang for generating source level debug info...Sanjiv Gupta2008-05-081-1/+1
* Take 2.Devang Patel2007-10-311-1/+3
* temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner2007-10-311-6/+2
* Make target info available to clang code generator.Devang Patel2007-10-311-2/+6
* Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek2007-10-231-1/+2
* Initial checkin of rewriter interface. It is just stubbed out for now.Chris Lattner2007-09-151-1/+3
* Added "Dead Stores", a flow-sensitive checker that checks for storesTed Kremenek2007-09-061-1/+1
* Added an early implementation of Live-Variables analysis built onTed Kremenek2007-09-061-1/+1
* emit a return at the end of the function. Run the llvm verifier.Chris Lattner2007-05-301-1/+1
* Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCoreChris Lattner2007-05-241-1/+1
* Split the AST library into two libraries: libast and libsema.Chris Lattner2007-05-211-1/+1
* Fix these to allow clang to be in any dir.Chris Lattner2006-10-261-1/+1
* build in a new dirChris Lattner2006-10-061-0/+8
OpenPOWER on IntegriCloud