summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Vector codegen improvementsNate Begeman2009-01-183-44/+81
* CG support for inline asm constraints with symbolic names. Fixes PR3345Anders Carlsson2009-01-181-2/+18
* Add sema support for symbolic names in inline asm statements.Anders Carlsson2009-01-181-1/+1
* Add support for vectors to APValue. Vector constant evaluator and tests coming.Nate Begeman2009-01-181-0/+13
* Change TargetInfo::validateInputConstraint to take begin/end name iterators i...Anders Carlsson2009-01-171-1/+3
* Patch to re-implement ivar-list meta-data generation to fixFariborz Jahanian2009-01-171-11/+31
* add support for usage of cast to union thing with static varsNuno Lopes2009-01-171-20/+28
* Changed the API yet again.Fariborz Jahanian2009-01-161-5/+3
* Used a more suitable api to get to the type of a recordFariborz Jahanian2009-01-161-1/+1
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-163-14/+15
* Attempt to unbreak Windows build.Daniel Dunbar2009-01-161-3/+3
* Implemented code gen for sizeof(objc class interface).Fariborz Jahanian2009-01-161-1/+8
* add codegen support to union castsNuno Lopes2009-01-151-1/+14
* Fix some unused variable, control reaches end of non-void function,Daniel Dunbar2009-01-151-3/+2
* Add dummy X86_64 ABIInfo implementation.Daniel Dunbar2009-01-151-5/+26
* Bug fix, __private_extern__ globals were always introducing a definition.Daniel Dunbar2009-01-131-10/+31
* Patch to implement code gen for aggrgate-valued property usedFariborz Jahanian2009-01-121-0/+8
* Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr RakDouglas Gregor2009-01-121-8/+4
* (LLVM up) Match TargetData API change in LLVM TOT.Daniel Dunbar2009-01-124-12/+12
* Handle multi-value inputsAnders Carlsson2009-01-121-5/+18
* make ScalarExprEmitter::EmitCompare() emit the expression with the correct ty...Nuno Lopes2009-01-111-3/+2
* More inline asm fixesAnders Carlsson2009-01-111-1/+4
* Handle readwrite constraints correctlyAnders Carlsson2009-01-111-1/+2
* Forgot to commit thisAnders Carlsson2009-01-111-0/+5
* Use a common function for emitting asm inputs and remove a FIXMEAnders Carlsson2009-01-111-31/+26
* Convert property implementation to DeclContext::addDecl().Steve Naroff2009-01-111-16/+9
* Fix a misleading comment.Steve Naroff2009-01-101-4/+4
* This patch fixes the code gen failures which was a fallout fromFariborz Jahanian2009-01-105-17/+25
* assert if attempting to code gen. a property setter/getterFariborz Jahanian2009-01-101-0/+4
* Prevent a segfault for vaarg expressions on unsupported architectures.Sebastian Redl2009-01-091-2/+4
* Implement EmitUnsupportedRValue to generate an appropriately typed RValue.Daniel Dunbar2009-01-091-3/+13
* Provide a new kind of iterator, the specific_decl_iterator, thatDouglas Gregor2009-01-095-11/+11
* Emit more refined "unsupported" error for block expressions.Daniel Dunbar2009-01-091-0/+5
* Give "unsupported" error on calls through block pointers instead ofDaniel Dunbar2009-01-092-6/+28
* Move property API's up to ObjCContainerDecl (removing a lot of duplicate code).Steve Naroff2009-01-091-6/+6
* Convert block types in IRgen. This is not the correct type, butDaniel Dunbar2009-01-091-1/+3
* Block pointer types are not aggregate types.Daniel Dunbar2009-01-091-1/+4
* Remove redundant method context (now that ObjCMethodDecl isa ScopedDecl).Steve Naroff2009-01-081-1/+1
* This is a large/messy diff that unifies the ObjC AST's with DeclContext.Steve Naroff2009-01-081-2/+2
* Objc's compatibility-alias semantics and codeFariborz Jahanian2009-01-081-1/+1
* Another nasty code gen. bug with trivial fix. Calling classFariborz Jahanian2009-01-071-1/+3
* Couple of code gen. fixes in ObjC's colection-statement. HardFariborz Jahanian2009-01-061-1/+3
* Add QualifiedDeclRefExpr, which retains additional source-locationDouglas Gregor2009-01-062-2/+5
* Silence a GCC warningSebastian Redl2009-01-051-1/+2
* Generate debug info for VLA typesAnders Carlsson2009-01-051-3/+14
* Fix the bug that would cause Python to crash at startup.Anders Carlsson2009-01-042-11/+14
* Add full dllimport / dllexport support: both sema checks and codegen.Anton Korobeynikov2008-12-261-7/+20
* Generate code for __builtin_ia32_pshufwAnders Carlsson2008-12-221-0/+7
* Add codegen support for __nullAnders Carlsson2008-12-211-0/+3
* Implement alignof for vla types.Anders Carlsson2008-12-211-2/+7
OpenPOWER on IntegriCloud