summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExprComplex.cpp
Commit message (Expand)AuthorAgeFilesLines
* Normalize many BasicBlock names.Daniel Dunbar2008-11-131-3/+3
* Rework IRgen invariant w.r.t. current insert point.Daniel Dunbar2008-11-111-0/+1
* Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...Sebastian Redl2008-11-111-1/+1
* Add CodeGenFunction::EmitBranch.Daniel Dunbar2008-11-111-2/+2
* Centralize basic block creation in CodeGenFunction::createBasicBlock.Daniel Dunbar2008-11-111-3/+3
* Move IRBuilder type definition to common file.Daniel Dunbar2008-11-011-1/+1
* Add Objective-C property setter support.Daniel Dunbar2008-08-301-0/+7
* Add CodeGen support for CXXZeroInitValueExpr.Argyrios Kyrtzidis2008-08-231-0/+6
* Change WarnUnsupported to ErrorUnsupported (in name and in practice).Daniel Dunbar2008-08-161-1/+1
* More #include cleaningDaniel Dunbar2008-08-111-1/+2
* update to make IRBuilder API change.Chris Lattner2008-08-081-1/+1
* remove uses of QualType::getCanonicalType() from codegen for PR2189Chris Lattner2008-07-261-5/+6
* This patch is motivated by numerous strict-aliasing warnings when compilingTed Kremenek2008-06-171-2/+2
* Add support for init lists for complex variables.Eli Friedman2008-05-131-0/+13
* use simplified API for making fp constants.Chris Lattner2008-05-041-4/+2
* update to follow mainline llvm API change.Chris Lattner2008-04-131-1/+1
* Add support for C++ default arguments, and rework Parse-Sema Chris Lattner2008-04-081-0/+3
* tracking API changes arising from r49277Gabor Greif2008-04-061-3/+3
* Since isComplexType() no longer returns true for _Complex integers, the codeChris Lattner2008-04-041-3/+3
* simplify the clang codegen by using the new Builder.CreateStructGEP method.Chris Lattner2008-03-191-15/+4
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+542
OpenPOWER on IntegriCloud