summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* More #include cleaningDaniel Dunbar2008-08-119-41/+0
* More #include cleaningDaniel Dunbar2008-08-118-1/+16
* More #include cleaningDaniel Dunbar2008-08-119-9/+15
* More #include cleaningDaniel Dunbar2008-08-116-0/+8
* Add dummy Mac Objective-C runtime interface.Daniel Dunbar2008-08-116-8/+229
* Back out r54608 (inline string literals were getting an extra '\0')Daniel Dunbar2008-08-104-37/+33
* Fix crash during initialization of a bitfield which followed a zeroDaniel Dunbar2008-08-101-2/+8
* Bug fix, inline string literals were getting an extra '\0'.Daniel Dunbar2008-08-101-1/+1
* rename PreDefinedExpr -> PredefinedExprChris Lattner2008-08-104-11/+11
* 80 colsNico Weber2008-08-091-1/+1
* Handle BuiltinType::WChar inside CodeGenTypes::ConvertNewType().Argyrios Kyrtzidis2008-08-091-0/+2
* update to make IRBuilder API change.Chris Lattner2008-08-088-35/+37
* ParseAST now conditionally deletes the passed ASTConsumer.Ted Kremenek2008-08-071-8/+11
* Fix EmitNullInitializationToLValue for bitfield lvalues. Daniel Dunbar2008-08-061-4/+2
* Fix bitfield accesses which straddle the boundary of the underlyingDaniel Dunbar2008-08-061-46/+116
* Fix CodeGen of pointer arithmetic in compound assignment statements.Daniel Dunbar2008-08-061-76/+94
* Implement GNU asm-label extension support in CodeGen. This fixesDaniel Dunbar2008-08-061-7/+14
* Change CodeGen of global decls to key off of the name (instead ofDaniel Dunbar2008-08-052-97/+45
* Remove excess #include.Ted Kremenek2008-08-051-1/+0
* Refactored driver logic for CodeGen into LLVMCodeGenWriter. This ASTConsumer...Ted Kremenek2008-08-053-28/+42
* Bug fix, CodeGen of (void*) - (void*) was broken.Daniel Dunbar2008-08-051-3/+12
* Avoid creating dummy block when no indirect gotos are present.Daniel Dunbar2008-08-041-0/+3
* Add CodeGen support for indirect goto.Daniel Dunbar2008-08-044-2/+84
* Finally fix PR2189. This makes a fairly invasive but important change toChris Lattner2008-08-045-18/+16
* Support constructor and destructor attributes in CodeGenDaniel Dunbar2008-08-012-46/+65
* Fix a regression I introduced in r54107:Chris Lattner2008-07-311-1/+1
* Updated to match new atomic names (to enable overloading for pointers toMon P Wang2008-07-311-4/+8
* Fix implicit initialization of structures.Daniel Dunbar2008-07-301-5/+0
* Change CodeGenModule GlobalDeclMap to directly reference globalsDaniel Dunbar2008-07-302-42/+56
* Rework codegen emission of globalsDaniel Dunbar2008-07-297-192/+229
* Fix codegen of chained declarationsDaniel Dunbar2008-07-293-12/+8
* Fix a bug in my previous patch, CGF is not valid for constants outside a func...Chris Lattner2008-07-261-2/+2
* remove uses of QualType::getCanonicalType() from codegen for PR2189Chris Lattner2008-07-266-52/+46
* change more instances of QualType::getCanonicalType to callChris Lattner2008-07-261-5/+9
* implement codegen support for labels at the end of stmtexprs.Chris Lattner2008-07-263-6/+20
* minor tidying, no functionality change.Chris Lattner2008-07-262-31/+15
* Fix rdar://6103124, the only dummy blocks are ones without names. Named blocksChris Lattner2008-07-251-1/+1
* X86 builtin fixesNate Begeman2008-07-251-32/+10
* Generate vector compares in codegenNate Begeman2008-07-251-2/+18
* Move comment to match styleNate Begeman2008-07-251-1/+2
* Rework codegen of case rangesDaniel Dunbar2008-07-251-47/+49
* Fix EmitCaseStmtRange to ignore empty rangesDaniel Dunbar2008-07-241-16/+14
* don't depend on the result of CreateNeg to be a binopChris Lattner2008-07-231-3/+3
* Fix a codegen crash on:Chris Lattner2008-07-231-6/+10
* Add note to check what __alignof__ a function type should be.Daniel Dunbar2008-07-221-0/+1
* Prevent codegen crash on sizeof(<function type>), a gcc extension.Daniel Dunbar2008-07-221-2/+3
* Implement bzero, memset, memmove builtins.Daniel Dunbar2008-07-221-10/+31
* Implement nans, prefetch, and trap builtins. Daniel Dunbar2008-07-211-1/+15
* Kill an unused variable warningDaniel Dunbar2008-07-211-3/+0
* move two more lists of protocols over to use ObjCList<ObjCProtocolDecl>,Chris Lattner2008-07-211-4/+5