summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx0x-initializer-references.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-1/+1
* [CodeGen] Do a more principled fix for PR231653, always use the inner type.Benjamin Kramer2015-04-091-3/+12
* [CodeGen] When promoting a reference temporary to a global use the inner type...Benjamin Kramer2015-04-091-0/+21
* Reapply r231508 "CodeGen: Emit constant temporaries into read-only globals."Benjamin Kramer2015-03-071-5/+13
* Revert r231508 "CodeGen: Emit constant temporaries into read-only globals."Hans Wennborg2015-03-071-13/+5
* CodeGen: Emit constant temporaries into read-only globals.Benjamin Kramer2015-03-061-5/+13
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-3/+3
* Provide fixed target triples to make test results consistent across ARM hosts.David Blaikie2012-09-101-3/+3
* Implement IRGen for C++11's "T{1, 2, 3}", where T is an aggregate and theRichard Smith2012-05-141-0/+4
* Reference initialization with initializer lists.Sebastian Redl2011-11-271-0/+69