index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGenTypes.h
Age
Commit message (
Expand
)
Author
2009-04-08
Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379.
Anders Carlsson
2009-04-06
Add a getFunctionInfo that takes a BlockPointerType.
Anders Carlsson
2009-04-03
Add a getFunctionInfo that takes a CXXMethodDecl.
Anders Carlsson
2009-04-01
fix the two xfails I added with a previous patch by making ObjC interface
Chris Lattner
2009-03-31
remove a dead prototype
Chris Lattner
2009-03-05
Initial implementation of CodeGen for incomplete function types; fixes
Eli Friedman
2009-03-03
Fix for PR3687: use the memory representation for booleans when a
Eli Friedman
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-26
Remove PointerLikeType.
Daniel Dunbar
2009-02-26
Change PointersToResolve to list the pointee type to resolve, not the
Daniel Dunbar
2009-02-03
Memoize CGFunctionInfo construction.
Daniel Dunbar
2009-02-02
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
ABI handling API changes.
Daniel Dunbar
2009-01-31
Remove unused overload of GetFunctionType.
Daniel Dunbar
2009-01-31
Kill off CGCallInfo, always use CGFunctionInfo for encapsulating
Daniel Dunbar
2008-12-15
Code gen. for ivar references; including bitfield
Fariborz Jahanian
2008-10-13
Lift out ABIInfo abstract base class.
Daniel Dunbar
2008-09-17
Add support for ABIArgInfo::Expand
Daniel Dunbar
2008-09-10
Add CodeGenTypes::GetFunctionType overload for getting the effective
Daniel Dunbar
2008-09-10
Move FunctionType conversion into CGCall.cpp:
Daniel Dunbar
2008-09-06
Key LLVM types for TagDecl's off of the clang Type, since there is now
Daniel Dunbar
2008-06-30
Make a few related changes:
Chris Lattner
2008-06-17
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-04-03
Fix PR2081 (problems codegen'ing some recursive structures) patch
Chris Lattner
2008-03-30
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner