1. 9a8b490 Add definition list to each live interval. by Alkis Evlogimenos · 20 years ago
  2. 60a505b Added the llvm.readport and llvm.writeport intrinsics. by John Criswell · 20 years ago
  3. 92eaec9 This file does not appear to be included anywhere. by Brian Gaeke · 20 years ago
  4. c326c92 This file is no longer used. by Brian Gaeke · 20 years ago
  5. 6805612 Be more restrictive with the index types we allow for sequential types by Chris Lattner · 20 years ago
  6. d144f42 Add ConstantExpr::get(Sign|Zero)Extend methods by Chris Lattner · 20 years ago
  7. 72e606e Support iteration over constant instructions by Chris Lattner · 20 years ago
  8. 43cb041 Allow for use of arbitrary iterator types... by Chris Lattner · 20 years ago
  9. 02cef96 Regenerated using autoheader-2.57. by Brian Gaeke · 20 years ago
  10. 9687845 Remove obsolete files by Chris Lattner · 20 years ago
  11. 254bacd cleanup some long-dead code by Chris Lattner · 20 years ago
  12. ec42d98 Ignore configure produced files by Chris Lattner · 20 years ago
  13. 53e677a Add a new analysis by Chris Lattner · 20 years ago
  14. 0e4271f Make the verifier API more complete and useful by Chris Lattner · 20 years ago
  15. 909f6cf Add new function by Chris Lattner · 20 years ago
  16. c4b611a Fix grammar. by Misha Brukman · 20 years ago
  17. 024e91f Allow converting a builder to an iterator by Chris Lattner · 20 years ago
  18. da44b15 Add clear() forwarding method. by Brian Gaeke · 20 years ago
  19. 0c58897 Improve description, add warning by Chris Lattner · 20 years ago
  20. 83706a5 MachineBasicBlock::remove should not change the iterator passed into it by Chris Lattner · 20 years ago
  21. 18bdbc3 Add a simple select instruction lowering pass by Chris Lattner · 20 years ago
  22. fc33d30 Add some new methods by Chris Lattner · 20 years ago
  23. 62fe9b5 Relax the interface a bit by Chris Lattner · 20 years ago
  24. 4dcb540 Add a bunch of methods that should have been added a long time ago. by Chris Lattner · 20 years ago
  25. e3651f0 Add two methods which have been needed for a long time: Type::get(Un)signedVersion by Chris Lattner · 20 years ago
  26. 268316e The code extractor needs dominator information, so we provide it. by Chris Lattner · 20 years ago
  27. e454c0d Make this header file self-contained by Chris Lattner · 20 years ago
  28. 8f71b63 cleanup comment by Chris Lattner · 20 years ago
  29. c87f0bb Tweak argument by Chris Lattner · 20 years ago
  30. 5cb66e2 Deinline a couple of methods. Improve comment. by Chris Lattner · 20 years ago
  31. 3e295b1 Add two new methods which can be used to enable a bunch of transformations by Chris Lattner · 20 years ago
  32. a1a7148 Another API change to MRegisterInfo::foldMemoryOperand. Instead of a by Alkis Evlogimenos · 20 years ago
  33. 7bc91c6 Rename createLoopExtractorPass to createSingleLoopExtractorPass Doxygenify by Chris Lattner · 20 years ago
  34. 39354c9 Change MRegisterInfo::foldMemoryOperand to return the folded by Alkis Evlogimenos · 20 years ago
  35. 4eddf37 Move loop extractor to the IPO header by Chris Lattner · 20 years ago
  36. 2ed3063 Remove dead file by Chris Lattner · 20 years ago
  37. cbf99ee Move DemoteRegToStack prototype out of DemoteRegToStack.h to this file. by Chris Lattner · 20 years ago
  38. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 20 years ago
  39. d67772d Fix PR266: Make Module Not Inherit From Annotable by Chris Lattner · 20 years ago
  40. 8e18789 Add AnalysisUsage::addRequiredTransitive() to keep analysis info alive for by Misha Brukman · 20 years ago
  41. 57b2597 Add the visitSelectInst visitor method by Chris Lattner · 20 years ago
  42. 4e734dd Add the SelectInst class by Chris Lattner · 20 years ago
  43. 9bb7fbc Add the Instruction::Select enum by Chris Lattner · 20 years ago
  44. 46a57d8 Add support for select constant exprs by Chris Lattner · 20 years ago
  45. 242e94a Move function implementations to a .cpp file, avoid #including <cstdlib> here. by Misha Brukman · 20 years ago
  46. a7a805e Forward-declare templates for fix compilation when Argument.h is included first. by Misha Brukman · 20 years ago
  47. dd298c8 Doxygenified and cleand up comments. by Misha Brukman · 20 years ago
  48. 69a69ff new method by Chris Lattner · 20 years ago
  49. 7d84dda Switch over to using edge profile information as the basic profiling representation, by Chris Lattner · 20 years ago
  50. 0f54bc7 We don't want to make this a pure interface, as it makes all implementors by Chris Lattner · 20 years ago
  51. 3f25328 Rearrange some methods, implement the dominates method by Chris Lattner · 20 years ago
  52. 6ba8972 Import the trace class from the reoptimizer by Chris Lattner · 20 years ago
  53. 0b6af79 Add the ability to put an annotation at the end of a basic block as well. by Chris Lattner · 20 years ago
  54. fd755f7 Add support for representing edge counts by Chris Lattner · 20 years ago
  55. 807a7be Remove Module::mutateConstantPointerRef, which is now thankfully dead! by Chris Lattner · 20 years ago
  56. e45a76c remove *THANKFULLY* dead method by Chris Lattner · 20 years ago
  57. f0b6070 Add prototype by Chris Lattner · 20 years ago
  58. 323819e make -print-machineinstrs work for both SparcV9 and X86 by Brian Gaeke · 20 years ago
  59. 9cccb8a Fix bug introduced by yesterday's changes. by Alkis Evlogimenos · 20 years ago
  60. 66be3c8 Rename method, add new method by Chris Lattner · 20 years ago
  61. 3d549b1 De-inline methods by Chris Lattner · 20 years ago
  62. c548395 Make MachineOperand's value named 'contents'. Make really, really sure by Brian Gaeke · 20 years ago
  63. 2bed9ec Add a new constructor by Chris Lattner · 20 years ago
  64. 7ace040 Add prototype for ExtractCodeRegion() by Misha Brukman · 20 years ago
  65. 5f37502 Add the long awaited memory operand folding support for linear scan by Alkis Evlogimenos · 20 years ago
  66. 2351159 Add new method by Chris Lattner · 20 years ago
  67. 58ae9c7 Fix grammar and doxygenify comments. by Misha Brukman · 20 years ago
  68. a8a0636 Add ability to extract a single basic block into a new function. by Misha Brukman · 20 years ago
  69. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 20 years ago
  70. 99df257 Fix the "partial pool allocator" on em3d and others. The problem is that by Chris Lattner · 20 years ago
  71. 9148ad3 Make Module annotable. Reid has a bunch of code that depends on this, and by Chris Lattner · 20 years ago
  72. 201ff60 Doxygenify comments. by Misha Brukman · 20 years ago
  73. 61f57fa Module does not need to be annotatable aka annotable by Chris Lattner · 20 years ago
  74. a523cdf Remove public header. It's been moved to lib/Target/SparcV9 by Chris Lattner · 20 years ago
  75. e85f234 Do not use explicit casts that hide the dependence on Instruction being by Chris Lattner · 20 years ago
  76. 9548f20 Ugh, the old sparc backend attaches MachineCodeForInstruction annotations on by Chris Lattner · 20 years ago
  77. 6ac5300 Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo by Brian Gaeke · 20 years ago
  78. e9f6f2c Update comment at head of file. Also fix C 'typedef struct' nonsense I by Brian Gaeke · 20 years ago
  79. bceb688 Eliminate the distinction between "real" and "unreal" instructions by Chris Lattner · 20 years ago
  80. 620ee02 Add more architectures, and ELF64 stuff. by Brian Gaeke · 20 years ago
  81. 450b6d2 Scrap a huge layer of cruft out of this interface. by Chris Lattner · 20 years ago
  82. 7598a1a Remove unneeded #include by Chris Lattner · 20 years ago
  83. 6a8a9b4 Continue Alkis's int64_t cleanup. This makes all of the immediate related by Chris Lattner · 20 years ago
  84. c3c106c Add BuildMI variants that take a MBB::iterator by Chris Lattner · 20 years ago
  85. 757c1f9 Fix my sloppiness by Brian Gaeke · 20 years ago
  86. 3da5117 Add hook for V8 target by Chris Lattner · 20 years ago
  87. 6c39a42 ELF constants and data structures. by Brian Gaeke · 20 years ago
  88. 4977a16 New Function-level transformation utils. by Misha Brukman · 20 years ago
  89. dddea54 Add the prototype for the LoopExtractor Pass. by Misha Brukman · 20 years ago
  90. bd16ef8 Make MachineOperand's immediate value an int and save 4 bytes out of by Alkis Evlogimenos · 20 years ago
  91. b07dddd Doxygenify comments. by Misha Brukman · 20 years ago
  92. 2729408 Doxygenify and tersify comments. by Misha Brukman · 20 years ago
  93. 71e353e Uncomment assertions that register# != 0 on calls to by Alkis Evlogimenos · 20 years ago
  94. c230978 Annotations are evil. This makes Value not derive from Annotable, which makes by Chris Lattner · 20 years ago
  95. c814937 Make TargetData no longer use annotations! by Chris Lattner · 20 years ago
  96. 32f54f3 Eliminate copy-and-paste comments by Chris Lattner · 20 years ago
  97. 1cd4c72 Make sure that at least one virtual method is defined in a .cpp file to avoid by Chris Lattner · 20 years ago
  98. 7c78afe Fix a bug in the densemap that was killing the local allocator, and probably by Chris Lattner · 20 years ago
  99. 00fa65b Fix typeo. grow() cannot shrink storage. clear() should really nuke storage by Chris Lattner · 20 years ago
  100. 4c50715 Temporarily comment out asserts as they break things. I will uncomment by Alkis Evlogimenos · 20 years ago