1. 1880666 AppendBitField really can never fail, so return its return value. by Chris Lattner · 14 years ago
  2. 4d25483 Mangle Objective-C pointers and block pointers in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  3. c7d209f Provide convenience routines to save and restore the current insertion point. by John McCall · 14 years ago
  4. 0877826 Fix mangling of array dimensions in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  5. cd712cb Mangle member pointer types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  6. 1139da1 Fix mangling of function pointers in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  7. 4f0a337 Fix mangling of array parameters for functions in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  8. 1d110e0 Remove unnecessary ASTContext parameter from by Douglas Gregor · 14 years ago
  9. a9fa858 fix rdar://8147692 - yet another crash due to my abi work. by Chris Lattner · 14 years ago
  10. 1ad6648 Driver/IRgen: Add support for -momit-leaf-frame-pointer. by Daniel Dunbar · 14 years ago
  11. 3416199 Revert "IRgen: Make sure any prolog instructions get debug info.", the lexical by Daniel Dunbar · 14 years ago
  12. 21fcc8f IRgen: Fix debug info regression in r106970; when we eliminate the return value by Daniel Dunbar · 14 years ago
  13. 727bd97 IRgen: Make sure any prolog instructions get debug info. by Daniel Dunbar · 14 years ago
  14. bcaedae Reapply: by Chris Lattner · 14 years ago
  15. e81c561 Use isFunctionOrMethod for vars declared locallly by Fariborz Jahanian · 14 years ago
  16. 2fe1388 extern variable declared locally to objective-c++ method by Fariborz Jahanian · 14 years ago
  17. f8153065 reduce nesting. by Chris Lattner · 14 years ago
  18. 0b8fe8c Mangle arrays in the Microsoft C++ Mangler. It's not quite finished (it by Charles Davis · 14 years ago
  19. 7bbe03d Revert r107173, "fix PR7519: after thrashing around and remembering how all this stuff", it broke bootstrap. by Daniel Dunbar · 14 years ago
  20. a9e0515 Revert r107216, "fix PR7523, which was caused by the ABI code calling ConvertType instead", it is part of a boostrap breaking sequence. by Daniel Dunbar · 14 years ago
  21. 120bc77 IRgen: Assignment to Objective-C properties shouldn't reload the value, for by Daniel Dunbar · 14 years ago
  22. f1d5d8a fix PR7523, which was caused by the ABI code calling ConvertType instead by Chris Lattner · 14 years ago
  23. d7f7d08 IRgen: Assignment to Objective-C properties shouldn't reload the value (which by Daniel Dunbar · 14 years ago
  24. 958c53c change ABIArgInfo to hold its llvm type with PATypeHolder so that by Chris Lattner · 14 years ago
  25. bb52114 relax the CGFunctionInfo::CGFunctionInfo ctor to allow any sequence by Chris Lattner · 14 years ago
  26. 376fe5e fix PR7519: after thrashing around and remembering how all this stuff by Chris Lattner · 14 years ago
  27. ce93399 minor cleanups. by Chris Lattner · 14 years ago
  28. 9c254f0 Change X86_64ABIInfo to have ASTContext and TargetData ivars to by Chris Lattner · 14 years ago
  29. a159c2e plumb preferred types down into X86_64ABIInfo::classifyArgumentType, by Chris Lattner · 14 years ago
  30. 8640cd6 Pass the LLVM IR version of argument types down into computeInfo. by Chris Lattner · 14 years ago
  31. 225e286 add IR names to coerced arguments. by Chris Lattner · 14 years ago
  32. 309c59f make the argument passing stuff in the FCA case smarter still, by by Chris Lattner · 14 years ago
  33. ce70016 Change CGCall to handle the "coerce" case where the coerce-to type by Chris Lattner · 14 years ago
  34. 6ae0069 make the trivial forms of CreateCoerced{Load|Store} trivial. by Chris Lattner · 14 years ago
  35. 8ff2964 pass/return structs of char and short as i8/i16 to avoid by Chris Lattner · 14 years ago
  36. 1090a9b more tidying up. by Chris Lattner · 14 years ago
  37. dce5ad0 random acts of tidying. by Chris Lattner · 14 years ago
  38. faf23b7 X86-64: by Chris Lattner · 14 years ago
  39. ef160b4 Minor refactorin of my last patch (radar 7860965 related). by Fariborz Jahanian · 14 years ago
  40. 16ac5ce Have __func__ and siblings point to block's implementation function by Fariborz Jahanian · 14 years ago
  41. 4ac0d83 Fix UnitTests/2004-02-02-NegativeZero.c, which regressed when by Chris Lattner · 14 years ago
  42. 045a6d8 Correctly destroy reference temporaries with global storage. Remove ErrorUnsupported call when binding a global reference to a non-lvalue. Fixes PR7326. by Anders Carlsson · 14 years ago
  43. 656746c Add a CreateReferenceTemporary that will do the right thing for variables with global storage. by Anders Carlsson · 14 years ago
  44. dca7ab2 Simplify CodeGenFunction::EmitReferenceBindingToExpr as a first step towards fixing PR7326. by Anders Carlsson · 14 years ago
  45. cc09785 Reduce indentation. by Anders Carlsson · 14 years ago
  46. fbe02ff misc tidying by Chris Lattner · 14 years ago
  47. 77b89b8 finally get around to doing a significant cleanup to irgen: by Chris Lattner · 14 years ago
  48. ec2830d tidy up OrderGlobalInits by Chris Lattner · 14 years ago
  49. 6d11cdb If coercing something from int or pointer type to int or pointer type by Chris Lattner · 14 years ago
  50. e7bb777 Same patch as the previous on the store side. Before we compiled this: by Chris Lattner · 14 years ago
  51. 08dd2a0 improve CreateCoercedLoad a bit to generate slightly less awful by Chris Lattner · 14 years ago
  52. 35b21b8 Change IR generation for return (in the simple case) to avoid doing silly by Chris Lattner · 14 years ago
  53. c6e6dd2 reduce indentation by Chris Lattner · 14 years ago
  54. 9269d5c Implement rdar://7530813 - collapse multiple GEP instructions in IRgen by Chris Lattner · 14 years ago
  55. a4d94ab minor cleanup: don't emit the base of an array subscript until after by Chris Lattner · 14 years ago
  56. 640d326 fix inc/dec to honor -fwrapv and -ftrapv, implementing PR7426. by Chris Lattner · 14 years ago
  57. 8c11a65 move scalar inc/dec codegen into ScalarExprEmitter instead by Chris Lattner · 14 years ago
  58. 7f215c1 use more efficient type comparison predicates. by Chris Lattner · 14 years ago
  59. 9a20723 Fix unary minus to trap on overflow with -ftrapv, refactoring binop by Chris Lattner · 14 years ago
  60. a4d7145 Implement support for -fwrapv, rdar://7221421 by Chris Lattner · 14 years ago
  61. e70ffd6 implement rdar://7432000 - signed negate should codegen as NSW. by Chris Lattner · 14 years ago
  62. 32f36ba Change EmitReferenceBindingToExpr to take a decl instead of a boolean. by Anders Carlsson · 14 years ago
  63. 715edf2 Add function for mangling reference temporaries. by Anders Carlsson · 14 years ago
  64. 3a0d41d Mangle pointer and (lvalue) reference types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  65. 5304c95 Minor change to my last patch to fix PR7490. by Fariborz Jahanian · 14 years ago
  66. ef66872 IRGen for trivial initialization of dynamiccaly allocated by Fariborz Jahanian · 14 years ago
  67. 564360b Patch to correctly mangle block helper functions by Fariborz Jahanian · 14 years ago
  68. 788b0fd improve altivec vector bool/pixel support, patch by Anton Yartsev by Chris Lattner · 14 years ago
  69. 8dab657 polish the -finstrument-functions implementation, patch by Nelson Elhage! by Chris Lattner · 14 years ago
  70. 0c293ea Type Type::isRealFloatingType() that vectors are not floating-point by Douglas Gregor · 14 years ago
  71. 6afbdf5 Fixes a problem in generation of meta-data for by Fariborz Jahanian · 14 years ago
  72. 9a20d55 Switch over to the new caching version of getMangledName. by Anders Carlsson · 14 years ago
  73. 793a990 Add a new variant of getMangledName that caches the mangling for decls. by Anders Carlsson · 14 years ago
  74. dc5daec Add GlobalDecl::getCanonicalDecl. by Anders Carlsson · 14 years ago
  75. f489688 Per Chris's comment, remove another static (this one by Fariborz Jahanian · 14 years ago
  76. 7255a2d implement support for -finstrument-functions, patch by Nelson Elhage! by Chris Lattner · 14 years ago
  77. 581c78f Avoid using a local static for providing lexical by Fariborz Jahanian · 14 years ago
  78. b9c5b3d In fragile-abi (32bit mode abi) generate global symbol by Fariborz Jahanian · 14 years ago
  79. e0b691a In supporting init-priority, globals with the same init_priority must be by Fariborz Jahanian · 14 years ago
  80. 7e70fb2 Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ reference. by Anders Carlsson · 14 years ago
  81. 027d7ed Use more efficient API of SmallVector/array_pod_sort by Fariborz Jahanian · 14 years ago
  82. 9f967c5 IRGen for implementation of init-priority attribute. by Fariborz Jahanian · 14 years ago
  83. af89689 Instantiations subject to an explicit template instantiation by Douglas Gregor · 14 years ago
  84. 4be5430 Implement remaining codegen for NEON, all operations should now work. by Nate Begeman · 14 years ago
  85. 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 14 years ago
  86. 61c6c91 Fix for PR7415: refactor CodeGenModule::MayDeferGeneration and make it less by Eli Friedman · 14 years ago
  87. 810112e Fix PR7097, a bad interaction between -fno-use-cxa-atexit and by Chris Lattner · 14 years ago
  88. c62458f Mangle tag types (unions, structs, classes, enums) in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  89. 353b33b objective-C++ IRGen: property reference as an by Fariborz Jahanian · 14 years ago
  90. 03b2960 Objective-c++ IRGen. Support for @selector expression as by Fariborz Jahanian · 14 years ago
  91. 21e2a7e Mangle operator names in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  92. d69ec16 Remove last of the bool shifts for MS VC++, patch by dimitry andric by Nate Begeman · 14 years ago
  93. ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
  94. 1ed1a59 Change the test for which ABI/CC to use on ARM to be base on the environment by Rafael Espindola · 14 years ago
  95. 8e2eab2 Fixed conflict between objc_memmove_collectable builtin by Fariborz Jahanian · 14 years ago
  96. 25117ab Don't set the calling convention for ARM if it is already the default. by Rafael Espindola · 14 years ago
  97. 65161d1 Start mangling function types in the Microsoft C++ Mangler. by Charles Davis · 14 years ago
  98. 9d3347a Give Type::isIntegralType() an ASTContext parameter, so that it by Douglas Gregor · 14 years ago
  99. 2ade35e Introduce Type::isIntegralOrEnumerationType(), to cover those places by Douglas Gregor · 14 years ago
  100. 06057ce Move CodeGenOptions.h *back* into Frontend. This should have been done when the by Chandler Carruth · 14 years ago