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
/
CGExpr.cpp
Age
Commit message (
Expand
)
Author
2009-06-30
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-26
OpenCL 1.0 Support: fix a bug with lvalue swizzles
Nate Begeman
2009-06-18
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-13
Fix PR4372, another case where non-prototyped functions can prevent
Chris Lattner
2009-06-06
PR4339: make sure to properly extend/trunc the index of a vector element
Eli Friedman
2009-06-01
A corner case of objc2 gc's write-barrier generation
Fariborz Jahanian
2009-06-01
PR4289: Make sure "&func" has the right LLVM type when "func" is a
Eli Friedman
2009-05-31
Emit destructors correctly for temporaries.
Anders Carlsson
2009-05-30
Add lvalue irgen support for CXXBindTemporaryExpr.
Anders Carlsson
2009-05-30
More temporary support.
Anders Carlsson
2009-05-30
Some small fixes for fields of reference type.
Eli Friedman
2009-05-29
Fixup the rest of the trivial cases of the codegen of volatile. If
Mike Stump
2009-05-27
Change a confusing variable name.
Fariborz Jahanian
2009-05-27
Handle operator call expressions where the callee is a member function.
Anders Carlsson
2009-05-27
Add support for emitting calls to functions that return references (as lvalue...
Anders Carlsson
2009-05-27
Rename an EmitCallExpr function to EmitCall to make it clear that it doesn't ...
Anders Carlsson
2009-05-26
Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).
Mike Stump
2009-05-23
More volatile fixes. Can't testcase these yet as ultimately volatile
Mike Stump
2009-05-23
Initialize Obj-C GC attributes when emitting BlockDeclRefExprs.
Daniel Dunbar
2009-05-20
Handle the remaining unhandled cases in EmitReferenceBindingToExpr.
Eli Friedman
2009-05-20
irgen for references to complex rvales (Very important...)
Anders Carlsson
2009-05-20
Create a temporary if the lvalue is a bitfield. Reported by Eli.
Anders Carlsson
2009-05-20
Add support for binding references to scalar rvalues.
Anders Carlsson
2009-05-20
Bind references to lvalues correctly.
Anders Carlsson
2009-05-20
Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't supp...
Anders Carlsson
2009-05-19
Improve support for irgen of references.
Anders Carlsson
2009-05-19
Only do the bitcast in EmitStoreOfScalar if the type is a boolean.
Anders Carlsson
2009-05-19
Pass the destination QualType to EmitStoreOfScalar. No functionality change.
Anders Carlsson
2009-05-16
Reflow some comments.
Mike Stump
2009-05-12
implement l-value codegen of comma expr
Chris Lattner
2009-05-12
push GlobalDecl through enough of the CodeGenModule interfaces
Chris Lattner
2009-05-04
Provide basic support for generation of objc2's
Fariborz Jahanian
2009-05-03
Make codegen for constructors work again.
Anders Carlsson
2009-04-25
fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue
Chris Lattner
2009-04-25
Fix pointer addressing and array subscripting of Objective-C interface
Daniel Dunbar
2009-04-24
Clang part of r69947. Reverting back 69574 as it is no longer needed.
Sanjiv Gupta
2009-04-23
the logic for computing __func__ and friends is really broken:
Chris Lattner
2009-04-22
Make ObjCInterfaceDecl's const in some more places.
Daniel Dunbar
2009-04-21
use of predefined identifiers like __func__ at global scope warn in sema,
Chris Lattner
2009-04-21
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-21
Remove LateBoundIVars() runtime interface, it is unused.
Daniel Dunbar
2009-04-18
Use getAsPointerType instead of using getCanonicalType directly.
Daniel Dunbar
2009-04-17
tidy some code.
Chris Lattner
2009-04-17
Implement basic code generation of constructor calls. We can now compile:
Anders Carlsson
2009-04-14
Fixup whitespacing.
Mike Stump
2009-04-14
Use hasAttr instead of getAttr for conditionals.
Mike Stump
2009-04-14
Audit __private_extern__ handling.
Daniel Dunbar
2009-04-14
Fixup CodeGen for __weak __block variables. Radar 6756266
Mike Stump
2009-04-13
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-08
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
[next]