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
/
CGRecordLayout.h
Age
Commit message (
Expand
)
Author
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2012-12-06
Rework the bitfield access IR generation to address PR13619 and
Chandler Carruth
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-06-27
Propagate lvalue alignment into bitfields. Per report on cfe-dev.
Eli Friedman
2011-07-23
clean up forward declarations of raw_ostream to use the new LLVM.h
Chris Lattner
2011-07-20
add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.
Chris Lattner
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-04-24
Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality
Ken Dyck
2011-04-24
Convert CGBitFieldInfo::FieldByteOffset to CharUnits. No change in
Ken Dyck
2011-02-15
Perform zero-initialization of virtual base classes when emitting
John McCall
2010-11-30
A CGRecordLayout object persists. Since its contained types may
John McCall
2010-11-24
CGRecordLayout types are always struct types.
Anders Carlsson
2010-11-21
Rename BaseLLVMType to NonVirtualBaseLLVMType.
Anders Carlsson
2010-11-09
Introduce the concept of a non-virtual base type to CGRecordLayoutBuilder as ...
Anders Carlsson
2010-09-02
IRgen: Move CGBitFieldInfo strategy computation helpers to static member
Daniel Dunbar
2010-08-22
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-05-18
Keep track of the LLVM field numbers for non-virtual bases.
Anders Carlsson
2010-04-27
Fix comments.
Daniel Dunbar
2010-04-15
IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,...
Daniel Dunbar
2010-04-15
IRgen: Eliminate now unused fields from CGBitFieldInfo.
Daniel Dunbar
2010-04-14
IRgen: Tweak CGBitFieldInfo doxyments & add an accessor.
Daniel Dunbar
2010-04-13
IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "...
Daniel Dunbar
2010-04-12
IRgen: Add CGRecordLayout::dump, and dump (irgen) record layouts as part of -...
Daniel Dunbar
2010-04-08
IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie...
Daniel Dunbar
2010-04-06
IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.
Daniel Dunbar
2010-04-05
IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level.
Daniel Dunbar
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: Move CGRecordLayout to its own happy little file.
Daniel Dunbar