1. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  2. 8f60302 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  3. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  4. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  5. 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  6. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  7. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  8. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  9. 7184781 by David Greene · 16 years ago
  10. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  11. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  12. 16a412e Update for GlobalVariables ctor change. by Owen Anderson · 16 years ago
  13. 3046470 Missed an exit during the conversion. by Torok Edwin · 16 years ago
  14. b8b7347 Escape the name of the module since it comes from the file name and may include by Nick Lewycky · 16 years ago
  15. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  16. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  17. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  18. 2d92c71 This patch brings the list of attributes in CPPBackend.cpp up to date with the by Jeffrey Yasskin · 16 years ago
  19. cffb528 Fix code emission for conditional branches. Patch by Collin Winter! by Anton Korobeynikov · 16 years ago
  20. c650f1f 'The attached patch fixes an issue where llc -march=cpp fails with by Chris Lattner · 16 years ago
  21. cf18996 remove progname which is never set. PR4085 by Chris Lattner · 16 years ago
  22. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  23. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  24. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  25. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  26. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  27. 0c8f7dc do not rely on callee being operand 0 by Gabor Greif · 16 years ago
  28. f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
  29. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  30. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  31. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  32. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  33. acca955 make -march=cpp handle the nocapture attribute, make it assert if it by Chris Lattner · 16 years ago
  34. f923129 Update CPP backend for PrintModulePass API changes. by Dan Gohman · 16 years ago
  35. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 16 years ago
  36. b0714db Typo fix by Anton Korobeynikov · 17 years ago
  37. d9afb4d The Index field of an AttributeWithIndex is of type unsigned, not uint16_t. by Nicolas Geoffray · 17 years ago
  38. e0f4af3 StoreInst does not produce any result thus it's useless to create new by Anton Korobeynikov · 17 years ago
  39. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  40. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  41. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  42. ff4ca2e Emit type-correct constant null. Also fix a typo. by Anton Korobeynikov · 17 years ago
  43. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  44. e3d76d3 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
  45. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
  46. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  47. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  48. 70053c3 Unbreak cpp backend: upgrade output due to change in APInt API by Anton Korobeynikov · 17 years ago
  49. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  50. fad86b0 Rework the routines that convert AP[S]Int into a string. Now, instead of by Chris Lattner · 17 years ago
  51. 1a53ead Remove <iostream> include. by Bill Wendling · 17 years ago
  52. 75146a6 CPPBackend support for extractvalue and insertvalue. by Dan Gohman · 17 years ago
  53. 26825a8 Abort on an unrecognized opcode. by Dan Gohman · 17 years ago
  54. e8e3b55 Update the CPP backend for the ConstantFP::get API change. by Dan Gohman · 17 years ago
  55. 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 · 17 years ago
  56. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  57. 9474ede Fix typo in ParameterAttribute fields usage. Add an include by Nicolas Geoffray · 17 years ago
  58. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  59. 966e799 Don't do stupid things: doInitialization(Module&) is not applicable to ModulePass :) by Anton Korobeynikov · 17 years ago
  60. 0d9e02c Drop dead includes by Anton Korobeynikov · 17 years ago
  61. 8d3e74e Adjust option names for C++ backend by Anton Korobeynikov · 17 years ago
  62. 5027652 First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 17 years ago