1. 511dce0 CBackend: Fix MSVC build. by Michael J. Spencer · 15 years ago
  2. e7d173a CBackend: Cleanup whitespace before I do this next commit. by Michael J. Spencer · 15 years ago
  3. baa5d04 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  4. 2d482bb remove dead proto by Chris Lattner · 15 years ago
  5. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  6. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  7. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  8. 94ab490 by Alexander Herz: by Gabor Greif · 15 years ago
  9. c2ac8c4 use ArgOperand API by Gabor Greif · 15 years ago
  10. 58c09b28 fix a -Wbool-conversions warning from clang. by Chris Lattner · 15 years ago
  11. 8f35fab Add support for thiscall calling convention. by Anton Korobeynikov · 15 years ago
  12. 4cfccb8 Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 15 years ago
  13. 7258dcd Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 16 years ago
  14. f375520 reapply r101434 with a fix for self-hosting by Gabor Greif · 16 years ago
  15. 403e969 back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 16 years ago
  16. 33ae80b reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 16 years ago
  17. 9fd00c7 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 16 years ago
  18. aafd209 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 16 years ago
  19. 4568ed7 Implement support for varargs functions without any fixed by Chris Lattner · 16 years ago
  20. c6a6d39 use abstract interface in two more places by Gabor Greif · 16 years ago
  21. 1c73242 fix compile by Gabor Greif · 16 years ago
  22. 11e7b32 use abstract interface by Gabor Greif · 16 years ago
  23. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  24. 22a411f Remove a memory leak from the CBackend. by Jeffrey Yasskin · 16 years ago
  25. c7b46f9 give Mangler access to TargetData. by Chris Lattner · 16 years ago
  26. 2eff505 make the mangler take an MCContext instead of an MAI. No functionality change. by Chris Lattner · 16 years ago
  27. 0d8a9af Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 16 years ago
  28. 455201b Remove a bunch of duplicated code, where there was one version taking a std::ostream by Duncan Sands · 16 years ago
  29. cbd43f8 Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some by Duncan Sands · 16 years ago
  30. 19d0b47 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 16 years ago
  31. 9dff9be Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 16 years ago
  32. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  33. f0cb12a eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 16 years ago
  34. e5f7214 use both the Mangler and the CBE's mangler for identifiers, by Chris Lattner · 16 years ago
  35. 2b4364f revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  36. 003b5c8 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  37. 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
  38. 83e872e Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 16 years ago
  39. b4ffc89 now that mangler is in libtarget, it can use MCAsmInfo instead of clients by Chris Lattner · 16 years ago
  40. f62e3ee move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  41. 51d6cc4 reduce duplicate mangling logic by using MCSymbol::printMangledName. by Chris Lattner · 16 years ago
  42. c5b7dcf stop the CBE from using deprecated Mangler stuff. by Chris Lattner · 16 years ago
  43. 209aeca change Mangler::makeNameProper to return its result in a SmallVector by Chris Lattner · 16 years ago
  44. be94f23 Remove dead debug info intrinsics. by Devang Patel · 16 years ago
  45. 18f28cb Remove dead variable. by Bill Wendling · 16 years ago
  46. a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  47. d04cb6d rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  48. 42c979e CBE support for indbr. by Chris Lattner · 16 years ago
  49. de5ad42 Remove FreeInst. by Victor Hernandez · 16 years ago
  50. 54d7179 Remove ICmpInst::isSignedPredicate which was a reimplementation by Nick Lewycky · 16 years ago
  51. a3aaf85 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  52. 68c5f47 Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  53. 5f6fc97 Unbreak FP128 stuff in cbe by Anton Korobeynikov · 16 years ago
  54. b25de3f eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  55. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  56. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  57. 957d058 change CBE to just get TAI now, instead of TM to get TAI. by Chris Lattner · 16 years ago
  58. de8b1b2 Cleanup in dbg_stoppoint handling in CBE. Patch by Sandeep Patel. by Anton Korobeynikov · 16 years ago
  59. 68d86348 Minor arm CBE fixes. Patch by Sandeep. by Anton Korobeynikov · 16 years ago
  60. fe4ce2a Emit module-level inline asm for CBE. Patch by Sandeep Patel by Anton Korobeynikov · 16 years ago
  61. ad9a6c4 No really, it's unused. by Daniel Dunbar · 16 years ago
  62. 09c1d00 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 16 years ago
  63. 719d235 Remove now unused arguments from TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  64. 0f16ea5 Pass target triple string in to TargetMachine constructor. by Daniel Dunbar · 16 years ago
  65. c3719c3 Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  66. 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
  67. 47d6791 Add TargetRegistry::lookupTarget. by Daniel Dunbar · 16 years ago
  68. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  69. 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
  70. 99abb47 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  71. 47db941 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  72. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  73. d0ed53e Make sure CWriter's Context get's initialized. by Daniel Dunbar · 16 years ago
  74. c151c51 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  75. e833810 Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  76. 338191c Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  77. a8d7399 Switch some obvious clients to using the new TargetRegistry. by Daniel Dunbar · 16 years ago
  78. b22f50e Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  79. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  80. a31f96c by David Greene · 16 years ago
  81. 8c9a96b Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 16 years ago
  82. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  83. eb3e427 Revert r7561{9,8,7,6}, which depend on r75610. by Daniel Dunbar · 16 years ago
  84. 6ec9f40 rename getValueName -> getMangledName by Chris Lattner · 16 years ago
  85. 874727f fix CBE & MSIL backends to not use the mangler for non-global symbols. by Chris Lattner · 16 years ago
  86. bb2501b These don't really need contexts either. by Owen Anderson · 16 years ago
  87. 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
  88. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  89. fb8d6d5 Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  90. 304d85b Privatize some variables. by Owen Anderson · 16 years ago
  91. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  92. 9d9acb0 It looks like nobody is working on PR 4158, so I'm by Dale Johannesen · 16 years ago
  93. 1b731d5 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  94. 5c36f4f Fix an erroneous check for isFNeg; the FNeg case is handled by Dan Gohman · 16 years ago
  95. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  96. 5668077 Spacing fix. by Dale Johannesen · 16 years ago
  97. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  98. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  99. 084669a Second attempt: by Bill Wendling · 17 years ago
  100. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago