1. 3784453 Let callers decide the sub-register index on the def operand of rematerialized instructions. by Evan Cheng · 15 years ago
  2. 90bb3f3 add a knob to turn off PrettyStackTrace globally. Patch by Zoltan Varga! by Chris Lattner · 15 years ago
  3. 8e25e2d implement .include in the lexer/parser instead of passing it into the streamer. by Chris Lattner · 15 years ago
  4. ff9834a Kill off last uses of TargetMachineRegistry class. by Daniel Dunbar · 15 years ago
  5. c981da0 Fix gcc 4.0 build failure, can't rely on access inside nested friended class. by Daniel Dunbar · 15 years ago
  6. 1d92921 Switch llc and createJIT to use simpler command line parsing for -march. by Daniel Dunbar · 15 years ago
  7. 603bea3 Add registered target list to --version output. by Daniel Dunbar · 15 years ago
  8. 0e0979e formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. This by Dan Gohman · 15 years ago
  9. 4ce78ee Add explicit comment that clients can call target initialization functions by Daniel Dunbar · 15 years ago
  10. 50dead0 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 15 years ago
  11. 5d77cad Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 15 years ago
  12. e87b2ab Change raw_ostream so that it doesn't call llvm_report_error by Dan Gohman · 15 years ago
  13. fea4ec6 Add an LLVMContext to Type, hardwired to the global context until Type uniquing is moved on the contexts themselves. by Owen Anderson · 15 years ago
  14. bb2ead6 Clean up some comments. by Bob Wilson · 15 years ago
  15. cfe9a60 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 15 years ago
  16. 0df5c8e Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ by Chris Lattner · 15 years ago
  17. 23702ea Remove mismatched and unnecessary declaration. by Daniel Dunbar · 15 years ago
  18. a90b3dc Move a few more convenience factory functions from Constant to LLVMContext. by Owen Anderson · 15 years ago
  19. 23c8046 Move the ConstantStruct factory methods over to LLVMContext. by Owen Anderson · 15 years ago
  20. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 15 years ago
  21. fe7b16f by David Greene · 15 years ago
  22. 206613b Fix a typo in a comment that Duncan noticed. by Dan Gohman · 15 years ago
  23. 1f5c5b9 Fix a thinko in a comment that Duncan spotted. by Dan Gohman · 15 years ago
  24. a1bdced Add a Force option to raw_fd_ostream to specify whether opening by Dan Gohman · 15 years ago
  25. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 15 years ago
  26. d890de1 Add a raw_ostream version of CheckBitcodeOutputToConsole. by Dan Gohman · 15 years ago
  27. c232a7e Add a comment noting that raw_os_ostream does not check for errors. by Dan Gohman · 15 years ago
  28. 6ca5f93 Add a raw_ostream operator<< to sys::Path. by Dan Gohman · 15 years ago
  29. 6e68cd9 Added llvm-mc support for parsing the .dump and .load directives. by Kevin Enderby · 15 years ago
  30. a4b0486 Remove the v3i32 and v3f32 value types: they are not by Duncan Sands · 15 years ago
  31. 8cb6626 Remove StringConstantPrefix now that the only user (llvm-gcc) has gone. by Duncan Sands · 15 years ago
  32. 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 15 years ago
  33. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 15 years ago
  34. 6501145 Kill off unused TargetMachineRegistry methods and ivars. by Daniel Dunbar · 15 years ago
  35. 54785e6 Migrate llc and the JIT to using the TargetRegistry for lookups. by Daniel Dunbar · 15 years ago
  36. 4d1be77 Include the Target& in the TargetMachineRegisterEntry. by Daniel Dunbar · 15 years ago
  37. 3fb7eee Allow multiple registrations of the same target. by Daniel Dunbar · 15 years ago
  38. aca81c4 Initialize the target info via the InitializeNativeTarget() hook. by Daniel Dunbar · 15 years ago
  39. e0bda7d Reimplement TargetMachineRegistry in terms of TargetRegistry. by Daniel Dunbar · 15 years ago
  40. 4883630 Mark Target's creation routines as const. by Daniel Dunbar · 15 years ago
  41. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 15 years ago
  42. 7a46d78 Fix thinko by Daniel Dunbar · 15 years ago
  43. 6461716 Include Target specific Info initialization routine when initializing all by Daniel Dunbar · 15 years ago
  44. 73b3ec4 Address some review comments on TargetRegistry. by Daniel Dunbar · 15 years ago
  45. 9d5511b eliminate the Mangler::PreserveAsmNames bit, the sole client of this by Chris Lattner · 15 years ago
  46. f1cfea2 remove printSuffixedName. by Chris Lattner · 15 years ago
  47. bb06129 Add new TargetRegistry. by Daniel Dunbar · 15 years ago
  48. bdc017e Make makeLoopInvariant report whether it made any changes or not, by Dan Gohman · 15 years ago
  49. 21da1ed llvm-c/Core.h is no longer needed in lto.h, and it brings in by Dan Gohman · 15 years ago
  50. cd2b4c1 Fix a fixme, patch by Ryan Flynn! by Chris Lattner · 15 years ago
  51. 1f049b2 Added llvm-mc support for parsing the .include directive. by Kevin Enderby · 15 years ago
  52. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  53. 7114824 Added llvm-mc support for parsing the .lsym directive. by Kevin Enderby · 15 years ago
  54. 001c2b4 fix a bug in my previous patch. by Chris Lattner · 15 years ago
  55. 4a18d2f allow default construction of formatted_raw_ostream. by Chris Lattner · 15 years ago
  56. 7184781 by David Greene · 15 years ago
  57. 5e25dd3 Remove some dead functions, patch by Ryan Flynn! by Chris Lattner · 15 years ago
  58. 04ff239 Fix a typo that Edwin spotted. by Dan Gohman · 15 years ago
  59. d51e5d0 Add a comment clarifying the role of getPrimitiveTypeSizeInBits. by Dan Gohman · 15 years ago
  60. 969f28d Introduce a pointertracking pass. by Torok Edwin · 15 years ago
  61. b8158ac Reapply my previous asmprinter changes now with more testing and two by Chris Lattner · 15 years ago
  62. 95cf30c Added llvm-mc support for parsing the .desc directive. by Kevin Enderby · 15 years ago
  63. 6bfead3 LLVM doesn't use libelf. Remove libelf configurey. by Dan Gohman · 15 years ago
  64. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  65. 41ffe6c Revert r75610 (and r75620, which was blocking the revert), in the hopes of by Daniel Dunbar · 15 years ago
  66. 93990d7 After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. by Torok Edwin · 15 years ago
  67. 858cb8a ProfileInfo interface tweaks. - Add getExecutionCount(const Function). by Daniel Dunbar · 15 years ago
  68. 0eac016 remove renamed method. by Chris Lattner · 15 years ago
  69. 176a4ab Remove some tabs and fix other whitespace. No functional changes. by Bob Wilson · 15 years ago
  70. 86c13cd Fix a comment. by Bob Wilson · 15 years ago
  71. 03e9dd9 Change the X86 asmprinter to use the mangler to apply suffixes like "$non_lazy_ptr" by Chris Lattner · 15 years ago
  72. d23f0d0 New VNInfo alignment patch by Ryan Flynn. by Lang Hames · 15 years ago
  73. 1cda87c Change the internal interface to makeNameProper to take a bool that by Chris Lattner · 15 years ago
  74. 1b8f70a Unbroke LiveInterval. by Lang Hames · 15 years ago
  75. 08759c5 Tidy up VNInfo alignment code. Patch contributed by Ryan Flynn. by Lang Hames · 15 years ago
  76. a342026 Introduce a new LoopInfo utility function makeLoopInvariant, which by Dan Gohman · 15 years ago
  77. 1a8d2d2 Do not use Mangler to remove '1' from linkage name. by Devang Patel · 15 years ago
  78. ab5a5a6 Revert 75308. by Bob Wilson · 15 years ago
  79. c4b2d4a Fix obvious typo. by Eli Friedman · 15 years ago
  80. 59ecdfb rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more by Chris Lattner · 15 years ago
  81. 38539622 Move more functionality over to LLVMContext. by Owen Anderson · 15 years ago
  82. 47728a2 remove Mangler::getTypeID and related data, it was only used for mangling by Chris Lattner · 15 years ago
  83. 762717a remove mangler support for mangling local names. Mangler should only be by Chris Lattner · 15 years ago
  84. 099c28e Move a bit more functionality to LLVMContext, which apparently wasn't being used anyways. by Owen Anderson · 15 years ago
  85. 5f1f0b8 Added llvm-mc support for parsing the .abort directive. by Kevin Enderby · 15 years ago
  86. 03ee68a Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. by Dan Gohman · 15 years ago
  87. fa82b6e These don't really need contexts either. by Owen Anderson · 15 years ago
  88. 16a2c92 Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, by Dan Gohman · 15 years ago
  89. c8d76d5 Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, by Dan Gohman · 15 years ago
  90. 87370b8 Use AsmPrinter's Mangler to remove leading '1' from linkage names. by Devang Patel · 15 years ago
  91. 85b05a2 Reapply 75252, with a fix to avoid the infinite recursion case. The by Dan Gohman · 15 years ago
  92. 1ca29d3 As Chris pointed out, this doesn't actually need an LLVMContext to operate. by Owen Anderson · 15 years ago
  93. a5c7832 add llvm-mc support for parsing the .subsections_via_symbols directive. by Kevin Enderby · 15 years ago
  94. 73c6b71 Move more functionality over to LLVMContext. by Owen Anderson · 15 years ago
  95. c050fd9 Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminates by Dan Gohman · 15 years ago
  96. 2e4da5e Delete a spurious const. by Dan Gohman · 15 years ago
  97. 014700c by David Greene · 15 years ago
  98. b8ac841 Add NetBSD to the Triple class, patch by Krister Walfridsson! by Chris Lattner · 15 years ago
  99. d6a2aab Add an optional optimization to FoldingSet to allow ID values to be by Dan Gohman · 15 years ago
  100. 191cf28 by David Greene · 15 years ago