aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CGExprComplex.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-01-30Implement first round of feedback on __builtin_overloadNate Begeman
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-12-02convert the rest of the stderr users in codegen to use diagnostics.Chris Lattner
2007-10-30Fix 80 col violations.Devang Patel
2007-10-25Add a new ChooseExpr::isConditionTrue method to unifyChris Lattner
2007-10-09Use LLVMFoldingBuilderDevang Patel
2007-09-13update to match llvm mainline apiChris Lattner
2007-09-13When dumping out errors about unsupported stuff, emit loc info.Chris Lattner
2007-09-07Fixed compilation on Windows. Hartmut Kaiser
2007-09-04Updated calls to CreateGEP to new interface in LLVM mainline.Ted Kremenek
2007-08-31add support for complex stmtexpr'sChris Lattner
2007-08-31Generalize RValue to handle complex better, generalize EmitCompoundStmt toChris Lattner
2007-08-26implement a fixmeChris Lattner
2007-08-26implement codegen of compound assignment operators for complex.Chris Lattner
2007-08-26update fixme'sChris Lattner
2007-08-26implement complex divisionChris Lattner
2007-08-26be slightly more volatile correctChris Lattner
2007-08-26refactor scalar conversions out into CGExprScalar.cppChris Lattner
2007-08-26Implement casts from scalar -> complex and complex->complex.Chris Lattner
2007-08-26implement codegen for complex literals.Chris Lattner
2007-08-24completely refactor codegen of scalar expressions out into its own CGExprScal...Chris Lattner
2007-08-24rename two files.Chris Lattner