summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Merging r232786:Tom Stellard2015-05-041-0/+15
* Merging r229680:Daniel Sanders2015-04-271-0/+2
* Merging r231451:Tom Stellard2015-04-201-0/+14
* Port r226896 to the 3.6 branch.Rafael Espindola2015-02-101-0/+11
* Merging r228053:Hans Wennborg2015-02-041-0/+9
* Merging r226384:Hans Wennborg2015-02-031-4/+5
* Merging r226382:Hans Wennborg2015-02-021-0/+17
* Merging r226707:Hans Wennborg2015-01-221-0/+10
* Revert r225705 from the branch.Rafael Espindola2015-01-218-57/+60
* Merging r226049:Duncan P. N. Exon Smith2015-01-1512-45/+45
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-143-12/+46
* DebugInof: Correct the location of exception cleanups in global ctors/dtors a...David Blaikie2015-01-141-1/+26
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-3/+3
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-128-60/+57
* Fix temporary lifetime extension from an initializer using braced "functional"Richard Smith2015-01-101-0/+7
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-102-0/+28
* Remove unnecessary/incorrect XFAIL after the revert of 225000David Blaikie2015-01-091-2/+0
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-093-39/+11
* IR: Add 'distinct' MDNodes to bitcode and assembly (clang)Duncan P. N. Exon Smith2015-01-082-2/+2
* Slightly simplify the test from r225361.Nico Weber2015-01-071-22/+7
* Revert r225085, it caused PR22096.Nico Weber2015-01-071-0/+26
* Debug info: pass in the correct size for a pointer to a member function.Adrian Prantl2015-01-071-0/+10
* Suppress clang warnings in a codegen test.Rafael Espindola2015-01-061-8/+8
* Update for .ll syntax change.Rafael Espindola2015-01-066-19/+19
* Make this test a bit stricter.Rafael Espindola2015-01-051-7/+7
* Disable warnings in this test.Rafael Espindola2015-01-051-4/+4
* DebugInfo: Fix cases where location failed to be updated after r225000David Blaikie2015-01-021-0/+10
* CodeGen: Don't crash when a lambda uses a local constexpr variableDavid Majnemer2015-01-011-2/+10
* XFAIL test on win32 due to missing __complex supportDavid Blaikie2014-12-311-0/+2
* Handle PPC64 return type (signext i32 rather than plain i32) in test caseDavid Blaikie2014-12-311-1/+1
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-303-11/+29
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-293-18/+11
* PR22051: Missing debug location on calls in dtor thunks in Windows.David Blaikie2014-12-291-0/+22
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-293-11/+18
* Sema: Permit an atomic type to be initialized by the same atomic typeDavid Majnemer2014-12-281-0/+4
* Debug Info: Pass the pointer size into createMemberPointerType().Adrian Prantl2014-12-231-1/+1
* Rename test.cc files to test.cpp.Nico Weber2014-12-222-0/+0
* Tweak the assert in ModuleBuilder from r224533 (PR21989)Hans Wennborg2014-12-191-0/+9
* Fix for PR21915: assert on multidimensional VLA in function arguments.Alexey Bataev2014-12-181-0/+22
* Make sure that arm-linux-gnu is still the apcs-gnu ABI when weEric Christopher2014-12-181-1/+1
* CGDebugInfo: Use DIBuilder API for self-referencing DICompositeTypesDuncan P. N. Exon Smith2014-12-181-0/+15
* Revert "Put static local variables of inline functions in the function comdat."Rafael Espindola2014-12-171-3/+6
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-172-9/+11
* PR21909: Don't try (and crash) to generate debug info for explicit instantiat...David Blaikie2014-12-161-0/+8
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-162-11/+9
* Put static local variables of inline functions in the function comdat.Rafael Espindola2014-12-161-6/+3
* AST: Fix the linkage of static vars in fn template specializationsDavid Majnemer2014-12-161-0/+19
* IR: Make metadata typeless in assembly, clang sideDuncan P. N. Exon Smith2014-12-1543-332/+332
* DebugInfo: More accurate line information for placement new.David Blaikie2014-12-141-3/+5
* CodeGen: Compound literals with funny types shouldn't crashDavid Majnemer2014-12-142-2/+15