1. 00d78f1 Use explicit add_subdirectory's for LLVM target sublibraries instead by Oscar Fuentes · 14 years ago
  2. 7509ccd When emitting a single function with cppgen=function, you don't want to emit by Nicolas Geoffray · 15 years ago
  3. bb811a2 Add X86 MMX type to bitcode and Type. by Dale Johannesen · 15 years ago
  4. 55ae515 Create the new linker type "linker_private_weak_def_auto". by Bill Wendling · 15 years ago
  5. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  6. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  7. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  8. a399781 undo 80 column trespassing I caused by Gabor Greif · 15 years ago
  9. 32bb4df Add missing attributes to cpp backend. by Eli Friedman · 15 years ago
  10. 63d024f rotate CallInst operands by Gabor Greif · 15 years ago
  11. 135d7fe beautify output by Gabor Greif · 15 years ago
  12. 53ba550 use ArgOperand API by Gabor Greif · 15 years ago
  13. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  14. 07d3177 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  15. 207855c Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  16. 7a1d92a use ArgOperand API by Gabor Greif · 15 years ago
  17. ceea301 make sure to initialize indent_level by Chris Lattner · 15 years ago
  18. 3284877 add some support for blockaddress. This isn't really enough to be useful, by Chris Lattner · 15 years ago
  19. 1018c24 eliminate a mutable global variable, use raw_ostream::indent instead of by Chris Lattner · 15 years ago
  20. 7e6d745 un-indent a huge amount of code out of an anonymous namespace. by Chris Lattner · 15 years ago
  21. 22a5b29 Create new accessors to get arguments for call/invoke instructions. It breaks by Bill Wendling · 15 years ago
  22. 61aeed1 Properly set thread-local flag on globals during cpp emission by Anton Korobeynikov · 15 years ago
  23. 99dca4f Remove the "WantsWholeFile" concept, as it's no longer needed. CBE by Dan Gohman · 15 years ago
  24. 2f256f4 fix operand indexes when outputting InvokeInsts by Gabor Greif · 15 years ago
  25. 551754c Revert 101465, it broke internal OpenGL testing. by Eric Christopher · 15 years ago
  26. 4ec2258 reapply r101434 with a fix for self-hosting by Gabor Greif · 15 years ago
  27. 607a7ab back out r101423 and r101397, they break llvm-gcc self-host on darwin10 by Gabor Greif · 15 years ago
  28. 2ff961f reapply r101364, which has been backed out in r101368 with a fix by Gabor Greif · 15 years ago
  29. 9ee1720 back out r101364, as it trips the linux nightlybot on some clang C++ tests by Gabor Greif · 15 years ago
  30. 165dac0 rotate CallInst operands, i.e. move callee to the back of the operand array by Gabor Greif · 15 years ago
  31. 75361b6 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 15 years ago
  32. 8772f50 Add a flag to addPassesToEmit* to disable the Verifier pass run by Dan Gohman · 15 years ago
  33. 81d97c0 Use the module's context instead of the global context. by Nicolas Geoffray · 15 years ago
  34. b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
  35. 570a4a5 Reintroduce the InlineHint function attribute. by Jakob Stoklund Olesen · 16 years ago
  36. 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 16 years ago
  37. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 16 years ago
  38. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 16 years ago
  39. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 16 years ago
  40. 606a1d1 Remove the InlineHint attribute. There are no current or planned users. by Eric Christopher · 16 years ago
  41. cdfb302 fix an obvious bug found by clang++ and collapse a redundant if. by Chris Lattner · 16 years ago
  42. ab21db7 rename indbr -> indirectbr to appease the residents of #llvm. by Chris Lattner · 16 years ago
  43. 627b470 cppbackend support for indbr by Chris Lattner · 16 years ago
  44. 046e78c Remove FreeInst. by Victor Hernandez · 16 years ago
  45. a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
  46. 6d5f0f0 CppBackend: avoid printing unnecessary whitespace. by Benjamin Kramer · 16 years ago
  47. 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  48. de86d47 Add an 'inline hint' attribute to represent source by Dale Johannesen · 16 years ago
  49. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
  50. 072a56e Remove Streams.h from the targets. by Benjamin Kramer · 16 years ago
  51. d083dfb More cpp backend fixes. Now for FP stuff. by Anton Korobeynikov · 16 years ago
  52. 781c2b8 Fixed error in CPPBackend from a contextification API change. by Reid Kleckner · 16 years ago
  53. bad9def Use the new API for creating an OpaqueType. by Nicolas Geoffray · 16 years ago
  54. ab2a663 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 16 years ago
  55. 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 16 years ago
  56. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  57. 6f62cff Output the new StructType constructor, which takes the context of the by Nicolas Geoffray · 16 years ago
  58. 5b0d72e Remove an unnecessary flush in the CppBackend's output. by Dan Gohman · 16 years ago
  59. 214e223 Remove now unused Module argument to createTargetMachine. by Daniel Dunbar · 16 years ago
  60. d1a919e Change C, CBE, MSIL to not provide target data via getTargetData(). by Daniel Dunbar · 16 years ago
  61. e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  62. fa27ff2 Kill Target specific ModuleMatchQuality stuff. by Daniel Dunbar · 16 years ago
  63. d6fd377 Simplify JIT target selection. by Daniel Dunbar · 16 years ago
  64. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  65. 8f60302 Simplify some uses of Value::getName() by Daniel Dunbar · 16 years ago
  66. 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
  67. edcb540 Add some missing includes. by Daniel Dunbar · 16 years ago
  68. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  69. 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  70. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  71. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  72. 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  73. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  74. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  75. c984df8 Add TargetInfo libraries for all targets. by Daniel Dunbar · 16 years ago
  76. 7184781 by David Greene · 16 years ago
  77. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  78. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  79. 16a412e Update for GlobalVariables ctor change. by Owen Anderson · 16 years ago
  80. 3046470 Missed an exit during the conversion. by Torok Edwin · 16 years ago
  81. b8b7347 Escape the name of the module since it comes from the file name and may include by Nick Lewycky · 16 years ago
  82. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  83. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  84. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  85. 2d92c71 This patch brings the list of attributes in CPPBackend.cpp up to date with the by Jeffrey Yasskin · 16 years ago
  86. cffb528 Fix code emission for conditional branches. Patch by Collin Winter! by Anton Korobeynikov · 16 years ago
  87. c650f1f 'The attached patch fixes an issue where llc -march=cpp fails with by Chris Lattner · 16 years ago
  88. cf18996 remove progname which is never set. PR4085 by Chris Lattner · 16 years ago
  89. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  90. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  91. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  92. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  93. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  94. 0c8f7dc do not rely on callee being operand 0 by Gabor Greif · 16 years ago
  95. f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
  96. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  97. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  98. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  99. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  100. acca955 make -march=cpp handle the nocapture attribute, make it assert if it by Chris Lattner · 17 years ago