Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename CGVtable files to CGVTables. | Anders Carlsson | 2010-04-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 100778 | |||||
* | Move the VTT related code into its own file, CGVTT.cpp | Anders Carlsson | 2010-01-21 | 1 | -0/+1 | |
| | | | | llvm-svn: 94079 | |||||
* | Try to make cmake happy | Anton Korobeynikov | 2010-01-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 93119 | |||||
* | Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there. | Anders Carlsson | 2009-12-10 | 1 | -0/+1 | |
| | | | | llvm-svn: 91006 | |||||
* | Rename CGRtti.cpp to CGRTTI.cpp. | Mike Stump | 2009-12-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 90331 | |||||
* | Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ↵ | Anders Carlsson | 2009-11-24 | 1 | -4/+4 | |
| | | | | | | CGTemporaries. llvm-svn: 89742 | |||||
* | Add CGException.cpp, to be used for exception related code generation. | Anders Carlsson | 2009-10-30 | 1 | -0/+1 | |
| | | | | llvm-svn: 85560 | |||||
* | Add CGVtable.cpp to CMakeLists. | Benjamin Kramer | 2009-10-11 | 1 | -0/+1 | |
| | | | | llvm-svn: 83800 | |||||
* | Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ↵ | Anders Carlsson | 2009-10-10 | 1 | -0/+1 | |
| | | | | | | change. llvm-svn: 83732 | |||||
* | Move codegen of new and delete to CGCXXExpr.cpp | Anders Carlsson | 2009-09-22 | 1 | -0/+1 | |
| | | | | llvm-svn: 82585 | |||||
* | Update CMake files. | Benjamin Kramer | 2009-09-12 | 1 | -0/+1 | |
| | | | | llvm-svn: 81631 | |||||
* | Unbreak the CMake build | Douglas Gregor | 2009-07-23 | 1 | -0/+1 | |
| | | | | llvm-svn: 76878 | |||||
* | Lexically order files in CMakeLists.txt files. | Ted Kremenek | 2009-07-15 | 1 | -3/+3 | |
| | | | | llvm-svn: 75832 | |||||
* | Update cmake script | Anton Korobeynikov | 2009-06-05 | 1 | -0/+1 | |
| | | | | llvm-svn: 72963 | |||||
* | Fix cmake builds. | Mike Stump | 2009-06-03 | 1 | -0/+1 | |
| | | | | llvm-svn: 72814 | |||||
* | Fix cmake builds. | Mike Stump | 2009-02-13 | 1 | -0/+1 | |
| | | | | llvm-svn: 64455 | |||||
* | Add basic support for C++ name mangling according to the Itanium C++ | Douglas Gregor | 2009-02-13 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | ABI to the CodeGen library. Since C++ code-generation is so incomplete, we can't exercise much of this mangling code. However, a few smoke tests show that it's doing the same thing as GCC. When C++ codegen matures, we'll extend the ABI tester to verify name-mangling as well, and complete the implementation here. At this point, the major client of name mangling is in the uses of the new "overloadable" attribute in C, which allows overloading. Any "overloadable" function in C (or in an extern "C" block in C++) will be mangled the same way that the corresponding C++ function would be mangled. llvm-svn: 64413 | |||||
* | CMake: Builds and installs clang binary and libs (no docs yet). It | Oscar Fuentes | 2008-10-26 | 1 | -0/+22 | |
must be under the `tools' subdirectory of the LLVM *source* tree. llvm-svn: 58180 |