index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CodeGen
/
CGExpr.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-09
Propagate calling convention information to function declarations and CallInst
Nate Begeman
2008-02-16
Implement extern block var.
Lauro Ramos Venancio
2008-02-15
Remove useless parameter from isConstantSizeType.
Eli Friedman
2008-02-12
Adjust for the API change to APInt::getBitsSet.
Dan Gohman
2008-02-09
Expose the logic for field address codegen; it is needed for aggregate
Eli Friedman
2008-02-07
Simplify bitfield codegen.
Lauro Ramos Venancio
2008-01-30
fix a problem reported by Eli, caused by not keeping bool as i1
Chris Lattner
2008-01-30
Make sure to emit all the arguments to a function call. This fixes the
Eli Friedman
2008-01-22
Fix a typo.
Lauro Ramos Venancio
2008-01-22
Implement bitfield write.
Lauro Ramos Venancio
2008-01-22
Implement bitfield read.
Lauro Ramos Venancio
2008-01-17
Fix for EmitCallExpr changed in OverloadExpr patch
Nate Begeman
2008-01-17
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-12
Fix the type of predefined identifiers like __func__. Patch by
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
Enable CodeGen for member expressions based on call expressions returning agg...
Christopher Lamb
2007-12-29
Make MemberExpr code safe w.r.t. address spaces.
Christopher Lamb
2007-12-18
local static vars are globals also. This fixes a testcase
Chris Lattner
2007-12-17
Update to use new PointerType::getUnqual() api.
Christopher Lamb
2007-12-11
Match union field type when member expression is u->x
Devang Patel
2007-12-10
Add assert to flag incomplete bit-field support.
Devang Patel
2007-12-02
fix logic for member expr codegen.
Chris Lattner
2007-12-02
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-12-02
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-11-30
fix a bug handling typedefs in member expr codegen. Patch
Chris Lattner
2007-11-30
Fix a codegen crash on void ?: reported by Oliver
Chris Lattner
2007-11-28
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-10-30
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
Chris Lattner
2007-10-30
Fix 80 col violations.
Devang Patel
2007-10-26
Codegen union member references.
Devang Patel
2007-10-26
Handle non LValue base expressions.
Devang Patel
2007-10-24
Handle
Devang Patel
2007-10-24
check base type.
Devang Patel
2007-10-24
Use isUnionType() predicate.
Devang Patel
2007-10-24
untabify
Devang Patel
2007-10-23
Handle simple struct member expr.
Devang Patel
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-09-16
fix some warnings, patch by Justin Handville
Chris Lattner
2007-09-13
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
When dumping out errors about unsupported stuff, emit loc info.
Chris Lattner
2007-08-31
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
Chris Lattner
2007-08-31
Implement codegen support for lowering "library builtins" like __builtin_isinf
Chris Lattner
2007-08-29
remove some ugly code now that implicit defs are being generated in this case...
Chris Lattner
2007-08-26
remove dead code
Chris Lattner
2007-08-26
eliminate EmitAnyExpr, inlining it and simplifying it into its only caller.
Chris Lattner
2007-08-26
eliminate use of EmitAnyExpr.
Chris Lattner
2007-08-26
remove ConvertScalarValueToBool.
Chris Lattner
2007-08-26
be slightly more volatile correct
Chris Lattner
2007-08-26
Omit EmitConversion
Chris Lattner
[next]