1. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  2. e8628a0 cppbackend support for indbr by Chris Lattner · 16 years ago
  3. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  4. a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  5. 13d048f CppBackend: avoid printing unnecessary whitespace. by Benjamin Kramer · 16 years ago
  6. 68c5f47 Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  7. 2aaf539 Add an 'inline hint' attribute to represent source by Dale Johannesen · 16 years ago
  8. 06fa176 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
  9. 940fbb0 Remove Streams.h from the targets. by Benjamin Kramer · 16 years ago
  10. eaaca49 More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago
  11. d72b091 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 16 years ago
  12. 78e0ffa Use the new API for creating an OpaqueType. by Nicolas Geoffray · 16 years ago
  13. aee49c2 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 16 years ago
  14. 6a95bce Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 16 years ago
  15. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  16. edfdd07 Output the new StructType constructor, which takes the context of the by Nicolas Geoffray · 16 years ago
  17. cbf1e16 Remove an unnecessary flush in the CppBackend's output. by Dan Gohman · 16 years ago
  18. 09c1d00 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 16 years ago
  19. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  20. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  21. 99abb47 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  22. a3c6f6b Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  23. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  24. c151c51 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  25. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  26. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  27. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  28. a31f96c by David Greene · 16 years ago
  29. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  30. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  31. 96b491a Update for GlobalVariables ctor change. by Owen Anderson · 16 years ago
  32. f8d479c Missed an exit during the conversion. by Torok Edwin · 16 years ago
  33. 2dbc647 Escape the name of the module since it comes from the file name and may include by Nick Lewycky · 16 years ago
  34. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  35. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  36. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  37. 97021ae This patch brings the list of attributes in CPPBackend.cpp up to date with the by Jeffrey Yasskin · 16 years ago
  38. 2d1e732 Fix code emission for conditional branches. Patch by Collin Winter! by Anton Korobeynikov · 16 years ago
  39. e01821e 'The attached patch fixes an issue where llc -march=cpp fails with by Chris Lattner · 16 years ago
  40. 1fba01b remove progname which is never set. PR4085 by Chris Lattner · 16 years ago
  41. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  42. 084669a Second attempt: by Bill Wendling · 16 years ago
  43. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  44. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  45. 184f1be Add a new "available_externally" linkage type. This is intended by Chris Lattner · 17 years ago
  46. 2755edf do not rely on callee being operand 0 by Gabor Greif · 17 years ago
  47. 4f2fea1 Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 17 years ago
  48. 4581beb It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 17 years ago
  49. e288105 Remove the one-definition-rule version of extern_weak by Duncan Sands · 17 years ago
  50. 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
  51. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  52. 1a57935 make -march=cpp handle the nocapture attribute, make it assert if it by Chris Lattner · 17 years ago
  53. 2be8b91 Update CPP backend for PrintModulePass API changes. by Dan Gohman · 17 years ago
  54. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  55. cfb3bc4 Typo fix by Anton Korobeynikov · 17 years ago
  56. 5a48f23 The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. by Nicolas Geoffray · 17 years ago
  57. 09991ad StoreInst does not produce any result thus it's useless to create new by Anton Korobeynikov · 17 years ago
  58. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  59. 4f0bd68 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  60. 54306fe Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  61. 37e560c Emit type-correct constant null. Also fix a typo. by Anton Korobeynikov · 17 years ago
  62. 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
  63. 6402c72 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  64. ba3fa6c s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  65. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  66. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  67. 4ebf300 Unbreak cpp backend: upgrade output due to change in APInt API by Anton Korobeynikov · 17 years ago
  68. d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  69. 17f7165 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  70. d4c8cbd Remove <iostream> include. by Bill Wendling · 17 years ago
  71. 6e384fc CPPBackend support for extractvalue and insertvalue. by Dan Gohman · 17 years ago
  72. 7be3fc7 Abort on an unrecognized opcode. by Dan Gohman · 17 years ago
  73. 62f63f4 Update the CPP backend for the ConstantFP::get API change. by Dan Gohman · 17 years ago
  74. e1f6e4b API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  75. ce4396b Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  76. fbdca96 Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 17 years ago
  77. d78c400 Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  78. 0acc739 Don't do stupid things: doInitialization(Module&) is not applicable to ModulePass :) by Anton Korobeynikov · 17 years ago
  79. 1ae135c Drop dead includes by Anton Korobeynikov · 17 years ago
  80. 9dcc3e9 Adjust option names for C++ backend by Anton Korobeynikov · 17 years ago
  81. 7869503 First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 17 years ago