1. 47c5188 Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some by Duncan Sands · 15 years ago
  2. 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 15 years ago
  3. b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
  4. 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
  5. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  6. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  7. 2789103 this doesn't need the mangler. by Chris Lattner · 15 years ago
  8. 3ef1085 Remove dead variable. by Bill Wendling · 15 years ago
  9. 5e63990 Fix typo. by Eric Christopher · 15 years ago
  10. 0eeb913 Previously, all operands to Constant were themselves constant. by Chris Lattner · 15 years ago
  11. 046e78c Remove FreeInst. by Victor Hernandez · 15 years ago
  12. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 15 years ago
  13. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 15 years ago
  14. b7c5bdf Remove some unused variables and methods warned about by by Duncan Sands · 15 years ago
  15. 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 15 years ago
  16. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  17. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  18. 214e223 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 15 years ago
  19. d1a919e Change C, CBE, MSIL to not provide target data via getTargetData(). by Daniel Dunbar · 15 years ago
  20. e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 15 years ago
  21. 92fbbc7 Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL' by Nick Lewycky · 15 years ago
  22. fa27ff2 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 15 years ago
  23. d6fd377 Simplify JIT target selection. by Daniel Dunbar · 15 years ago
  24. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 15 years ago
  25. ce63ffb More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 15 years ago
  26. 961f585 Fix build for GCC 4.0? by Daniel Dunbar · 15 years ago
  27. 7cdf01d Fix compile with 4.4 (I hope?); PR4617. by Daniel Dunbar · 15 years ago
  28. 92645ac Add missing include. by Daniel Dunbar · 15 years ago
  29. bda9653 Switch this API to StringRef. by Daniel Dunbar · 15 years ago
  30. edcb540 Add some missing includes. by Daniel Dunbar · 15 years ago
  31. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 15 years ago
  32. c2b443a fix some casts that I improperly refactored, patch by Artur Pietrek! by Chris Lattner · 15 years ago
  33. 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 15 years ago
  34. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  35. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  36. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 15 years ago
  37. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 15 years ago
  38. c984df8 Add TargetInfo libraries for all targets. by Daniel Dunbar · 15 years ago
  39. 5473f07 fix David's merge conflict by Chris Lattner · 15 years ago
  40. 7184781 by David Greene · 15 years ago
  41. 5f54450 Mark as fall through. by Bill Wendling · 15 years ago
  42. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  43. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  44. 192957d Revert r75615, which depended on 75610. by Daniel Dunbar · 15 years ago
  45. 94ac034 Add extra sign extension to the same bit width before int sign by Anton Korobeynikov · 15 years ago
  46. e9fd67e Add missing break. Patch by Artur Pietrek! by Anton Korobeynikov · 15 years ago
  47. b09d2cc Rename getValueName -> getMangledName. by Chris Lattner · 15 years ago
  48. ca1bafd fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 15 years ago
  49. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  50. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
  51. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  52. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  53. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 15 years ago
  54. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  55. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  56. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 15 years ago
  57. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 15 years ago
  58. 9062d9a Fix some failures in targets on available_externally functions, by Chris Lattner · 15 years ago
  59. 9c0f146 Remove strange extra semicolons. by Nick Lewycky · 16 years ago
  60. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  61. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  62. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  63. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 16 years ago
  64. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 16 years ago
  65. 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 16 years ago
  66. e1ad087 CMake: Builds all targets. by Oscar Fuentes · 16 years ago
  67. 0598866 Large mechanical patch. by Devang Patel · 16 years ago
  68. eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 16 years ago
  69. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 16 years ago
  70. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  71. 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
  72. 829487e Remove another tab. by Bill Wendling · 16 years ago
  73. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  74. d27c991 Fix "Control reaches the end of non-void function" warnings, by Chris Lattner · 16 years ago
  75. 85db3a9 De-tabify by Bill Wendling · 17 years ago
  76. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
  77. ce22477 Enabling the target-independent garbage collection infrastructure by hooking it by Gordon Henriksen · 17 years ago
  78. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  79. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 17 years ago
  80. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  81. a3355ff Rather than having special rules like "intrinsics cannot by Duncan Sands · 17 years ago
  82. afa3b6d Add some convenience methods for querying attributes, and use them. by Duncan Sands · 17 years ago
  83. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  84. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  85. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  86. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  87. 43421b3 Next round of APFloat changes. by Dale Johannesen · 17 years ago
  88. 31c2ec3 add this back by Chris Lattner · 17 years ago
  89. f13090c Update MSIL BE. This patch fixes most weird glitches outlined in by Anton Korobeynikov · 17 years ago
  90. 1997473 Drop 'const' by Devang Patel · 17 years ago
  91. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  92. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  93. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  94. 18da072 For PR1146: by Reid Spencer · 17 years ago
  95. 5694b6e For PR1146: by Reid Spencer · 17 years ago
  96. 4be4e51 Fix authorship by Anton Korobeynikov · 18 years ago
  97. 3070cd7 Add TODO list for MSIL backend by Anton Korobeynikov · 18 years ago
  98. 099883f Let the new backend begin! by Anton Korobeynikov · 18 years ago