summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Support for -fno-constant-cfstrings option - wip.Fariborz Jahanian2010-04-221-0/+6
* Add comment explaning the use of c99 inline in c++.Rafael Espindola2010-04-191-0/+4
* Fix -Wcast-qual warnings.Dan Gohman2010-04-191-1/+1
* If a method is virtual and the class key function is in another file, emit th...Rafael Espindola2010-04-191-1/+8
* Vtable -> VTable renames across the board.Anders Carlsson2010-04-171-6/+6
* unbreak tests.Chris Lattner2010-04-131-6/+6
* minor cleanupsChris Lattner2010-04-131-26/+28
* Fix use after free. Incrementing an use_iterator after its user is erased is ...Benjamin Kramer2010-04-101-3/+4
* rely even less on CallInst internalsGabor Greif2010-04-101-7/+6
* do not rely on CallInst interna, use CallSite to access argumentsGabor Greif2010-04-101-1/+3
* Provide an extremely unsatisfactory diagnostic (instead of crashing) whenJohn McCall2010-04-091-1/+2
* Eliminate excessive PCH deserialization caused by the search forDouglas Gregor2010-04-081-1/+0
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-041-14/+16
* Revert r100193 since it causes failures in objc in clangMon P Wang2010-04-021-16/+14
* Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang2010-04-021-14/+16
* adjust to IRBuilder change and use faster DebugLoc apis.Chris Lattner2010-04-011-3/+3
* use the new optimized debug info metadata accessors. InChris Lattner2010-03-311-2/+2
* Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson2010-03-301-16/+14
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-14/+16
* When given the magic class __cxxabiv1::__fundamental_type_info, produceRafael Espindola2010-03-271-0/+1
* revert 99311. Looks like it broke darwin bootstrap.Rafael Espindola2010-03-231-11/+2
* Avoid producing implicit methods when we have a explicit template instantiationRafael Espindola2010-03-231-2/+11
* Always emit associated thunks when emitting the function itself. Remove getVt...Anders Carlsson2010-03-231-15/+4
* Rename MaybeEmitVtable to EmitVTableRelatedData in preparation for making it ...Anders Carlsson2010-03-231-1/+1
* Rename CGVtableInfo to CodeGenVTables in preparation of adding another VTable...Anders Carlsson2010-03-231-3/+3
* C++: Add support for -fno-use-cxa-atexit.Daniel Dunbar2010-03-201-0/+1
* Change CodeGenModule to rely on the Module's symbol table instead ofJohn McCall2010-03-191-86/+72
* Give explicit template instantiations weak ODR linkage. FormerDouglas Gregor2010-03-131-7/+16
* Re-revert the explicit template instantiation linkage patch. I am beginning t...Douglas Gregor2010-03-131-10/+8
* Reinstate patch to turn explicit template instantiations into weak symbolsDouglas Gregor2010-03-131-8/+10
* Revert the linkage change for explicit template instantiations; something is ...Douglas Gregor2010-03-121-10/+8
* Give explicit template instantiations weak linkage (but don't deferDouglas Gregor2010-03-121-8/+10
* Delay codegen of vtables when handling implicit instantiations.Rafael Espindola2010-03-101-1/+9
* Add a message to these asserts.Benjamin Kramer2010-03-061-3/+3
* Implement __builtin_dwarf_sp_column for i386 (Darwin and not), x86-64 (all),John McCall2010-03-061-0/+5
* Fix PR6473.Rafael Espindola2010-03-041-0/+47
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-4/+3
* Refactor local class name mangling and make itFariborz Jahanian2010-03-041-1/+1
* Create a TargetMachine whenever we create a CodeGenAction. The codegen ofJohn McCall2010-03-041-3/+4
* During codegen assert that any copy assignment, destructor or constructor thatRafael Espindola2010-03-021-3/+9
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-0/+1
* Perform two more constructor/destructor code-size optimizations:John McCall2010-02-231-21/+1
* Re-introduce the ctor/dtor alias optimization, this time hidden behind aJohn McCall2010-02-191-12/+17
* Revert the ctor/dtor alias optimization for now; the buildbots can detectJohn McCall2010-02-181-17/+12
* Emit complete constructors and destructors as aliases to base constructorsJohn McCall2010-02-171-12/+17
* Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek2010-02-111-2/+2
* Emit global references with constant initializers as constants. Fixes PR5585.John McCall2010-02-081-1/+1
* Improved handling of the visibility attribute. Declarations now inherit their...Anders Carlsson2010-02-071-0/+4
* Switch CodeGen's "is this variable declaration a definition?" logicDouglas Gregor2010-02-061-14/+1
* Use the correct function info for constructors when applying function attribu...Anders Carlsson2010-02-061-4/+5
OpenPOWER on IntegriCloud