1. f923129 Update CPP backend for PrintModulePass API changes. by Dan Gohman · 16 years ago
  2. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 16 years ago
  3. b0714db Typo fix by Anton Korobeynikov · 16 years ago
  4. d9afb4d The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. by Nicolas Geoffray · 16 years ago
  5. e0f4af3 StoreInst does not produce any result thus it's useless to create new by Anton Korobeynikov · 16 years ago
  6. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
  7. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
  8. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
  9. ff4ca2e Emit type-correct constant null. Also fix a typo. by Anton Korobeynikov · 16 years ago
  10. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  11. e3d76d3 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
  12. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 16 years ago
  13. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 16 years ago
  14. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  15. 70053c3 Unbreak cpp backend: upgrade output due to change in APInt API by Anton Korobeynikov · 16 years ago
  16. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  17. fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 16 years ago
  18. 1a53ead Remove <iostream> include. by Bill Wendling · 16 years ago
  19. 75146a6 CPPBackend support for extractvalue and insertvalue. by Dan Gohman · 16 years ago
  20. 26825a8 Abort on an unrecognized opcode. by Dan Gohman · 16 years ago
  21. e8e3b55 Update the CPP backend for the ConstantFP::get API change. by Dan Gohman · 16 years ago
  22. 7cbd8a3 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 · 16 years ago
  23. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 16 years ago
  24. 9474ede Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 16 years ago
  25. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  26. 966e799 Don't do stupid things: doInitialization(Module&) is not applicable to ModulePass :) by Anton Korobeynikov · 16 years ago
  27. 0d9e02c Drop dead includes by Anton Korobeynikov · 17 years ago
  28. 8d3e74e Adjust option names for C++ backend by Anton Korobeynikov · 17 years ago
  29. 5027652 First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 17 years ago