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-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
2010-04-09
Provide manglings for bool and character literal expressions. These are
John McCall
2010-04-08
Rename CGVtable files to CGVTables.
Anders Carlsson
2010-04-08
Clarify an assert.
Anders Carlsson
2010-04-08
Unbreak the build
Douglas Gregor
2010-04-08
Eliminate excessive PCH deserialization caused by the search for
Douglas Gregor
2010-04-08
IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie...
Daniel Dunbar
2010-04-07
@llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls
John McCall
2010-04-07
a ridiculous amount of propagation through the backend later,
Chris Lattner
2010-04-06
fit in 80 cols
Chris Lattner
2010-04-06
IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.
Daniel Dunbar
2010-04-06
Simplify.
Daniel Dunbar
2010-04-06
Simplify.
Daniel Dunbar
2010-04-05
IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.
Daniel Dunbar
2010-04-05
Emit debug info for objc getters and setters.
Devang Patel
2010-04-05
IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level.
Daniel Dunbar
2010-04-05
Add a FIXME and reduce nesting.
Daniel Dunbar
2010-04-04
Reapply patch for adding support for address spaces and added a isVolatile fi...
Mon P Wang
2010-04-03
Don't produce a vtable for a class if we have an explicit template instantiat...
Rafael Espindola
2010-04-02
IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME.
Daniel Dunbar
2010-04-02
IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De...
Daniel Dunbar
2010-04-02
NewDebugLoc got renamed to DebugLoc.
Chris Lattner
2010-04-02
Revert r100193 since it causes failures in objc in clang
Mon P Wang
2010-04-02
Rework our handling of copy construction of temporaries, which was a
Douglas Gregor
[next]