1. a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
  2. 8977d08 Factor commonality in triple match routines into helper template for registering by Daniel Dunbar · 16 years ago
  3. fa27ff2 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 16 years ago
  4. a5881e3 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  5. d6fd377 Simplify JIT target selection. by Daniel Dunbar · 16 years ago
  6. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  7. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  8. 8f60302 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  9. e922c02 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  10. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  11. 5344865 Make sure CWriter's Context get's initialized. by Daniel Dunbar · 16 years ago
  12. 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  13. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  14. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  15. 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  16. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  17. dec9803 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 16 years ago
  18. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  19. c984df8 Add TargetInfo libraries for all targets. by Daniel Dunbar · 16 years ago
  20. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  21. 7184781 by David Greene · 16 years ago
  22. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
  23. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  24. 1f316e3 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 16 years ago
  25. c2c89fb rename getValueName -> getMangledName by Chris Lattner · 16 years ago
  26. ca1bafd fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 16 years ago
  27. fa82b6e These don't really need contexts either. by Owen Anderson · 16 years ago
  28. 0a5372e Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  29. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  30. dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  31. 52132bf Privatize some variables. by Owen Anderson · 16 years ago
  32. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  33. 0639894 It looks like nobody is working on PR 4158, so I'm by Dale Johannesen · 16 years ago
  34. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  35. 9f5f322 Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 16 years ago
  36. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  37. f4786cc Spacing fix. by Dale Johannesen · 16 years ago
  38. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  39. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  40. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  41. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  42. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  43. 91b477d Match C backend only if it explicitly requested. by Devang Patel · 16 years ago
  44. 9062d9a Fix some failures in targets on available_externally functions, by Chris Lattner · 16 years ago
  45. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  46. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  47. bb6382e fix memleaks by Nuno Lopes · 17 years ago
  48. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  49. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  50. f9ef5b3 __fastcall and __stdcall are mingw extensions to gcc for windows. Use the by Nick Lewycky · 17 years ago
  51. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  52. aecc22a Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 17 years ago
  53. abec474 add some simple hacky long double support for the CBE. This by Chris Lattner · 17 years ago
  54. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  55. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  56. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  57. dbc2e85 CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 17 years ago
  58. e1ad087 CMake: Builds all targets. by Oscar Fuentes · 17 years ago
  59. 0598866 Large mechanical patch. by Devang Patel · 17 years ago
  60. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  61. 1f0f37a unbreak the CBE on treeadd an many others. by Chris Lattner · 17 years ago
  62. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  63. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
  64. 9f8d571 Avoid emitting casts in static initializer contexts. This fixes by Dan Gohman · 17 years ago
  65. 1a24539 Use C99 aggregate literal syntax for first-class struct and array values. by Dan Gohman · 17 years ago
  66. fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
  67. 5a11aba In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 17 years ago
  68. f512281 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 17 years ago
  69. 9e4ff94 Switch from generating the int128 typedefs based on targetdata to generating by Chris Lattner · 17 years ago
  70. 3e3aa86 Revert r52046. It broke cbe on x86 / Mac OS X. by Evan Cheng · 17 years ago
  71. 001c73e Handle assembler identifiers specially in CBE. This fixes PR2418. by Anton Korobeynikov · 17 years ago
  72. 67f631d Rewrite a bunch of the CBE's inline asm code, giving it the by Chris Lattner · 17 years ago
  73. 193c235 Implement CBE support for first-class structs and array values, by Dan Gohman · 17 years ago
  74. e56d946 Fix the CBE's handling of instructions whose result is an i1. Previously, by Chris Lattner · 17 years ago
  75. 43e2a03 Fix some constructs that gcc-4.4 warns about. by Duncan Sands · 17 years ago
  76. 5ea38a6 Tweak how ConstantFP80Ty constants are output by Duncan Sands · 17 years ago
  77. 17dab19 Fix another isFirstClassType that now needs to be isSingleValueType. by Dan Gohman · 17 years ago
  78. 687a4cb fix an off-by-one error in my previous patch, don't treat the callee as a incoming arg. by Chris Lattner · 17 years ago
  79. f6a048c Add support for multiple-return values in inline asm. This should by Chris Lattner · 17 years ago
  80. aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
  81. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  82. 7661279 Initial CBE support for multiple return values. by Dan Gohman · 17 years ago
  83. 271515a Suppress the 128-bit integer typedef on 32-bit targets, because by Dan Gohman · 17 years ago
  84. d761480 Partial CBackend support for 128-bit integers. This is needed by Dan Gohman · 17 years ago
  85. 950a4c4 Add explicit keywords. by Dan Gohman · 17 years ago
  86. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  87. 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
  88. 6ad150b gcc likes things spelled correctly by Andrew Lenharth · 17 years ago
  89. 41e2397 s/isReturnStruct()/hasStructRetAttr()/g by Devang Patel · 17 years ago
  90. ff93921 add support for lvsl, fixing PR1481 by Chris Lattner · 17 years ago
  91. 4e22012 add support for the sse.cmp.* intrinsics, which fixes sse.isamax with the CBE. by Chris Lattner · 17 years ago
  92. 2299fec refactor intrinsic handling code out into its own method. by Chris Lattner · 17 years ago
  93. d9a706e fix printing of undef vectors, this fixes "simple" and "build" in UnitTests/Vector. by Chris Lattner · 17 years ago
  94. 9152daf insertelement got the wrong operands. by Chris Lattner · 17 years ago
  95. e05252b4 Several changes: by Chris Lattner · 17 years ago
  96. 939732a Fix a bug I introduced in constant array and constant vector handling. by Chris Lattner · 17 years ago
  97. b1855ad implement shufflevector. by Chris Lattner · 17 years ago
  98. 0452ed6 implement extractelement. by Chris Lattner · 17 years ago
  99. 33a44d9 implement insertelement. by Chris Lattner · 17 years ago
  100. 90683ab respect isSigned for vector types, fixing sdiv of vectors etc. by Chris Lattner · 17 years ago