index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
bitfield-2.c
Age
Commit message (
Expand
)
Author
2013-01-31
Add indents to AST dumping and removed parenthesis from AST nodes.
Richard Trieu
2012-12-20
Implement AST dumper for Decls.
Alexander Kornienko
2012-12-06
Rework the bitfield access IR generation to address PR13619 and
Chandler Carruth
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2010-08-22
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-04-22
IRgen: Fix another case where we generated an invalid access component when we
Daniel Dunbar
2010-04-22
IRgen: Fix case where we might generate an access component with width == 0, if
Daniel Dunbar
2010-04-22
IRgen: Set alignment correctly on bit-field accesses.
Daniel Dunbar
2010-04-22
IRgen: Rewrite bit-field access policy to not access data beyond the bounds o...
Daniel Dunbar
2010-04-20
IRgen: Always use i8 arrays to access union bit-fields. This is ugly, but
Daniel Dunbar
2010-04-17
Fix an assert when assigning a boolean value to a bitfield of type _Bool.
Anders Carlsson
2010-04-15
IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to us...
Daniel Dunbar
2010-04-14
Speculatively revert "IRgen: Move EmitStoreThroughBitfieldLValue to use new C...
Daniel Dunbar
2010-04-14
IRgen: Move EmitStoreThroughBitfieldLValue to use new CGBitfieldInfo::AccessI...
Daniel Dunbar