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
2010-04-17
Vtable -> VTable renames across the board.
Anders Carlsson
2010-04-16
tidy up
Chris Lattner
2010-03-31
Minor include pruning.
Benjamin Kramer
2010-03-31
IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o...
Daniel Dunbar
2010-03-31
IRGen: Hide CGRecordLayoutBuilder class, because I can.
Daniel Dunbar
2010-03-30
IRGen: Narrow getCGRecordLayout type.
Daniel Dunbar
2010-03-30
IRgen: Move CGRecordLayout to its own happy little file.
Daniel Dunbar
2010-03-30
Minor formatting/FIXME cleanups.
Daniel Dunbar
2010-03-30
the big refactoring bits of PR3782.
Rafael Espindola
2010-02-26
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-24
Canonicalize parameter and return types before computing ABI info. Eliminates
John McCall
2010-02-23
Perform two more constructor/destructor code-size optimizations:
John McCall
2010-02-06
Use the correct function info for constructors when applying function attribu...
Anders Carlsson
2010-02-05
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-02
Improve handling of emitting 'null' pointers to data members.
Anders Carlsson
2010-01-10
Generalize target weirdness handling having proper layering in mind:
Anton Korobeynikov
2009-11-30
Have ASTRecordLayout keep track of the key function, in preparation of fixing...
Anders Carlsson
2009-11-25
Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used y...
Anders Carlsson
2009-11-24
It is common for vtables to contain pointers to functions that have either in...
Anders Carlsson
2009-11-13
Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated.
Daniel Dunbar
2009-10-12
Store the key function of a record decl inside CGRecordLayout.
Anders Carlsson
2009-10-03
Implement code generation of member function pointer calls. Fixes PR5121.
Anders Carlsson
2009-09-11
Add CallingConvention argument to CGFunctionInfo.
Daniel Dunbar
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-24
More member pointer work.
Anders Carlsson
2009-08-23
More work towards zero-initializing structs that contain member pointers in c...
Anders Carlsson
2009-08-23
Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway.
Anders Carlsson
2009-08-11
LLVMContext is a class now.
Benjamin Kramer
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-07-23
Move the LLVM field number for bit fields into the BitFieldInfo structure, si...
Anders Carlsson
2009-07-23
Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...
Anders Carlsson
2009-04-22
Don't convert interface types (to structs) as part of CodeGenTypes.
Daniel Dunbar
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
[next]