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
2013-04-16
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-07
Fix the required args count for variadic blocks.
John McCall
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-07
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-15
Enhance the IR type lowering code to be much smarter about recursively lowering
Chris Lattner
2011-07-10
keep track of whether being in a RS_StructPointer state
Chris Lattner
2011-07-10
Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since
Chris Lattner
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-06-21
IRgen: Add CGOptions to CGTypes.
Daniel Dunbar
2011-06-14
Move GlobalDecl to AST
Peter Collingbourne
2011-05-15
More killing of std::vector.
John McCall
2011-04-20
Don't add type names for enums; they're never used in LLVM IR.
Anders Carlsson
2011-04-17
Add addBaseSubobjectTypeName which isn't used yet.
Anders Carlsson
2011-04-17
Move code to add a type name to a TagDecl type out into a helper function. No...
Anders Carlsson
2011-03-09
Use the "undergoes default argument promotion" bit on parameters to
John McCall
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-01-19
Change QualType::getTypePtr() to return a const pointer, then change a
John McCall
2010-11-24
Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't ...
Anders Carlsson
2010-10-19
Fix Whitespace.
Michael J. Spencer
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-22
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-07-29
Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always
Chris Lattner
2010-07-01
fix rdar://8147692 - yet another crash due to my abi work.
Chris Lattner
2010-06-30
Reapply:
Chris Lattner
2010-06-30
Revert r107173, "fix PR7519: after thrashing around and remembering how all t...
Daniel Dunbar
2010-06-30
Revert r107216, "fix PR7523, which was caused by the ABI code calling Convert...
Daniel Dunbar
2010-06-29
fix PR7523, which was caused by the ABI code calling ConvertType instead
Chris Lattner
2010-06-29
fix PR7519: after thrashing around and remembering how all this stuff
Chris Lattner
2010-05-30
Fix for PR7040: Don't try to compute the LLVM type for a function where it
Eli Friedman
2010-05-18
Add CodeGenTypes::ContainsPointerToDataMember overload that takes a CXXRecord...
Anders Carlsson
2010-05-14
Move ContainsPointerToDataMember to CodeGenTypes. No functionality change.
Anders Carlsson
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
[next]