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
/
CodeGenFunction.h
Age
Commit message (
Expand
)
Author
2012-05-08
add -fbounds-checking option.
Nuno Lopes
2012-05-01
Abstract the emission of global destructors into ABI-specific code
John McCall
2012-04-19
Implements boxed expressions for Objective-C. <rdar://problem/10194391>
Patrick Beard
2012-04-16
Propagate alignment on lvalues through EmitLValueForField. PR12395.
Eli Friedman
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-13
Step forward with supporting of ARM homogenous aggregates:
Anton Korobeynikov
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-06
Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc.
John McCall
2012-03-30
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-29
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-28
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-24
Add back r153360 with a fix for enums that cover all the 32 bit values.
Rafael Espindola
2012-03-24
Revert r153360 (and r153380), "Second part of PR12251. Produce the range meta...
NAKAMURA Takumi
2012-03-24
Second part of PR12251. Produce the range metadata in clang for booleans and
Rafael Espindola
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-10
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
Unify the BlockDeclRefExpr and DeclRefExpr paths so that
John McCall
2012-03-06
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-02
PR12094: Set the alignment of memory intrinsic instructions based on the
Jay Foad
2012-03-01
Implement "optimization" for lambda-to-block conversion which inlines the gen...
Eli Friedman
2012-02-28
Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...
Eli Friedman
2012-02-25
Work-in-progress for lambda conversion-to-block operator. Still need to impl...
Eli Friedman
2012-02-22
Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.
Bill Wendling
2012-02-19
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
Get recursive initializer lists to work and add a test. Codegen of std::initi...
Sebastian Redl
2012-02-17
Basic code generation support for std::initializer_list.
Sebastian Redl
2012-02-17
Rework the Sema/AST/IRgen dance for the lambda closure type's
Douglas Gregor
2012-02-16
Initial implementation of IRGen for the lambda conversion-to-function-pointer...
Eli Friedman
2012-02-16
Start of IRGen for lambda conversion operators.
Eli Friedman
2012-02-16
Teach clang to add metadata tags to calls and invokes in ObjC with
Dan Gohman
2012-02-14
Implement IRGen of lambda expressions which capture arrays.
Eli Friedman
2012-02-13
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-11
Basic support for referring to captured variables from lambdas. Some simple ...
Eli Friedman
2012-02-09
Refactor lambda IRGen so AggExprEmitter::VisitLambdaExpr does the right thing.
Eli Friedman
2012-02-08
A little bit of lambda IRGen.
Eli Friedman
2012-01-29
revert r149184
Fariborz Jahanian
2012-01-28
objc-arc: Perform null check on receiver before sending methods which
Fariborz Jahanian
2012-01-26
Use function pointers, rather than references, to pass Destroyers
Peter Collingbourne
2012-01-16
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-14
Remove a redundant word.
Zhongxing Xu
2012-01-10
objc++: patch for IRgen for atomic properties of
Fariborz Jahanian
2012-01-07
objc++: More codegen stuff for atomic properties of c++ objects
Fariborz Jahanian
2012-01-06
objc++: more code gen stuff for atomic property api,
Fariborz Jahanian
2012-01-06
objc++: sythesize a helper function to be used
Fariborz Jahanian
2011-12-28
Small refactoring and simplification of constant evaluation and some of its
Richard Smith
2011-12-12
Hexagon backend support
Tony Linthicum
2011-12-05
Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa...
Eli Friedman
2011-12-03
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-12-03
Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...
Eli Friedman
[next]