aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenFunction.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-12Update to reflect changes in parameter attribute api.Chris Lattner
2008-03-07Add fastcall/stdcall attribute supportNate Begeman
2008-03-05remove the source location arguments to various target query methods.Chris Lattner
2008-03-03fix codegen support for functions that are nothrow and noreturn.Chris Lattner
2008-03-03Add a bunch of attributes, patch by Nuno Lopes.Chris Lattner
2008-02-26Implement codegen for the following static var init.Lauro Ramos Venancio
2008-02-05Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Make the insertion point with an explicit new instead of the builder.Chris Lattner
2007-12-02warn about unhandled initializers instead of crashing on them.Chris Lattner
2007-12-02Handle global variable definitions which change the type of a definition, suc...Chris Lattner
2007-12-02remove the alloca insertion point inst, which is an internal helper.Chris Lattner
2007-12-02implement codegen for functions whose function body type don't matchChris Lattner
2007-12-02convert the rest of the stderr users in codegen to use diagnostics.Chris Lattner
2007-12-02move unsupported warning into a centralized place.Chris Lattner
2007-11-27take an initial stab at setting function linkage right. HandleChris Lattner
2007-11-01Rename classes and collections that maintain record layout information.Devang Patel
2007-10-24Constify methods and reuse RecordOrganizer object.Devang Patel
2007-10-24untabifyDevang Patel
2007-10-23Begin struct layout work.Devang Patel
2007-10-12Generate code for va_start and va_end.Anders Carlsson
2007-10-08Code gen case statement ranges.Devang Patel
2007-10-04switch statement code gen.Devang Patel
2007-09-28Do not codegen dummy block.Devang Patel
2007-09-04eliminate some VC++ warnings, patch contributed by Hartmut KaiserChris Lattner
2007-08-10implement initial codegen for aggregate return functions. This implementsChris Lattner
2007-07-16Implement break and continue. Patch by Anders Carlsson!Chris Lattner
2007-07-14A significant refactoring of the type size stuff to also Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer