summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CGExprComplex.cpp
Commit message (Expand)AuthorAgeFilesLines
* convert the rest of the stderr users in codegen to use diagnostics.Chris Lattner2007-12-021-2/+1
* Fix 80 col violations.Devang Patel2007-10-301-4/+6
* Add a new ChooseExpr::isConditionTrue method to unifyChris Lattner2007-10-251-5/+1
* Use LLVMFoldingBuilderDevang Patel2007-10-091-1/+1
* update to match llvm mainline apiChris Lattner2007-09-131-2/+9
* When dumping out errors about unsupported stuff, emit loc info.Chris Lattner2007-09-131-2/+2
* Fixed compilation on Windows. Hartmut Kaiser2007-09-071-2/+3
* Updated calls to CreateGEP to new interface in LLVM mainline.Ted Kremenek2007-09-041-4/+12
* add support for complex stmtexpr'sChris Lattner2007-08-311-1/+6
* Generalize RValue to handle complex better, generalize EmitCompoundStmt toChris Lattner2007-08-311-2/+7
* implement a fixmeChris Lattner2007-08-261-6/+15
* implement codegen of compound assignment operators for complex.Chris Lattner2007-08-261-48/+121
* update fixme'sChris Lattner2007-08-261-2/+1
* implement complex divisionChris Lattner2007-08-261-0/+39
* be slightly more volatile correctChris Lattner2007-08-261-2/+3
* refactor scalar conversions out into CGExprScalar.cppChris Lattner2007-08-261-5/+3
* Implement casts from scalar -> complex and complex->complex.Chris Lattner2007-08-261-5/+45
* implement codegen for complex literals.Chris Lattner2007-08-261-1/+8
* completely refactor codegen of scalar expressions out into its own CGExprScal...Chris Lattner2007-08-241-1/+0
* rename two files.Chris Lattner2007-08-241-0/+348
OpenPOWER on IntegriCloud