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
Age
Commit message (
Expand
)
Author
2010-04-17
Fix a bug where we would sometimes incorrectly mark an vtable function as unu...
Anders Carlsson
2010-04-17
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
revert r101568, which miscompiles this testcase, distilled from ldecod:
Chris Lattner
2010-04-16
fix PR6766: codegen of var initialized with wide char
Nuno Lopes
2010-04-16
fix a bogus assertion exposed by a recent change: packing the
Chris Lattner
2010-04-16
emit padding as undef values, take 2
Nuno Lopes
2010-04-16
Make CGRecordLayoutBuilder deal with wide bit-fields. Will land tests shortly...
Anders Carlsson
2010-04-16
tidy up
Chris Lattner
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-15
IRgen: (Reapply 101222, with fixes) Move EmitStoreThroughBitfieldLValue to us...
Daniel Dunbar
2010-04-15
Rewrite handling of 64-bit palignr intrinsics to be vector shuffles.
Eric Christopher
2010-04-14
IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the
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
2010-04-14
IRgen: Tweak CGBitFieldInfo doxyments & add an accessor.
Daniel Dunbar
2010-04-14
implement altivec.h and a bunch of support code, patch by Anton Yartsev!
Chris Lattner
2010-04-13
IRgen: Move EmitLoadOfBitfieldLValue to use new CGBitfieldInfo::AccessInfo de...
Daniel Dunbar
2010-04-13
IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "...
Daniel Dunbar
2010-04-13
Removes a FIXME.
Fariborz Jahanian
2010-04-13
Variation of objc_copyStruct API generation when
Fariborz Jahanian
2010-04-13
Rework the ConstStructBuilder code to emit missing initializer
Chris Lattner
2010-04-13
unbreak tests.
Chris Lattner
2010-04-13
move a bunch of ConstStructBuilder methods out of line.
Chris Lattner
2010-04-13
minor cleanups
Chris Lattner
2010-04-13
Add support for objc_copyStruct to enforce
Fariborz Jahanian
2010-04-13
Fix debug info for cleanup block.
Devang Patel
2010-04-12
fix PR6660/6168: emit padding as zeros instead of undef. Because
Chris Lattner
2010-04-12
IRgen: Factor out ComputeBitFieldInfo.
Daniel Dunbar
2010-04-12
Add some API code for future work.
Fariborz Jahanian
2010-04-12
IRgen: Add CGRecordLayout::dump, and dump (irgen) record layouts as part of -...
Daniel Dunbar
2010-04-12
Have the CXXBaseOrMemberInitializer keep track of whether an initializer init...
Anders Carlsson
2010-04-11
Fix another bug where we wouldn't generate secondary vtables for construction...
Anders Carlsson
2010-04-11
More renames.
Anders Carlsson
2010-04-11
Rename a function parameter.
Anders Carlsson
2010-04-11
Clarify an assertion.
Anders Carlsson
2010-04-11
Fix a bug where we were adding too many vcall offsets in some cases.
Anders Carlsson
2010-04-10
Enable an assert and remove a now unnecessary assert.
Anders Carlsson
2010-04-10
Fix a bug where we would add the same function twice in a vtable.
Anders Carlsson
2010-04-10
revert 100942, pending discussion.
Chris Lattner
2010-04-10
Rename VtableComponent and VtableBuilder.
Anders Carlsson
2010-04-10
Fix for PR6811.
David Chisnall
2010-04-10
fix PR6805: llvm.objectsize changed to take an i1 instead of an i32.
Chris Lattner
2010-04-10
A bunch of string-related microoptimizations in Mangler.
Benjamin Kramer
2010-04-10
Fix use after free. Incrementing an use_iterator after its user is erased is ...
Benjamin Kramer
2010-04-10
Doug pointed out that we have a perfectly reasonable expression here to
John McCall
2010-04-10
rely even less on CallInst internals
Gabor Greif
2010-04-10
do not rely on CallInst interna, use CallSite to access arguments
Gabor Greif
2010-04-09
Mangle some expressions with codegen implications but no mangling "overhead".
John McCall
2010-04-09
Provide an extremely unsatisfactory diagnostic (instead of crashing) when
John McCall
[next]