1. bd448e3 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Edwin Török · 16 years ago
  2. 675d562 assert(0) -> LLVM_UNREACHABLE. by Edwin Török · 16 years ago
  3. 8c2db38 Update for GlobalVariables ctor change. by Owen Anderson · 16 years ago
  4. 26cb025 Missed an exit during the conversion. by Edwin Török · 16 years ago
  5. aa1e3b9 Escape the name of the module since it comes from the file name and may include by Nick Lewycky · 16 years ago
  6. ebbc1c4 Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  7. 1dc5ff4 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  8. 7ce405e Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  9. e2b5492 This patch brings the list of attributes in CPPBackend.cpp up to date with the by Jeffrey Yasskin · 16 years ago
  10. 7a969d8 Fix code emission for conditional branches. Patch by Collin Winter! by asl · 16 years ago
  11. b8179f1 'The attached patch fixes an issue where llc -march=cpp fails with by Chris Lattner · 16 years ago
  12. 8ccbae0 remove progname which is never set. PR4085 by Chris Lattner · 16 years ago
  13. 5ed22ac Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  14. 58ed5d2 Second attempt: by Bill Wendling · 16 years ago
  15. f4d0c73 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  16. 11a01bf Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  17. 6843344 Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  18. 7c6a15e do not rely on callee being operand 0 by Gabor Greif · 16 years ago
  19. e7d7b0f Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
  20. b95df79 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  21. 565f65d Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  22. 19d161f Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  23. a168fc9 Add the private linkage. by Rafael Espindola · 17 years ago
  24. ef328f3 make -march=cpp handle the nocapture attribute, make it assert if it by Chris Lattner · 17 years ago
  25. c812241 Update CPP backend for PrintModulePass API changes. by Dan Gohman · 17 years ago
  26. 4f01235 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  27. 8e4bcaf Typo fix by Anton Korobeynikov · 17 years ago
  28. 1219855 The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. by Nicolas Geoffray · 17 years ago
  29. 7820794 StoreInst does not produce any result thus it's useless to create new by Anton Korobeynikov · 17 years ago
  30. 669b9bf Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  31. 6e547b4 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  32. 49cc7ce Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  33. a8fbd77 Emit type-correct constant null. Also fix a typo. by Anton Korobeynikov · 17 years ago
  34. d222f86 Large mechanical patch. by Devang Patel · 17 years ago
  35. 93044ce s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  36. e480dfa s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  37. 26f8c27 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  38. 847b99b Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  39. bfcb1c5 Unbreak cpp backend: upgrade output due to change in APInt API by Anton Korobeynikov · 17 years ago
  40. 1aed599 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  41. 89b3658 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  42. d33562d Remove <iostream> include. by Bill Wendling · 17 years ago
  43. 29c1ee6 CPPBackend support for extractvalue and insertvalue. by Dan Gohman · 17 years ago
  44. 93e80a4 Abort on an unrecognized opcode. by Dan Gohman · 17 years ago
  45. e9d7c55 Update the CPP backend for the ConstantFP::get API change. by Dan Gohman · 17 years ago
  46. a645dd3 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
  47. 49c4412 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  48. 58744b0 Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 17 years ago
  49. 089efff Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  50. 159a125 Don't do stupid things: doInitialization(Module&) is not applicable to ModulePass :) by Anton Korobeynikov · 17 years ago
  51. f233389 Drop dead includes by Anton Korobeynikov · 17 years ago
  52. ecb4926 Adjust option names for C++ backend by Anton Korobeynikov · 17 years ago
  53. b87de74b First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 17 years ago