1. b0640db Include cstdio in a few place that depended on getting it transitively through StringExtras.h by Benjamin Kramer · 14 years ago
  2. cbf108e Move ftostr into its last user (cppbackend) and simplify it a bit. by Benjamin Kramer · 14 years ago
  3. 97b02fc llvm::SwitchInst by Stepan Dyatkovskiy · 14 years ago
  4. 5b648af Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  5. e55c556 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  6. d5d95b0 [unwind removal] We no longer have 'unwind' instructions being generated, so by Bill Wendling · 14 years ago
  7. 994c110 Remove dead test: this was already checked and handled a few lines above. by Duncan Sands · 14 years ago
  8. efabc25 Don't initialize CV in terms of itself! Spotted by GCC. by Duncan Sands · 14 years ago
  9. cf9e8f6 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
  10. 513aaa5 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  11. 17c981a Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
  12. 8ea967d by Chris Lattner · 14 years ago
  13. 139822f C++, CBE, and TLOF support for ConstantDataSequential by Chris Lattner · 14 years ago
  14. e197d94 Use Attributes::None instead of 0 after r148553 change on Attributes from unsigned to their own class. by Nicolas Geoffray · 14 years ago
  15. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  16. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  17. ecb2908 Sink codegen optimization level into MCCodeGenInfo along side relocation model by Evan Cheng · 14 years ago
  18. 5b693c2 Add missing argument for atomic instructions in c++ backend. PR11268, part 2. by Eli Friedman · 14 years ago
  19. d28ddbf Add support for new atomics to cpp backend. Misc other fixes while I'm here. PR11268. by Eli Friedman · 14 years ago
  20. a0263e7 Always check if a method or a type exist before trying to create it. by Nicolas Geoffray · 14 years ago
  21. cc349c8 Add the returns_twice attribute to LLVM. by Rafael Espindola · 14 years ago
  22. 95031ed Clean up uses of switch instructions so they are not dependent on the operand ordering. Patch by Stepan Dyatkovskiy. by Eli Friedman · 14 years ago
  23. a318b8d Change: by Richard Trieu · 14 years ago
  24. df06b6e Update the C++ backend to use the new ArrayRef'ified APIs. Patch by arrowdodger! by Nick Lewycky · 14 years ago
  25. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  26. 01beceb switch to the new struct apis. by Chris Lattner · 14 years ago
  27. 413bff1 Add missing attributes to the C++ backend's output. by Bill Wendling · 14 years ago
  28. f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
  29. ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
  30. 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
  31. 84c7b9e Update generated code to use new API of GetElementPtrInst::Create. by Nicolas Geoffray · 14 years ago
  32. 6099cf1 Move CBackend and CppBackend MC initialization to TargetInfo. by Evan Cheng · 14 years ago
  33. 8c886a4 Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 14 years ago
  34. 6820c1e Update generated CPP code with the new API on CallInst::Create and ConstantExpr::getGetElementPtr. by Nicolas Geoffray · 14 years ago
  35. 2129f59 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
  36. d60fa58b Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
  37. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  38. 1705ab0 Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
  39. f470b5b After type-system-rewrite branch update the Cpp backend to not use OpaqueType. by Nicolas Geoffray · 14 years ago
  40. c5e6d2f - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 14 years ago
  41. b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
  42. 91111d2 Change createAsmParser to take a MCSubtargetInfo instead of triple, by Evan Cheng · 14 years ago
  43. f490726 CppBackend: fixup for api change by Dylan Noblesmith · 14 years ago
  44. 61ea0e4 Reinstate r133513 (reverted in r133700) with an additional fix for a by Jay Foad · 14 years ago
  45. 9651312 Revert r133513: by Eric Christopher · 14 years ago
  46. a97a2c9 Reinstate r133435 and r133449 (reverted in r133499) now that the clang by Jay Foad · 14 years ago
  47. 184f3b3 Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 14 years ago
  48. e03c05c Change how PHINodes store their operands. by Jay Foad · 14 years ago
  49. 372ad64 Make better use of the PHINode API. by Jay Foad · 14 years ago
  50. 6002068 Fix a FIXME by making GlobalVariable::getInitializer() return a by Jay Foad · 14 years ago
  51. 9137ee8 Bugfix in the Cpp backend after API change on PHINode::Create. by Nicolas Geoffray · 15 years ago
  52. 5213134 Remove PHINode::reserveOperandSpace(). Instead, add a parameter to by Jay Foad · 15 years ago
  53. 235b66c When emitting a single function with cppgen=function, you don't want to emit by Nicolas Geoffray · 15 years ago
  54. baa5d04 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  55. 578ee40 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  56. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  57. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  58. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  59. 3e44ea1 undo 80 column trespassing I caused by Gabor Greif · 15 years ago
  60. ba9b25a Add missing attributes to cpp backend. by Eli Friedman · 15 years ago
  61. 03e7e68 rotate CallInst operands by Gabor Greif · 15 years ago
  62. 9da02a8 beautify output by Gabor Greif · 15 years ago
  63. e537ddb use ArgOperand API by Gabor Greif · 15 years ago
  64. 03bcd6e Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  65. 3632171 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  66. 1767723 Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  67. 7d4038dd use ArgOperand API by Gabor Greif · 15 years ago
  68. 60bb7c4 make sure to initialize indent_level by Chris Lattner · 15 years ago
  69. 64960f5 add some support for blockaddress. This isn't really enough to be useful, by Chris Lattner · 15 years ago
  70. bb45b96 eliminate a mutable global variable, use raw_ostream::indent instead of by Chris Lattner · 15 years ago
  71. a0b8c90 un-indent a huge amount of code out of an anonymous namespace. by Chris Lattner · 15 years ago
  72. a3bba33 Create new accessors to get arguments for call/invoke instructions. It breaks by Bill Wendling · 15 years ago
  73. 449df96 Properly set thread-local flag on globals during cpp emission by Anton Korobeynikov · 15 years ago
  74. 4cfccb8 Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 15 years ago
  75. 4c0f838 fix operand indexes when outputting InvokeInsts by Gabor Greif · 15 years ago
  76. 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
  77. f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
  78. 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
  79. 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
  80. 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
  81. aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
  82. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  83. 0d8a9af Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
  84. 3cc6673 Use the module's context instead of the global context. by Nicolas Geoffray · 16 years ago
  85. 9dff9be Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 16 years ago
  86. 74bb06c Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 16 years ago
  87. f0cb12a eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 16 years ago
  88. 091217b Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  89. 8444d75 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 16 years ago
  90. 726e452 fix an obvious bug found by clang++ and collapse a redundant if. by Chris Lattner · 16 years ago
  91. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  92. e8628a0 cppbackend support for indbr by Chris Lattner · 16 years ago
  93. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  94. a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  95. 13d048f CppBackend: avoid printing unnecessary whitespace. by Benjamin Kramer · 16 years ago
  96. 68c5f47 Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  97. 2aaf539 Add an 'inline hint' attribute to represent source by Dale Johannesen · 16 years ago
  98. 06fa176 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
  99. 940fbb0 Remove Streams.h from the targets. by Benjamin Kramer · 16 years ago
  100. eaaca49 More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago