summaryrefslogtreecommitdiffstats
path: root/clang/CodeGen/CodeGenTypes.h
Commit message (Expand)AuthorAgeFilesLines
* now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType.Chris Lattner2008-02-061-1/+1
* rename TypeHolderMap to TypeCache, which more aptly describes what it is.Chris Lattner2008-02-061-9/+7
* split tagged decl layout into its own method.Chris Lattner2008-02-061-1/+6
* sink more of the type related code into CodeGenTypes.Chris Lattner2008-02-061-4/+3
* rewrite some of the type refinement code to eliminate dangling pointersChris Lattner2008-02-051-6/+7
* Change the key of CGRecordLayouts from being an llvm type* to being a decl*. ...Chris Lattner2008-02-051-2/+2
* Cleanup InitListExpr code generation code.Devang Patel2008-02-051-1/+12
* Implement bitfield read.Lauro Ramos Venancio2008-01-221-3/+6
* Simplify the bitfield codegen.Lauro Ramos Venancio2008-01-211-13/+11
* implement proper support for _Bool in memory, which is usually i8, not i1.Chris Lattner2008-01-091-4/+14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Separate access field number is not required.Devang Patel2007-12-111-10/+9
* More struct bitfields layout work. Now handle,Devang Patel2007-12-061-3/+10
* Start struct bit field laout work. Devang Patel2007-11-071-1/+13
* Rename classes and collections that maintain record layout information.Devang Patel2007-11-011-8/+8
* Keep track of field offsets during structure layout.Devang Patel2007-10-311-0/+1
* Take 2.Devang Patel2007-10-311-1/+3
* temporarily revert devang's patch to link in the llvm codegen etc.Chris Lattner2007-10-311-4/+1
* Keep track of field offsets during structure layout.Devang Patel2007-10-311-0/+1
* Make target info available to clang code generator.Devang Patel2007-10-311-1/+3
* UseDevang Patel2007-10-301-1/+1
* Add RecordOrganizer::layoutUnionFields()Devang Patel2007-10-291-0/+1
* Document ConvertNewType() method and make it a private method.Devang Patel2007-10-251-2/+9
* Cache llvm::Type through PATypeHolder.Devang Patel2007-10-251-0/+8
* Remove unused #includesDevang Patel2007-10-241-2/+0
* Move RecordOrganizer into CodeGenTypes.cppDevang Patel2007-10-241-34/+4
* Constify methods and reuse RecordOrganizer object.Devang Patel2007-10-241-3/+5
* Add notes.Devang Patel2007-10-241-0/+2
* Handle nested structs.Devang Patel2007-10-231-1/+8
* Begin struct layout work.Devang Patel2007-10-231-1/+70
* Implement code generation for constant CFStrings.Anders Carlsson2007-08-211-0/+4
* Add preliminary support for converting struct types.Anders Carlsson2007-08-171-2/+3
* A significant refactoring of the type size stuff to also Chris Lattner2007-07-141-1/+3
* Move getSize() out of type, into ASTContext, where it has target info, andChris Lattner2007-07-131-0/+1
* remove location tracking for target infoChris Lattner2007-06-221-4/+2
* Split type analysis out to its own file, now the integer constant expr evalua...Chris Lattner2007-06-161-0/+49
OpenPOWER on IntegriCloud