llvm-project/clang/CodeGen
Anders Carlsson 625bfc8716 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__
llvm-svn: 40162
2007-07-21 05:21:51 +00:00
..
CGDecl.cpp Refactor code so that isIntegerConstantExpr has an ASTContext available. 2007-07-15 23:26:56 +00:00
CGExpr.cpp Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ 2007-07-21 05:21:51 +00:00
CGStmt.cpp Implement break and continue. Patch by Anders Carlsson! 2007-07-16 21:28:45 +00:00
CodeGenFunction.cpp Implement break and continue. Patch by Anders Carlsson! 2007-07-16 21:28:45 +00:00
CodeGenFunction.h Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ 2007-07-21 05:21:51 +00:00
CodeGenModule.cpp Refactor code so that isIntegerConstantExpr has an ASTContext available. 2007-07-15 23:26:56 +00:00
CodeGenModule.h In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00
CodeGenTypes.cpp silence a warning by treating ocuvectors the same as vectors. 2007-07-19 05:13:51 +00:00
CodeGenTypes.h A significant refactoring of the type size stuff to also 2007-07-14 01:29:45 +00:00
Makefile Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore 2007-05-24 06:29:05 +00:00
ModuleBuilder.cpp In "int X,Y;", compile both X and Y. 2007-07-14 00:16:50 +00:00