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