llvm-project/clang/CodeGen
Anders Carlsson ca6bcae0be Start generating SSE intrinsics.
llvm-svn: 45079
2007-12-16 22:33:50 +00:00
..
CGBuiltin.cpp Start generating SSE intrinsics. 2007-12-16 22:33:50 +00:00
CGDecl.cpp Support initalisers for more than just int-typed static variables. 2007-12-02 00:11:25 +00:00
CGExpr.cpp Match union field type when member expression is u->x 2007-12-11 21:33:16 +00:00
CGExprAgg.cpp Array subscription in aggregate expression 2007-12-14 02:04:12 +00:00
CGExprComplex.cpp Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now 2007-12-11 21:27:55 +00:00
CGExprScalar.cpp We now support all MMX intrinsics. SSE intrinsics are next. 2007-12-15 21:23:30 +00:00
CGObjC.cpp completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file. 2007-08-24 05:35:26 +00:00
CGStmt.cpp convert the rest of the stderr users in codegen to use diagnostics. 2007-12-02 01:49:16 +00:00
CodeGenFunction.cpp warn about unhandled initializers instead of crashing on them. 2007-12-02 07:19:18 +00:00
CodeGenFunction.h We now support all MMX intrinsics. SSE intrinsics are next. 2007-12-15 21:23:30 +00:00
CodeGenModule.cpp builtin id 0 is invalid, don't use a slot for it. 2007-12-13 00:38:03 +00:00
CodeGenModule.h warn about unhandled initializers instead of crashing on them. 2007-12-02 07:19:18 +00:00
CodeGenTypes.cpp Add assert to detect incomplete implementation work. 2007-12-13 01:24:16 +00:00
CodeGenTypes.h Separate access field number is not required. 2007-12-11 01:23:33 +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 Warn about unsupported codegen with the diags machinery, giving us: 2007-12-02 01:40:18 +00:00