index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGExprAgg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
A step towards sorting out handling of triviality of special members in C++11.
Richard Smith
2012-11-16
1
-2
/
+2
*
Simplify: replace getContext().getLangOpts() with just getLangOpts().
Richard Smith
2012-11-01
1
-2
/
+2
*
-fcatch-undefined-behavior: emit calls to the runtime library whenever one of...
Richard Smith
2012-10-09
1
-1
/
+1
*
CodeGen: Copy tail padding when we're not dealing with a trivial copy assign ...
Benjamin Kramer
2012-09-30
1
-4
/
+9
*
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-28
1
-1
/
+7
*
-fcatch-undefined-behavior: Factor emission of the creation of, and branch to,
Richard Smith
2012-09-08
1
-1
/
+1
*
Change the representation of builtin functions in the AST
Eli Friedman
2012-08-31
1
-0
/
+1
*
New -fcatch-undefined-behavior features:
Richard Smith
2012-08-24
1
-1
/
+3
*
When performing a trivial copy of a C++ type, we must be careful not
John McCall
2012-08-21
1
-2
/
+2
*
Significantly simplify CGExprAgg's logic about ignored results:
John McCall
2012-07-02
1
-84
/
+166
*
Documentation cleanup:
James Dennett
2012-06-15
1
-3
/
+0
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-3
/
+3
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-3
/
+3
*
Fix case where the alignment is overaligned, per Eli's suggestion.
Chad Rosier
2012-04-17
1
-1
/
+4
*
Make sure EmitMoveFromReturnSlot is passing the correct alignment to
Chad Rosier
2012-04-17
1
-1
/
+1
*
Propagate alignment on lvalues through EmitLValueForField. PR12395.
Eli Friedman
2012-04-16
1
-8
/
+11
*
PR12226: don't generate wrong code if a braced string literal is used to
Richard Smith
2012-04-15
1
-8
/
+2
*
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
1
-119
/
+84
*
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
1
-84
/
+119
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-5
/
+5
*
Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to
John McCall
2012-03-10
1
-9
/
+5
*
Unify the BlockDeclRefExpr and DeclRefExpr paths so that
John McCall
2012-03-10
1
-4
/
+22
*
Make sure list-initialization of arrays works correctly in explicit type conv...
Eli Friedman
2012-02-29
1
-1
/
+1
*
Fix crashers on unexpected std::initializer_list layouts. Found by inspection.
Sebastian Redl
2012-02-25
1
-0
/
+4
*
Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.
Eli Friedman
2012-02-24
1
-3
/
+5
*
Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...
Eli Friedman
2012-02-23
1
-4
/
+2
*
Make sure null initialization in arrays works correctly with ARC types. <rda...
Eli Friedman
2012-02-22
1
-2
/
+7
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-0
/
+1
*
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
1
-7
/
+5
*
Get recursive initializer lists to work and add a test. Codegen of std::initi...
Sebastian Redl
2012-02-19
1
-12
/
+41
*
Basic code generation support for std::initializer_list.
Sebastian Redl
2012-02-17
1
-132
/
+262
*
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-15
1
-0
/
+1
*
Refactor lambda IRGen so AggExprEmitter::VisitLambdaExpr does the right thing.
Eli Friedman
2012-02-09
1
-1
/
+7
*
A tiny bit more lambda IRGen.
Eli Friedman
2012-02-09
1
-0
/
+1
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-2
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-0
/
+2
*
Revert r147664; it's breaking clang regression tests.
Eli Friedman
2012-01-06
1
-1
/
+1
*
Silence GCC warnings.
Jakub Staszak
2012-01-06
1
-1
/
+1
*
Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa...
Eli Friedman
2011-12-05
1
-6
/
+13
*
Add a utility to get a RValue for a given LValue for an aggregate; switch a f...
Eli Friedman
2011-12-03
1
-3
/
+1
*
When destroying temporaries, instead of a custom cleanup use the
Peter Collingbourne
2011-11-27
1
-1
/
+1
*
Whenever explicitly activating or deactivating a cleanup, we
John McCall
2011-11-10
1
-3
/
+12
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-1
/
+3
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-2
/
+0
*
Rip the ObjCPropertyRef l-value kind out of IR-generation.
John McCall
2011-11-07
1
-37
/
+8
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+9
*
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
1
-1
/
+2
*
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
1
-2
/
+1
*
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-25
1
-1
/
+2
[next]