llvm-project/clang/CodeGen
Anders Carlsson f4f3679eea Generate correct code for __builtin_huge_val
llvm-svn: 46639
2008-02-01 16:06:34 +00:00
..
CGBuiltin.cpp Generate correct code for __builtin_huge_val 2008-02-01 16:06:34 +00:00
CGDecl.cpp implement proper support for _Bool in memory, which is usually i8, not i1. 2008-01-09 18:47:25 +00:00
CGExpr.cpp fix a problem reported by Eli, caused by not keeping bool as i1 2008-01-30 07:01:17 +00:00
CGExprAgg.cpp Remainder of the __builtin_overload feedback 2008-01-31 05:38:29 +00:00
CGExprComplex.cpp Implement first round of feedback on __builtin_overload 2008-01-30 20:50:20 +00:00
CGExprConstant.cpp getLLVMFieldNo can't be called before emitting the base value. 2008-01-30 21:23:20 +00:00
CGExprScalar.cpp Fix PR1921 by promoting negative indices to intptrty. 2008-01-31 04:12:50 +00:00
CGObjC.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CGStmt.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CodeGenFunction.cpp Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:25 +00:00
CodeGenFunction.h Make sure to emit all the arguments to a function call. This fixes the 2008-01-30 01:32:06 +00:00
CodeGenModule.cpp Factor out the constant generation into its own file. 2008-01-26 01:36:00 +00:00
CodeGenModule.h Factor out the constant generation into its own file. 2008-01-26 01:36:00 +00:00
CodeGenTypes.cpp Implement review feedback. Use getAsPointerType instead of cast<PointerType>. 2008-01-31 15:19:04 +00:00
CodeGenTypes.h Implement bitfield read. 2008-01-22 20:17:04 +00:00
Makefile remove attribution from makefiles. 2007-12-29 20:02:25 +00:00
ModuleBuilder.cpp Add first pieces of support for parsing and representing 2008-01-12 07:05:38 +00:00