1. 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
  2. 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
  3. aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
  4. 4568ed7 Implement support for varargs functions without any fixed by Chris Lattner · 16 years ago
  5. c6a6d39 use abstract interface in two more places by Gabor Greif · 16 years ago
  6. 1c73242 fix compile by Gabor Greif · 16 years ago
  7. 11e7b32 use abstract interface by Gabor Greif · 16 years ago
  8. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  9. 22a411f Remove a memory leak from the CBackend. by Jeffrey Yasskin · 16 years ago
  10. c7b46f9 give Mangler access to TargetData. by Chris Lattner · 16 years ago
  11. 2eff505 make the mangler take an MCContext instead of an MAI. No functionality change. by Chris Lattner · 16 years ago
  12. 0d8a9af Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
  13. 455201b Remove a bunch of duplicated code, where there was one version taking a std::ostream by Duncan Sands · 16 years ago
  14. cbd43f8 Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some by Duncan Sands · 16 years ago
  15. 19d0b47 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 16 years ago
  16. 9dff9be Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 16 years ago
  17. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  18. f0cb12a eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 16 years ago
  19. e5f7214 use both the Mangler and the CBE's mangler for identifiers, by Chris Lattner · 16 years ago
  20. 2b4364f revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  21. 003b5c8 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  22. 8c2ab10 stop the CBE from using Mangler::appendMangledName, which is a private function, it is mangling types, which don't matter how they are done. by Chris Lattner · 16 years ago
  23. 83e872e Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 16 years ago
  24. b4ffc89 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 16 years ago
  25. f62e3ee move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  26. 51d6cc4 reduce duplicate mangling logic by using MCSymbol::printMangledName. by Chris Lattner · 16 years ago
  27. c5b7dcf stop the CBE from using deprecated Mangler stuff. by Chris Lattner · 16 years ago
  28. 209aeca change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 16 years ago
  29. be94f23 Remove dead debug info intrinsics. by Devang Patel · 16 years ago
  30. 18f28cb Remove dead variable. by Bill Wendling · 16 years ago
  31. a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  32. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  33. 42c979e CBE support for indbr. by Chris Lattner · 16 years ago
  34. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  35. 54d7179 Remove ICmpInst::isSignedPredicate which was a reimplementation by Nick Lewycky · 16 years ago
  36. a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  37. 68c5f47 Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  38. 5f6fc97 Unbreak FP128 stuff in cbe by Anton Korobeynikov · 16 years ago
  39. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  40. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  41. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  42. 957d058 change CBE to just get TAI now, instead of TM to get TAI. by Chris Lattner · 16 years ago
  43. de8b1b2 Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel. by Anton Korobeynikov · 16 years ago
  44. 68d86348 Minor arm CBE fixes. Patch by Sandeep. by Anton Korobeynikov · 16 years ago
  45. fe4ce2a Emit module-level inline asm for CBE. Patch by Sandeep Patel by Anton Korobeynikov · 16 years ago
  46. ad9a6c4 No really, it's unused. by Daniel Dunbar · 16 years ago
  47. 09c1d00 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 16 years ago
  48. 719d235 Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  49. 0f16ea5 Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 16 years ago
  50. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  51. 5a1acd9 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
  52. 47d6791 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  53. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  54. edb4a70 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
  55. 99abb47 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  56. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  57. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  58. d0ed53e Make sure CWriter's Context get's initialized. by Daniel Dunbar · 16 years ago
  59. c151c51 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  60. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  61. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  62. a8d7399 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 16 years ago
  63. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  64. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  65. a31f96c by David Greene · 16 years ago
  66. 8c9a96b Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
  67. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  68. eb3e427 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 16 years ago
  69. 6ec9f40 rename getValueName -> getMangledName by Chris Lattner · 16 years ago
  70. 874727f fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 16 years ago
  71. bb2501b These don't really need contexts either. by Owen Anderson · 16 years ago
  72. 53a5221 Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp. by Owen Anderson · 16 years ago
  73. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  74. fb8d6d5 Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  75. 304d85b Privatize some variables. by Owen Anderson · 16 years ago
  76. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  77. 9d9acb0 It looks like nobody is working on PR 4158, so I'm by Dale Johannesen · 16 years ago
  78. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  79. 5c36f4f Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 16 years ago
  80. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  81. 5668077 Spacing fix. by Dale Johannesen · 16 years ago
  82. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  83. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  84. 084669a Second attempt: by Bill Wendling · 17 years ago
  85. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  86. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  87. a8919d0 Fix some failures in targets on available_externally functions, by Chris Lattner · 17 years ago
  88. 93eefa0 Fix internal representation of fp80 to be the by Dale Johannesen · 17 years ago
  89. 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
  90. b0a78f8 fix memleaks by Nuno Lopes · 17 years ago
  91. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  92. ea0bd51 __fastcall and __stdcall are mingw extensions to gcc for windows. Use the by Nick Lewycky · 17 years ago
  93. ba4eb2a Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  94. 35b40f8 Fix PR2907 by digging through constant expressions to find FP constants that by Chris Lattner · 17 years ago
  95. 7e9e3b3 add some simple hacky long double support for the CBE. This by Chris Lattner · 17 years ago
  96. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  97. 4f0bd68 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 17 years ago
  98. 54306fe Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
  99. 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
  100. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago