1. 15233e5 Simplify and fix up the handling of implicit constructors, copy assignment by Eli Friedman · 15 years ago
  2. 7622cd3 Add a CovariantThunkAdjustment struct that represents the adjustments needed for a covariant thunk. by Anders Carlsson · 15 years ago
  3. a94822e Add a ThunkAdjustment struct which holds a non-virtual and a virtual adjustment offset. Start using it. General cleanup in Mangle.cpp. by Anders Carlsson · 15 years ago
  4. 7e1365a Simplify rtti building code a little. Prep for reuse for throw rtti generation. by Mike Stump · 15 years ago
  5. ea2c0b5 Add typeid for the builtin types. WIP. by Mike Stump · 15 years ago
  6. cbcd4e5 Finisgh off rest of class_type_info rtti generation. by Mike Stump · 15 years ago
  7. 764d0c2 Move GlobalDecl to its own file. Also add DenseMapInfo traits. by Anders Carlsson · 15 years ago
  8. acfd1e5 Allow the tracking of address points for construction vtables as well. by Mike Stump · 15 years ago
  9. 9840c70 Fix the offset calculations for non-virtual bases with overrides. by Mike Stump · 15 years ago
  10. 23908b8 "Attach debug info with llvm instructions" mode was enabled a month ago. Now make it permanent and remove old way of inserting intrinsics to encode debug info for locations and types. by Devang Patel · 15 years ago
  11. 2811ccf Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. by Chandler Carruth · 15 years ago
  12. 8cfcb52 Push ctor vtable construction down further. WIP. by Mike Stump · 15 years ago
  13. 380dd75 Add vtable caching to prevent multiple vtables for the same class from by Mike Stump · 15 years ago
  14. 393c247 Added support for static variables which require by Fariborz Jahanian · 15 years ago
  15. 55df71a Enable "debug info attached to an instruction" mode. by Devang Patel · 15 years ago
  16. dbd920c Move the vtable builder to CGVtable.cpp, general cleanup. by Anders Carlsson · 15 years ago
  17. b540491 Add a MangleContext and pass it to all mangle functions. It will be used for keeping state, such as identifiers assigned to anonymous structs as well as scope encoding. by Anders Carlsson · 15 years ago
  18. 2b35835 Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant. by Anders Carlsson · 15 years ago
  19. 34771b5 Fix subtle bug in generating LLVM function declarations for builtin functions. by Daniel Dunbar · 15 years ago
  20. ca0017a whitespace fix by Chris Lattner · 15 years ago
  21. ca6408c Change CodeGenModule::ConstructTypeAttributes to return the calling convention by Daniel Dunbar · 15 years ago
  22. 6e319f6 Add basic covariant thunk generation support. WIP. by Mike Stump · 15 years ago
  23. 0ff8baf Pass GlobalDecls to GenerateCode and StartFunction. by Anders Carlsson · 15 years ago
  24. 4a6835e Add stricter GlobalDecl constructors. by Anders Carlsson · 15 years ago
  25. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  26. 77ca8f6 Install thunks later to fixup overrides. Track space taken by vbase by Mike Stump · 15 years ago
  27. ed032eb Add overidding for methods for vtable building for the secondary by Mike Stump · 15 years ago
  28. 32f3701 Cleanups. Move GenerateRtti to CodeGenModule. by Mike Stump · 15 years ago
  29. b193a41 Patch toward synthesizing non-trivial destructors. WIP by Fariborz Jahanian · 15 years ago
  30. ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
  31. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  32. 89ed31d Add support for global initializers. by Anders Carlsson · 15 years ago
  33. 97a9375 More synthesis of copy constructors. Work in progress. by Fariborz Jahanian · 15 years ago
  34. 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
  35. f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 15 years ago
  36. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  37. 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
  38. 1fd2dd1 Improve code generation for function template specializations: by Douglas Gregor · 15 years ago
  39. c6c14d1 Handle the edge case of a weak function with incomplete type correctly. by Eli Friedman · 15 years ago
  40. b4880ba push GlobalDecl through enough of the CodeGenModule interfaces by Chris Lattner · 15 years ago
  41. 2a131fb Refactor global decls to hold either a regular Decl or a CXXConstructorDecl + ctor type or a CXXDestructorDecl + dtor type. by Anders Carlsson · 15 years ago
  42. b6c8c8b Explictly track tentative definitions within Sema, then hand those by Douglas Gregor · 15 years ago
  43. 27ae536 Add support for generating (very basic) C++ destructors. These aren't called by anything yet. by Anders Carlsson · 15 years ago
  44. 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 15 years ago
  45. 363c184 Add GetAddrOfCXXConstructor and use it. by Anders Carlsson · 15 years ago
  46. 03f5ad9 Defer generation of tentative definitions. - PR3980. by Daniel Dunbar · 15 years ago
  47. 95d4e5d Start attempting to generate code for C++ ctors. by Anders Carlsson · 15 years ago
  48. 44e79b1 remove dead enum by Chris Lattner · 15 years ago
  49. cbb8fc1 Fix PR3988: extern inline functions get strong symbol definitions in by Chris Lattner · 15 years ago
  50. 86daeee implement codegen support for __attribute((__gnuc_inline__)), by Chris Lattner · 15 years ago
  51. 7c65e99 Refactor how attributes are set on values. by Daniel Dunbar · 15 years ago
  52. 55d6f50 Split SetGlobalValueAttributes into definition/declaration halves. by Daniel Dunbar · 15 years ago
  53. 7dbd819 Rename (one) SetFunctionAttributes to SetLLVMFunctionAttributes to by Daniel Dunbar · 15 years ago
  54. 44b0bc0 add a new enum type for linkage, no functionality change. by Chris Lattner · 15 years ago
  55. 04d4078 Clean up handling of visibility. by Daniel Dunbar · 15 years ago
  56. 0f59312 Minor work related to removing the assumption that value initialization by Eli Friedman · 15 years ago
  57. e9352cc Add a destination type argument to EmitConstantExpr. This will be used for when the destination has a reference type. (No functionality change yet) by Anders Carlsson · 15 years ago
  58. 91e20dd Emit code for linkage specifications. by Anders Carlsson · 15 years ago
  59. 8d4141f More "prep" work for handling UTF16 CFString. by Steve Naroff · 15 years ago
  60. 5ad0f67 move trivial forwarding function inline. by Chris Lattner · 15 years ago
  61. 984e068 Implement code generation of namespaces and add mangling tests. by Anders Carlsson · 15 years ago
  62. 35f38a2 Change UsedArray to be a vector of WeakVH to fix a dangling pointer problem that occurs when by Chris Lattner · 15 years ago
  63. 0773903 Do not emit debug information for variables while generating optimized code. The llvm optimizer and code generator are not yet ready to support optimized code debugging. by Devang Patel · 15 years ago
  64. bd36064 most of this is plumbing to get CompileOptions down into by Chris Lattner · 15 years ago
  65. b808c95 switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction by Chris Lattner · 15 years ago
  66. bd53271 emit aliases as the definitions fly by, don't bother deferring until by Chris Lattner · 15 years ago
  67. 74391b4 pull "runtime globals" into the same framework as other functions/global variables. by Chris Lattner · 15 years ago
  68. 67b0052 now that all the decl reference and creation stuff is going through two by Chris Lattner · 15 years ago
  69. 0558e79 fix a crash that could occur when a variable declaration became a by Chris Lattner · 15 years ago
  70. 570585c simplify and cleanup global variable creation stuff to all go through one by Chris Lattner · 15 years ago
  71. 3480950 simplify management of llvm::Function creation to all go through by Chris Lattner · 15 years ago
  72. 62b33ea code cleanups, rename EmitForwardFunctionDefinition -> by Chris Lattner · 15 years ago
  73. 99b5361 simplify some more code. by Chris Lattner · 15 years ago
  74. e21c4b8 simplify and comment some code better. Make BindRuntimeGlobals by Chris Lattner · 15 years ago
  75. 5e1e1f9 IRgen support for alias of global variable. - PR3818. by Daniel Dunbar · 15 years ago
  76. 4274581 Backout r66408, we don't want handling of globals to rely on the by Daniel Dunbar · 15 years ago
  77. 53d8922 Be sure to never create two functions with the same name, instead arrange to by Mike Stump · 15 years ago
  78. 43af76e Some struct/class mismatch fixes, to silence MSVC warnings. by Sebastian Redl · 15 years ago
  79. b681b8f (LLVM svn up) Generalize RuntimeFunctions to RuntimeGlobals and add by Daniel Dunbar · 15 years ago
  80. 90a9043 Move more of the blocks code up and out. by Mike Stump · 15 years ago
  81. 2a99814 Move more of blocks codegen out of CodeGenModule and into the by Mike Stump · 15 years ago
  82. 96bd13a Start the migration of more of the blocks code out of sight for most by Mike Stump · 15 years ago
  83. dab514f Improved ABI compliance for __block variables. No testcases yet as we by Mike Stump · 15 years ago
  84. c136e6c Fix PR3612. We ensure that we add builtins to the GlobalDeclMap and by Mike Stump · 15 years ago
  85. eaf2bb8 first wave of fixes for @encode sema support. This is part of PR3648. by Chris Lattner · 15 years ago
  86. 8a219ce Prevent accidental copying of CodeGenFunction and CodeGenModule. by Anders Carlsson · 15 years ago
  87. d5d3180 Don't emit K&R unprototyped function definitions as varargs. by Daniel Dunbar · 15 years ago
  88. bd65cac More codegen for blocks. The type of block literals should be better. by Mike Stump · 15 years ago
  89. 6ec3668 Address Chris's comments regarding C++ name mangling. by Douglas Gregor · 15 years ago
  90. d60f2fb Change EmitConstantExpr to allow failure. by Daniel Dunbar · 15 years ago
  91. 30395dd Use getNameAsCString instead of getNameAsString and reflow the type. by Mike Stump · 15 years ago
  92. 67a6448 Generate the helper function for blocks. Now basic codegen is by Mike Stump · 15 years ago
  93. 5c61d97 IRgen support for attribute used. - PR3566 by Daniel Dunbar · 15 years ago
  94. 73241df Pull MayDeferGeneration out of EmitGlobal. by Daniel Dunbar · 15 years ago
  95. 0269871 Rename EmitStatics (etc) to EmitDeferred; provide basic infrastructure by Daniel Dunbar · 15 years ago
  96. 7d6dc4f Let the backend unique these. by Mike Stump · 15 years ago
  97. 3246991 Move DescriptorUniqueCount into CGM. by Mike Stump · 15 years ago
  98. 59c5b11 Move NSConcreteStackBlock into CGM. by Mike Stump · 15 years ago
  99. ecc90e9 Reflow to 80col. by Mike Stump · 15 years ago
  100. 26efc33 Move GlobalUniqueCount up into CGM. by Mike Stump · 15 years ago