History log of /llvm-project/clang/lib/Driver/Compilation.cpp (Results 126 – 129 of 129)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f0eddb85 18-Mar-2009 Daniel Dunbar <daniel@zuster.org>

Driver: Move actions into Compilation, and construct the compilation
earlier.

- This gives us a simple ownership model, and allows clients access
to more information should they ever want it.

Driver: Move actions into Compilation, and construct the compilation
earlier.

- This gives us a simple ownership model, and allows clients access
to more information should they ever want it.

- We now free Actions correctly.

llvm-svn: 67158

show more ...


# 3ce436d2 16-Mar-2009 Daniel Dunbar <daniel@zuster.org>

Driver: Migrate some data into the Compilation; after pipelining
access to most data should go through the current Compilation, not the
Driver (which shouldn't be specialized on variables for a singl

Driver: Migrate some data into the Compilation; after pipelining
access to most data should go through the current Compilation, not the
Driver (which shouldn't be specialized on variables for a single
compilation).

llvm-svn: 67037

show more ...


# b2cd66bf 04-Mar-2009 Daniel Dunbar <daniel@zuster.org>

Driver: Sink Driver/Compilation into clang::driver namespace.
- Add OptTable instance to Driver.

llvm-svn: 66063


Revision tags: llvmorg-2.5.0
# 544ecd14 02-Mar-2009 Daniel Dunbar <daniel@zuster.org>

Stub out some structure for C++ driver.

llvm-svn: 65867


123456