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