summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* local array of objects are non-gc'able.Fariborz Jahanian2009-02-211-2/+6
* Handle case of none gc'able objects regardless of theirFariborz Jahanian2009-02-211-3/+8
* Shorten; no functionality change.Daniel Dunbar2009-02-201-8/+6
* Set call attribute for direct calls (i.e. noreturn).Daniel Dunbar2009-02-201-18/+15
* More objc gc's ir-gen fixes.Fariborz Jahanian2009-02-201-3/+8
* More objc's gc ir-gen stuff.Fariborz Jahanian2009-02-191-35/+33
* Generate the conservative objc gc's API for now.Fariborz Jahanian2009-02-191-0/+7
* Some code simplification. ir gen for gc'able arrayFariborz Jahanian2009-02-191-9/+11
* Address Chris's comments regarding C++ name mangling.Douglas Gregor2009-02-181-1/+1
* Some refactoring and simplificaiotn of objc's gcFariborz Jahanian2009-02-181-17/+10
* Start generating gc'able code using the newFariborz Jahanian2009-02-181-25/+16
* Cleanup objc's gc attributes code no longer needed.Fariborz Jahanian2009-02-181-2/+10
* 80-cols.Daniel Dunbar2009-02-171-9/+11
* Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar2009-02-161-1/+1
* fix volatile handling with ExtVectorElementExpr, so that weChris Lattner2009-02-161-8/+7
* introduce and use a new ExtVectorElementExpr::isArrow method, at Eli's sugges...Chris Lattner2009-02-161-4/+5
* enhance ExtVectorElementExpr to allow V->xxyy to work like (*V).xxyyChris Lattner2009-02-161-8/+12
* Add hook to add attributes to function declarations that we knowDouglas Gregor2009-02-141-1/+1
* Implicitly declare certain C library functions (malloc, strcpy, memmove,Douglas Gregor2009-02-131-1/+1
* Add basic support for C++ name mangling according to the Itanium C++Douglas Gregor2009-02-131-1/+1
* Add support for generating block call expressions.Anders Carlsson2009-02-121-1/+1
* Support IRgen of va_arg of structure as l-value.Daniel Dunbar2009-02-111-1/+9
* Some refactoring of Ivar offset code gen.Fariborz Jahanian2009-02-101-11/+1
* Add util Emit{LoadOf,StoreTo}Scalar methods to encapsulate conversionDaniel Dunbar2009-02-101-23/+38
* Pull CodeGenFunction::GetUndefRValue() out of EmitUnsupportedRValue.Daniel Dunbar2009-02-051-10/+14
* ir-gen for nonfragile ivar bitfield access (objc2 nonfragile abi).Fariborz Jahanian2009-02-031-16/+8
* objc2's ir-gen for nonfragile ivar access.Fariborz Jahanian2009-02-031-4/+9
* Thread CGFunctionInfo construction through CodeGenTypes.Daniel Dunbar2009-02-021-1/+2
* More ABI API cleanup.Daniel Dunbar2009-02-021-1/+1
* ABI handling API changes.Daniel Dunbar2009-02-021-1/+1
* Refactored code gen for ivar access in preparation forFariborz Jahanian2009-02-021-1/+2
* Vector codegen improvementsNate Begeman2009-01-181-40/+59
* Patch to implement code gen for aggrgate-valued property usedFariborz Jahanian2009-01-121-0/+8
* Implement EmitUnsupportedRValue to generate an appropriately typed RValue.Daniel Dunbar2009-01-091-3/+13
* Give "unsupported" error on calls through block pointers instead ofDaniel Dunbar2009-01-091-6/+22
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-061-1/+3
* Add ASTContext::getBaseElementType and use it in CodeGenFunction::EmitArraySu...Anders Carlsson2008-12-211-6/+1
* Handle VLA indexingAnders Carlsson2008-12-211-2/+19
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-201-1/+3
* Removed a slot in ObjCMemRegExpr used inFariborz Jahanian2008-12-181-2/+2
* Code gen. for ivar references; including bitfieldFariborz Jahanian2008-12-151-29/+37
* Fix rdar://6095061 - gcc allows __builtin_choose_expr as an lvalueChris Lattner2008-12-121-0/+6
* Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of Chris Lattner2008-11-241-1/+1
* Implemented ir-gen for 'implicit' properties using the new AST nodes.Fariborz Jahanian2008-11-221-0/+26
* Fields of ivars of struct types are considered ivarsFariborz Jahanian2008-11-211-2/+7
* Support generation of objc_assign_ivar for ivarFariborz Jahanian2008-11-201-3/+9
* Added a test case for __weak field decls. Change SetVarDeclObjCAttributeFariborz Jahanian2008-11-201-8/+9
* More objc gc stuff. Read/Write barriers for local static/extern,Fariborz Jahanian2008-11-201-17/+45
* More of objective-c's gc code-gen. Treat objective-cFariborz Jahanian2008-11-191-0/+6
* Few more changes due to Daniel's feedback.Fariborz Jahanian2008-11-191-17/+17
OpenPOWER on IntegriCloud