1. 150b462 Better framework for conditional cleanups; untested as yet. by John McCall · 14 years ago
  2. 5aa74af Add -add-plugin flag, which runs plugins in addition to codegen. by Nico Weber · 14 years ago
  3. 5af1f06 Revert r124146 for now. It appears to be failing on a few platforms. by Eric Christopher · 14 years ago
  4. e07ae4e pre/post increase/decrease for AltiVec vectors by Anton Yartsev · 14 years ago
  5. cb88a1f Use attributes for all the override control specifiers. by Anders Carlsson · 14 years ago
  6. e34e3aa When building a type info struct for EH, we always want it to have linkonce_odr linkage. by Anders Carlsson · 14 years ago
  7. 3a717f7 Change CodeGenModule::getVTableLinkage to be a non-static member function. by Anders Carlsson · 14 years ago
  8. 82a113a "Name" a bool parameter. by Anders Carlsson · 14 years ago
  9. f502d93 Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the exception of explicit template instantiations, which have to be weak_odr. by Anders Carlsson · 14 years ago
  10. f89e042 Get rid of the [[final]] C++0x attribute. by Anders Carlsson · 14 years ago
  11. 9577abc Null initialize a few variables flagged by by Ted Kremenek · 14 years ago
  12. 15f6765 Use a FunctionType::get overload that doesn't require an empty vector. by Benjamin Kramer · 14 years ago
  13. da29e09 Send code generation for xvalues down the same path as lvalues by Douglas Gregor · 14 years ago
  14. 36b8ee6 Debug info generation for rvalue references by Douglas Gregor · 14 years ago
  15. 7ac0ff2 Move cheking of kext into canDevirtualizeMemberFunctionCalls(). by Fariborz Jahanian · 14 years ago
  16. 2726267 apple kext abi requires all vf calls, including qualified by Fariborz Jahanian · 14 years ago
  17. 3dbdb58 Add CharUnits::RoundUpToAlignment() to simplify rounding in character units. by Ken Dyck · 14 years ago
  18. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  19. fe71008 Replace calls to getTypeSize() and getTypeAlign() with their 'InChars' by Ken Dyck · 14 years ago
  20. bcbd03a Emit DW_TAG_lexical_scope to surround foreach. by Devang Patel · 14 years ago
  21. ff8be0e lib/CodeGen/TargetInfo.cpp: Fix coding style and erase an obsolete comment. by NAKAMURA Takumi · 14 years ago
  22. c532b50 Add unnamed_addr in CreateRuntimeVariable. by Rafael Espindola · 14 years ago
  23. dbee341 Add support for explicit constructor calls in Microsoft mode. For example: by Francois Pichet · 14 years ago
  24. 06f486e Replace calls to CharUnits::fromQuantity() with ones to by Ken Dyck · 14 years ago
  25. dec0984 Fix warnings found by gcc-4.6, from -Wunused-but-set-variable and by Jeffrey Yasskin · 14 years ago
  26. a757322 lib/CodeGen/TargetInfo.cpp: Add Win64 calling conversion. by NAKAMURA Takumi · 14 years ago
  27. 31f7d02 Simplify. by Devang Patel · 14 years ago
  28. d3d4e1e More unnamed_addr. by Rafael Espindola · 14 years ago
  29. 803d307 merge strings created by const NSConstantString *appKey = @"MyApp"; by Rafael Espindola · 14 years ago
  30. b266a1f Add unnamed_addr to the special strings created by by Rafael Espindola · 14 years ago
  31. cd3ac4b Also set unnamed_addr on declarations. by Rafael Espindola · 14 years ago
  32. 5576d9b Support the zero-initialization of VLAs when that really means a zero by John McCall · 14 years ago
  33. b842437 When simplifying a cleanup's entry by merging it into a single predecessor, by John McCall · 14 years ago
  34. 0990b00 Save getObjCGCAttrKind and use it in two places by Fariborz Jahanian · 14 years ago
  35. ec80512 Generate write-barriers for global objc assigns. // rdar://8761767 by Fariborz Jahanian · 14 years ago
  36. 1411047 Move name mangling support from CodeGen to AST. In the by Peter Collingbourne · 14 years ago
  37. 255c269 When your comments and your code are out-of-sync, the test case is wrong. by Douglas Gregor · 14 years ago
  38. 4fc4866 Add tests for name mangling of variadic templates. by Douglas Gregor · 14 years ago
  39. 8d3d6c9 Ensure an insertion point at the end of a statement-expression. Fixes PR8967. by John McCall · 14 years ago
  40. 62b1607 Only add unnamed_addr to definitions. by Rafael Espindola · 14 years ago
  41. 9370c8f Add IR generation support for SizeOfPackExpr. by Douglas Gregor · 14 years ago
  42. cd5b22e Fix a latent bug where, after emitting an expression statement, we would by John McCall · 14 years ago
  43. 57244f6 Set unnamed_addr in every type info. by Rafael Espindola · 14 years ago
  44. 82a0f4e Set unnamed_addr in VTTs. by Rafael Espindola · 14 years ago
  45. b1c65ff Set unnamed_addr for type infos that we are confortable marking as hidden. I by Rafael Espindola · 14 years ago
  46. 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
  47. 29dd67b Remove special handling for opaque Neon vector types. by Bob Wilson · 14 years ago
  48. b1fd0eb Fix debug info for __block variable referenced outside of block. by Devang Patel · 14 years ago
  49. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  50. 0024f94 Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. by Bob Wilson · 14 years ago
  51. 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
  52. 12bbc5c Make a helper function static. by Benjamin Kramer · 14 years ago
  53. cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
  54. d88687f Rework a few things about how we emit ObjC's for enumeration statement. by John McCall · 14 years ago
  55. 9d156a7 Introduce an AttributedType, but don't actually use it anywhere yet. by John McCall · 14 years ago
  56. a7fc901 Replace the representation of template template argument pack by Douglas Gregor · 14 years ago
  57. cbf40f9 fix a -Wself-assign warning by Chris Lattner · 14 years ago
  58. 711c52b Refactor the application of type attributes so that attributes from by John McCall · 14 years ago
  59. 2e774c4 Implement name mangling for sizeof...(pack), to silence the last of by Douglas Gregor · 14 years ago
  60. f90b27a Implement pack expansions whose pattern is a base-specifier. by Douglas Gregor · 14 years ago
  61. f96bdf4 Consider zero-length array of structs when by Fariborz Jahanian · 14 years ago
  62. be230c3 Implement support for pack expansions whose pattern is a non-type by Douglas Gregor · 14 years ago
  63. 33a5344 Add support for passing variables declared to use a xmm register to asm by Rafael Espindola · 14 years ago
  64. baf8695 Produce a better error message for invalid register names. by Rafael Espindola · 14 years ago
  65. 03117d1 Fix typo and add comment. by Rafael Espindola · 14 years ago
  66. 0ec89f9 Add support for declaring register contraints in variables. They are only used by Rafael Espindola · 14 years ago
  67. a9de3fa Correct function name in comment. by Nick Lewycky · 14 years ago
  68. 9f0c7cc Simplify mem{cpy, move, set} creation with IRBuilder. by Benjamin Kramer · 14 years ago
  69. 8fac25d Add support for GNU runtime property set / get structure functions. Minor refactoring of Mac runtime (returns the same function for both, as the Mac runtimes currently only provide a single entry point for setting and getting struct properties, although this will presumably be fixed at some point). by David Chisnall · 14 years ago
  70. 3f59c97 The -fshort-wchar option causes wchar_t to become unsigned, in addition to being by Chris Lattner · 14 years ago
  71. 7536dd5 Introduce a new type, PackExpansionType, to capture types that are by Douglas Gregor · 14 years ago
  72. 276fdf4 1. Add some ABI information for the Microblaze. by Wesley Peck · 14 years ago
  73. 9c39acf Give hidden visibility to RTTI for derived types. This is kindof a hacky by John McCall · 14 years ago
  74. 46e392a Implement builtins for Neon half-precision float conversions. by Bob Wilson · 14 years ago
  75. bfdcdc8 Set the "implicitly inline" bit on a method as soon as we see a definition by John McCall · 14 years ago
  76. e23cf43 Restore r121752 without modification. by John McCall · 14 years ago
  77. 5bfe232 Pull out r121752 in case it's causing the selfhost breakage. by John McCall · 14 years ago
  78. 0e88aa7 Factor out most of the extra state in a FunctionProtoType into a separate by John McCall · 14 years ago
  79. 2ea7e73 Implement CodeGen support for the may_alias attribute. by Dan Gohman · 14 years ago
  80. 141e489 Add missing switch case for the quad-register version of the Neon vmul builtin. by Bob Wilson · 14 years ago
  81. a0eb23b Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types. by Bob Wilson · 14 years ago
  82. 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
  83. 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
  84. 30daefc Add missing switch case to handle builtin for Neon vqnegq. by Bob Wilson · 14 years ago
  85. c1fa01b LLVM's intrinsics for vpaddl and vpadal have 2 overloaded types. by Bob Wilson · 14 years ago
  86. d185035 Neon compare absolute LLVM intrinsics are not overloaded. PR8484. by Bob Wilson · 14 years ago
  87. db2b42f Fix another obscure corner layout case. by Argyrios Kyrtzidis · 14 years ago
  88. 170cef3 Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). by Devang Patel · 14 years ago
  89. 344ff5d Remove unused parameter. by Devang Patel · 14 years ago
  90. 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
  91. db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
  92. f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
  93. a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
  94. a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
  95. 9d8231a Silence an unused variable warning. by Chandler Carruth · 14 years ago
  96. f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
  97. 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
  98. cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
  99. c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago
  100. ad698dd Add a missing parameter, without which clang crashes for vqshlu_n intrinsics. by Bob Wilson · 14 years ago