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