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
/
test
/
CodeGenCXX
/
cxx0x-initializer-stdinitializerlist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace Sema-level implementation of -fassume-sane-operator-new with a
Richard Smith
2016-04-07
1
-1
/
+1
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-1
/
+1
*
[CodeGen] Do a more principled fix for PR231653, always use the inner type.
Benjamin Kramer
2015-04-09
1
-1
/
+1
*
Fix test in release mode. This reapplies r232456, corresponding to r232579.
NAKAMURA Takumi
2015-03-18
1
-1
/
+1
*
Fix the LLVM type used when lowering initializer list reference temporaries t...
Nick Lewycky
2015-03-18
1
-0
/
+33
*
Revert r232454 and r232456: "Fix the LLVM type used when lowering initializer...
Hans Wennborg
2015-03-17
1
-24
/
+0
*
Fix test in release mode.
Nick Lewycky
2015-03-17
1
-1
/
+1
*
Fix the LLVM type used when lowering initializer list reference temporaries t...
Nick Lewycky
2015-03-17
1
-0
/
+24
*
Add a bunch of missing "CHECK" colons in tests. NFC.
Ahmed Bougacha
2015-03-14
1
-1
/
+1
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-25
/
+25
*
Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."
Benjamin Kramer
2015-03-07
1
-11
/
+28
*
Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."
Hans Wennborg
2015-03-07
1
-28
/
+11
*
CodeGen: Emit constant temporaries into read-only globals.
Benjamin Kramer
2015-03-06
1
-11
/
+28
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-2
/
+2
*
CodeGen: static constexpr data members should have a linkonce_odr init
David Majnemer
2015-02-19
1
-8
/
+8
*
PR20445: Properly transform the initializer in a CXXNewExpr rather than running
Richard Smith
2014-07-25
1
-0
/
+10
*
Remove incorrect assertion.
Richard Smith
2014-06-03
1
-0
/
+7
*
Implement DR990 and DR1070. Aggregate initialization initializes uninitialized
Richard Smith
2014-06-03
1
-1
/
+18
*
AST: Update reference temporary mangling
David Majnemer
2014-05-06
1
-9
/
+9
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-20
/
+20
*
Fix nested lifetime extension when a std::initializer_list member is
Richard Smith
2013-06-27
1
-0
/
+36
*
Emit initializers for static-storage-duration temporaries as constants where
Richard Smith
2013-06-14
1
-5
/
+46
*
Clean up test to appease NDEBUG builds.
Richard Smith
2013-06-13
1
-6
/
+6
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-8
/
+74
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-0
/
+3
*
Fix assert on temporary std::initializer_list.
Richard Smith
2013-05-23
1
-0
/
+10
*
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-14
1
-0
/
+6
*
<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...
Douglas Gregor
2013-04-06
1
-0
/
+19
*
Provide fixed target triples to make test results consistent across ARM hosts.
David Blaikie
2012-09-10
1
-1
/
+1
*
If the element type of an initializer list has a destructor, make sure we che...
Sebastian Redl
2012-03-05
1
-0
/
+18
*
CodeGen support for global variables of type std::initializer_list<X>.
Sebastian Redl
2012-02-25
1
-15
/
+32
*
Harden test against for operator new(unsigned int).
Benjamin Kramer
2012-02-19
1
-1
/
+1
*
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
1
-0
/
+20
*
Make std::initializer_list member initializers 'work'.
Sebastian Redl
2012-02-19
1
-0
/
+31
*
Get recursive initializer lists to work and add a test. Codegen of std::initi...
Sebastian Redl
2012-02-19
1
-0
/
+28
*
Add a testcase for using objects with list-constructors, and fix a Sema crash...
Sebastian Redl
2012-02-19
1
-1
/
+29
*
Add a testcase to show that temporaries from the initializer list are destroy...
Sebastian Redl
2012-02-19
1
-0
/
+30
*
Basic code generation support for std::initializer_list.
Sebastian Redl
2012-02-17
1
-0
/
+80