summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAge
* Make PR20038.cpp test case portable to non-Itanium ABIsDavid Blaikie2014-06-25
* Don't allow dllimport variables in constant initializersHans Wennborg2014-06-25
* MS ABI: Propagate class-level DLL attributes to class template specialization...Hans Wennborg2014-06-25
* PR20038: DebugInfo: Call sites without DebugLocs for temporary dtors after a ...David Blaikie2014-06-25
* MS ABI: Ignore dll attributes on partial template specializationsHans Wennborg2014-06-24
* AST: Address of dllimport functions isn't constantDavid Majnemer2014-06-24
* AST: Address of dllimport variables isn't constantDavid Majnemer2014-06-24
* MS ABI: Add an additional test for typeidDavid Majnemer2014-06-23
* Revert "Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast...David Majnemer2014-06-22
* Revert r211402 (and r211408,r211410), "CodeGen: Refactor dynamic_cast and typ...NAKAMURA Takumi2014-06-22
* CodeGen: Fix test to work with assertions as wellDavid Majnemer2014-06-20
* CodeGen: typeid/dynamic_cast tests don't need assertsDavid Majnemer2014-06-20
* CodeGen: Refactor dynamic_cast and typeidDavid Majnemer2014-06-20
* Don't crash when emitting a glvalue conditional where one arm is aRichard Smith2014-06-20
* [MS-ABI] Implement typeidWarren Hunt2014-06-18
* Inherit dll attributes to static localsHans Wennborg2014-06-18
* AArch64: re-enable tests that were looking for a non-existent backend.Tim Northover2014-06-18
* Fix bug in code for avoiding dynamic initialization of dllimport globalsHans Wennborg2014-06-18
* MS static locals mangling: don't double-increment mangling number for switchesHans Wennborg2014-06-17
* MS static locals mangling: don't count enum scopesHans Wennborg2014-06-17
* MS ABI: Implement x86_64 RTTIDavid Majnemer2014-06-16
* A non-trivial array-fill expression isn't necessarily a CXXConstructExpr. ItRichard Smith2014-06-13
* MS ABI: Fix inheritance model calculation in CRTPDavid Majnemer2014-06-13
* s/pr2007/20007/ in a testReid Kleckner2014-06-12
* MS ABI: Fix forming pointers to members of a base classReid Kleckner2014-06-12
* Don't inherit dllimport to inline move assignment operatorsHans Wennborg2014-06-11
* MS ABI: Mangle null pointer-to-member-functions compatiblyDavid Majnemer2014-06-11
* CodeGen: Correct linkage of thread_local for OS XDavid Majnemer2014-06-11
* Fix mangling of __uuidof after two levels of template instantiationReid Kleckner2014-06-10
* Improve checking for dynamic initializers of dllimport fields in template ins...Hans Wennborg2014-06-10
* Allow definition of dllimport static fields in partial specializations (PR19956)Hans Wennborg2014-06-09
* Unbreak release builds.Arnold Schwaighofer2014-06-07
* [MS-ABI] Implement dynamic_castWarren Hunt2014-06-06
* Fix DOS-style newlines.Eli Bendersky2014-06-06
* MS ABI: Update the thunk linkage computationHans Wennborg2014-06-06
* Defer codegen of inline method definitions to the end of current top level de...Hans Wennborg2014-06-06
* Remove old proposal noticesAlp Toker2014-06-05
* Mangle predefined string constants names to merge them at link-timeAlexey Samsonov2014-06-05
* Bugfix: don't assert if someone manages to declare an operator new/delete tem...Richard Smith2014-06-05
* Don't dynamically initialize dllimport vars (PR19933)Hans Wennborg2014-06-04
* MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer2014-06-04
* MS-ABI: Implement user defined literalsDavid Majnemer2014-06-04
* Downgrade "definition of dllimport static field" error to warning for class t...Hans Wennborg2014-06-04
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-03
* Remove incorrect assertion.Richard Smith2014-06-03
* Implement DR990 and DR1070. Aggregate initialization initializes uninitializedRichard Smith2014-06-03
* When emitting a multidimensional array new, emit the initializers for theRichard Smith2014-06-03
* Update for llvm API change.Rafael Espindola2014-06-03
* Itanium ABI: Update getAddrOfVTable to set the DLL storage class for vtablesHans Wennborg2014-06-02
* allow optional signext attributeWill Schmidt2014-06-02