| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | In "int X,Y;", compile both X and Y. | Chris Lattner | 2007-07-14 | 1 | -1/+1 |
| | | | | | llvm-svn: 39848 | ||||
| * | implement support for basic codegen of global variables with no initializers. | Chris Lattner | 2007-07-13 | 1 | -0/+6 |
| | | | | | llvm-svn: 39795 | ||||
| * | Finally bite the bullet and make the major change: split the clang namespace | Chris Lattner | 2007-06-15 | 1 | -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 Lattner | 2007-05-28 | 1 | -5/+5 |
| | | | | | llvm-svn: 39504 | ||||
| * | Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore | Chris Lattner | 2007-05-24 | 1 | -0/+40 |
| library to be built for the driver to link. llvm-svn: 39495 | |||||

