summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/ModuleBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* In "int X,Y;", compile both X and Y.Chris Lattner2007-07-141-1/+1
| | | | llvm-svn: 39848
* implement support for basic codegen of global variables with no initializers.Chris Lattner2007-07-131-0/+6
| | | | llvm-svn: 39795
* Finally bite the bullet and make the major change: split the clang namespaceChris Lattner2007-06-151-6/+5
| | | | | | | | | | | | | out of the llvm namespace. This makes the clang namespace be a sibling of llvm instead of being a child. The good thing about this is that it makes many things unambiguous. The bad things is that many things in the llvm namespace (notably data structures like smallvector) now require an llvm:: qualifier. IMO, libsystem and libsupport should be split out of llvm into their own namespace in the future, which will fix this issue. llvm-svn: 39659
* Reorganize codegen files.Chris Lattner2007-05-281-5/+5
| | | | llvm-svn: 39504
* Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCoreChris Lattner2007-05-241-0/+40
library to be built for the driver to link. llvm-svn: 39495
OpenPOWER on IntegriCloud