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
2009-10-22
When building types from declarators, instead of building two types (one for
John McCall
2009-10-22
Canonicality is a property of qualified types, not unqualified types.
John McCall
2009-10-22
Remove some misguided code.
Mike Stump
2009-10-22
Extend out the block descriptor structure for debug information with
Mike Stump
2009-10-21
Code gen for '.*' binary expressions - WIP.
Fariborz Jahanian
2009-10-21
Turn on the preallocation of all BlockDeclRefExprs.
Mike Stump
2009-10-21
Refine collection of BlockDeclRefExprs. WIP.
Mike Stump
2009-10-21
Expand on code gen. for pointer to data members so it works
Fariborz Jahanian
2009-10-21
Code gen for pointer-to-datamember - WIP.
Fariborz Jahanian
2009-10-21
Fix typo.
Mike Stump
2009-10-21
Refactor.
Mike Stump
2009-10-21
Add AuroraUX ABI Triple in correct place.
Edward O'Callaghan
2009-10-21
Prep work to always preallocate BlockDeclRefExprs so that we can
Mike Stump
2009-10-21
Fix 80-col violation.
Mike Stump
2009-10-20
Code-gen for CXXZeroInitValueExpr AST passed
Fariborz Jahanian
2009-10-20
Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...
Anders Carlsson
2009-10-20
For now, we need to have the llvm type of the block pointer remain as
Mike Stump
2009-10-20
Do not eagerly cache DITypes because it allows real struct type to be shadowe...
Devang Patel
2009-10-20
Encode global variable name in debug info.
Devang Patel
2009-10-20
Add missing semi-colon.
Daniel Dunbar
2009-10-20
Bring Darwin into the switch-case statement instead of its own if for readabi...
Edward O'Callaghan
2009-10-20
Refine the type of the first parameter to block invoke functions.
Mike Stump
2009-10-19
Handle emitting the assignment operator when the lhs is a reference. Fixes PR...
Anders Carlsson
2009-10-19
Avoid std::string concatenation.
Daniel Dunbar
2009-10-19
Twinify CodeGenFunction::CreateTempAlloca
Daniel Dunbar
2009-10-18
When binding a reference to a temporary, it's important that other temporarie...
Anders Carlsson
2009-10-18
PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients
Daniel Dunbar
2009-10-18
Twinify CGObjCMac, this simplifies the code and should reduce std::string
Daniel Dunbar
2009-10-18
Use CK_BitCast for member function pointer casts. Fixes PR5138.
Anders Carlsson
2009-10-18
Move misc clients to IdentifierInfo StringRef API.
Daniel Dunbar
2009-10-18
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-18
Support IRgen of OpenCL vector initializers, ensuring the resulting IR is in a
Nate Begeman
2009-10-18
Add some more cast kinds.
Anders Carlsson
2009-10-18
add support for codegening CXXZeroInitValueExprs
Nuno Lopes
2009-10-17
Suppress -Asserts warning.
Daniel Dunbar
2009-10-17
Fix PR5211: codegen shouldn't assume that the result of ||/&& is int
Chris Lattner
2009-10-16
Implement derived-to-base AST/code gen. There is a
Fariborz Jahanian
2009-10-16
ignore 'using' directive in CodeGenFunction::EmitDecl(). this fixes PR5085
Nuno Lopes
2009-10-16
Builtin types are subsitutable if they are qualified. Fixes PR5196.
Anders Carlsson
2009-10-16
Remove the ConstantArrayType subtypes. This information is preserved in the
John McCall
2009-10-15
Refine non-virtual part of the this adjustment for thunks. Refine
Mike Stump
2009-10-15
Track the offset to the current virtual base in CurrentVBaseOffset.
Mike Stump
2009-10-15
Handle
Anders Carlsson
2009-10-14
Fix a thinko that John pointed out
Douglas Gregor
2009-10-14
Give explicit and implicit instantiations of static data members of
Douglas Gregor
2009-10-14
Shift the vcall slots for non-virtual bases of a virtual base, up into
Mike Stump
2009-10-14
Copy metadata associated with CI
Devang Patel
2009-10-14
There is now only one version of eh.selector and eh.typeid.for.
Duncan Sands
2009-10-14
Few targets like PIC16 mangle the names of global variables, so retrieve the ...
Sanjiv Gupta
2009-10-14
fix some cfstring related issues:
Chris Lattner
[prev]
[next]