summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX
Commit message (Expand)AuthorAgeFilesLines
* Eliminate excessive PCH deserialization caused by the search forDouglas Gregor2010-04-081-1/+3
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-043-3/+3
* Don't produce a vtable for a class if we have an explicit template instantiat...Rafael Espindola2010-04-031-4/+2
* We seem to get an inconsistent alignment value in the generatedDouglas Gregor2010-04-021-1/+2
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-023-3/+3
* Rework our handling of copy construction of temporaries, which was aDouglas Gregor2010-04-023-4/+39
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-023-3/+3
* Drastically simplify the computation of linkage for typeinfo by usingDouglas Gregor2010-03-311-0/+1
* Introduce a new kind of derived-to-base cast which bypasses the need forJohn McCall2010-03-301-0/+40
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-303-3/+3
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-303-3/+3
* Don't produce a vtable if we are just instantiating a method and theRafael Espindola2010-03-301-0/+14
* Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert a...Anders Carlsson2010-03-301-0/+1
* Handle default arguments when calling copy constructors for bases or members ...Anders Carlsson2010-03-301-0/+43
* Change a test to FileCheck bitcode instead of assembler.Anders Carlsson2010-03-301-12/+2
* Flip the switch and use the new vtable layout code for everything. I've verif...Anders Carlsson2010-03-301-10/+10
* When collecting virtual bases it's very important to use the canonical type o...Anders Carlsson2010-03-291-0/+23
* Another vtable layout fix, making us match gcc better.Anders Carlsson2010-03-291-0/+30
* Give thunks the same linkage as their original methods.Anders Carlsson2010-03-271-4/+25
* Test for the previous commit.Rafael Espindola2010-03-271-0/+71
* When adding initializers to a constructor, be sure that we are lookingDouglas Gregor2010-03-261-0/+21
* Don't add address points for virtual primary bases that aren't primary bases ...Anders Carlsson2010-03-252-16/+4
* Check for some code gen. for PR6641 test.Fariborz Jahanian2010-03-251-1/+6
* Check for ret, so that we know we hit the end of the functionDouglas Gregor2010-03-241-0/+1
* When returning from a function that has a reference return type, useDouglas Gregor2010-03-241-0/+7
* Discussing with dgregor we decided that we should not force the emission ofRafael Espindola2010-03-241-0/+29
* Code gen for multi-dimensional dynamic allocations.Fariborz Jahanian2010-03-241-0/+44
* More vtable improvements. We now compute and keep track of all vtable related...Anders Carlsson2010-03-242-5/+5
* More vtable work; preparations for moving over to the new vtable layout code ...Anders Carlsson2010-03-242-5/+5
* Flip the switch and use the new vtable layout code for thunks by default. Add...Anders Carlsson2010-03-241-0/+116
* Remove parts of virt.cppAnders Carlsson2010-03-241-52/+0
* revert 99311. Looks like it broke darwin bootstrap.Rafael Espindola2010-03-231-34/+2
* Avoid producing implicit methods when we have a explicit template instantiationRafael Espindola2010-03-231-2/+34
* A fixed version of r99174 which also includes a test that we emit vtables whenRafael Espindola2010-03-221-0/+33
* Fix PR6648 by not creating a temporary with the type of aRafael Espindola2010-03-211-0/+13
* Driver: Fix a number of -fapple-kext issues:Daniel Dunbar2010-03-201-0/+36
* C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar2010-03-203-2/+16
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-0/+8
* When dumping vtables, also dump the thunks.Anders Carlsson2010-03-181-2/+2
* Correctly mangle dependent TypenameType.Rafael Espindola2010-03-171-0/+15
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-137-27/+27
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-137-25/+25
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-137-25/+25
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-127-25/+25
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-127-25/+25
* Use -emit-llvm-only, to avoid leaving a temp around.Daniel Dunbar2010-03-111-1/+1
* Correctly mangle address of member in template arguments. Fixes PR6460Rafael Espindola2010-03-111-0/+39
* Add a test.Anders Carlsson2010-03-111-0/+7
* Fix calculation of whether a member function needs a thunk in construction vt...Anders Carlsson2010-03-101-0/+59
* We were mistakenly marking morally virtual bases as being uninteresting. Fix ...Anders Carlsson2010-03-101-0/+67
OpenPOWER on IntegriCloud