1. c8580b2 Byebye method by Chris Lattner · 20 years ago
  2. 8c56be5 When an error occurs executing a tool, we now throw an exception instead by Chris Lattner · 20 years ago
  3. f5c8146 Change the order of the arguments to the ctor, allowing us to make the boolean default to true by Chris Lattner · 20 years ago
  4. f1e3285 Move a helper class out of bugpoint to here. by Chris Lattner · 20 years ago
  5. 9b2c31c eliminate a pair of really inefficient methods now that noone uses them by Chris Lattner · 20 years ago
  6. df2cf41 The CBE is no longer in llvm-dis by Chris Lattner · 20 years ago
  7. 8026a69 Simplify and document the new interface by Chris Lattner · 20 years ago
  8. 7093d37 Add LiveIntervals::Interval::empty() member function. by Alkis Evlogimenos · 20 years ago
  9. b499866 Add API to check and fold memory operands into instructions. by Alkis Evlogimenos · 20 years ago
  10. fcdb2c2 Add two missing pieces from last checkin by Chris Lattner · 20 years ago
  11. 3e3bcbd Rearrange code to eliminate warnings by Chris Lattner · 20 years ago
  12. aad5c05 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 20 years ago
  13. 843b160 Eliminate the use of spill (reserved) registers. by Alkis Evlogimenos · 20 years ago
  14. 40bbeb5 Add a new ConstantAggregateZero class, to fix PR239. This makes zero by Chris Lattner · 20 years ago
  15. 46ccf6d finegrainify namespacification by Chris Lattner · 20 years ago
  16. ca705fa ConstantArray::get and ConstantStruct::get now just return pointers to by Chris Lattner · 20 years ago
  17. 8604e75 The prologue/epilogue related method calls have no reason to return a value, by Chris Lattner · 20 years ago
  18. cf89908 Add llvm.memset/frameaddress/returnaddress intrinsics. by Chris Lattner · 20 years ago
  19. bc79471 Add next() and prior() iterator utility functions. Unlike std::advance by Alkis Evlogimenos · 20 years ago
  20. d11e647 Add method by Chris Lattner · 20 years ago
  21. 8ff9a86 Make sure to provide a prototype for the cbackend by Chris Lattner · 20 years ago
  22. 8e3eb55 The cbackend has never had anything to do with llvm assembly writing by Chris Lattner · 20 years ago
  23. 208d638 Change access to the cwriter by Chris Lattner · 20 years ago
  24. be766c7 Remove getAllocatedRegNum(). Use getReg() instead. by Alkis Evlogimenos · 20 years ago
  25. 903b22c Mark MachineBasicBlock::operator[] deprecated. by Alkis Evlogimenos · 20 years ago
  26. 87af94b Add getNumVirtualRegs(). by Alkis Evlogimenos · 20 years ago
  27. a92666d Fix spelling of `tendency'. by Misha Brukman · 20 years ago
  28. fdd13f6 Expose a pass ID for lower-invoke by Chris Lattner · 20 years ago
  29. a0031cc Update the example here in the header file. by Brian Gaeke · 20 years ago
  30. f13a3f4 Include <iosfwd>. by Brian Gaeke · 20 years ago
  31. 94dc077 Move ilist_trairs<MachineInstr> in MachineBasicBlock. by Alkis Evlogimenos · 20 years ago
  32. ab8672c Add parent pointer to MachineInstr that points to owning by Alkis Evlogimenos · 20 years ago
  33. 0eb51b4 Add support for the llvm.memmove intrinsic. by Chris Lattner · 20 years ago
  34. 5ab827f Urg, check in header I forgot. :( by Chris Lattner · 20 years ago
  35. 2a90ba6 Rename the opCode instance variable to Opcode by Chris Lattner · 20 years ago
  36. 9fc77d1 Remove a dead field from MachineInstr! by Chris Lattner · 20 years ago
  37. 024126e Change interface so that we can add to the end of a basic block by Alkis Evlogimenos · 21 years ago
  38. 0eda78a Add one more doxygen comment. by Brian Gaeke · 21 years ago
  39. 56aa531 Express one of MachineOperand's many constructors in terms of another, by means of default arguments. by Brian Gaeke · 21 years ago
  40. 2d58f06 Remove these MachineOpCodeFlags and their accessor - they are never set. by Brian Gaeke · 21 years ago
  41. c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 21 years ago
  42. cd0b3a9 Remove getOpCode(). Help doxygenify some comments. by Brian Gaeke · 21 years ago
  43. 6a6dd6f If a node has more than 64 outgoing edges, make the edges go from the 'truncated' block, by Chris Lattner · 21 years ago
  44. e28adaa Fix typos in comments. by Brian Gaeke · 21 years ago
  45. 54a6662 Add an important prototype by Chris Lattner · 21 years ago
  46. bc44aa6 Factor this code out of llvm-prof by Chris Lattner · 21 years ago
  47. ed97ad6 Remove long obsolete method. switch instructions are first class entities in the CFG, and have been for a LOOOONG time. by Chris Lattner · 21 years ago
  48. 171de65 An initial implementation of an LLVM ProfileInfo class which is designed to by Chris Lattner · 21 years ago
  49. acddebd Sprinkle liberally with comments, saute with doxygen until readable. by Misha Brukman · 21 years ago
  50. 5e871da Doxygenify comment. by Misha Brukman · 21 years ago
  51. d6b5e5f Urg, the X86 backend DOES use virtual register operands. :( by Chris Lattner · 21 years ago
  52. 376ad9f Remove and simplify some of the bewildering collection of isFOORegister by Chris Lattner · 21 years ago
  53. 2b38c0d Remove some unneeded stuff by Chris Lattner · 21 years ago
  54. 9f42dd5 Eliminate MachineOperand::isPhysicalRegister. The X86 backend should use by Chris Lattner · 21 years ago
  55. b2e5db9 Simplify condition, this does not change the predicate at all though by Chris Lattner · 21 years ago
  56. 991c76c * Added class comments by Misha Brukman · 21 years ago
  57. c6f7591 Doxygen-ify comments, make function prototypes more consistent in format. by Misha Brukman · 21 years ago
  58. 71be6db Add global methods that prevent us from using ilist::iterators as by Alkis Evlogimenos · 21 years ago
  59. f7ecb95 SchedGraph doesn't need to be friends with SchedGraphNodeCommon anymore. by Brian Gaeke · 21 years ago
  60. f32f568 Now that all of the derived types have disciplined interfaces, we can eliminate by Chris Lattner · 21 years ago
  61. 037b8b7 Increase encapsulation of the StructType class, eliminating the getElementTypes() member by Chris Lattner · 21 years ago
  62. 36cb08a Improve encapsulation in the FunctionType class, by adding param_(iterator/begin/end) by Chris Lattner · 21 years ago
  63. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  64. 4ff0b96 Substantially improve the DSA code by removing 'forwarding' nodes from by Chris Lattner · 21 years ago
  65. 28897e1 Switch the Nodes list from being an std::vector<DSNode*> to an ilist<DSNode> by Chris Lattner · 21 years ago
  66. 2cca300 One of the 'annoying' things about ilists is that the iterators don't behave by Chris Lattner · 21 years ago
  67. 04364fb Change to use iterators instead of direct access by Chris Lattner · 21 years ago
  68. e187d56 Abstract out the Nodes collection. Instead of providing a getNodes() method, by Chris Lattner · 21 years ago
  69. bee5ff3 Actually USE isForwarding method by Chris Lattner · 21 years ago
  70. d1d2be3 As Alkis pointed out to me, I forgot to commit this... :( by Chris Lattner · 21 years ago
  71. 5616dc9 Use autoconf answers from config.h (FIXME, should autoconf this file by Brian Gaeke · 21 years ago
  72. dadf385 Fix grammar. by Misha Brukman · 21 years ago
  73. 14be640 Modify the two address instruction pass to remove the duplicate by Alkis Evlogimenos · 21 years ago
  74. fc1f6e8 Include <iosfwd> and <string> instead of <iostream>. by Brian Gaeke · 21 years ago
  75. cb2b3e5 Check in header file I forgot before. by Chris Lattner · 21 years ago
  76. 3fb57b6 Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This by Chris Lattner · 21 years ago
  77. 4e78544 When an instruction like: A += B had both A and B virtual registers by Alkis Evlogimenos · 21 years ago
  78. 9fe7602 Revert changes. Will implement this using a different set of primitives by Alkis Evlogimenos · 21 years ago
  79. 782ce95 Add MachineOperand::setDef() and MachineOperand::setUse() so that the by Alkis Evlogimenos · 21 years ago
  80. 2d62c89 Add prototype for llvm::allocatePowerPCTargetMachine(). by Brian Gaeke · 21 years ago
  81. c07cd13 Correct the method I just added to actually return false sometimes by Chris Lattner · 21 years ago
  82. f0fd684 Add a new method to ConstantFP by Chris Lattner · 21 years ago
  83. cf2c4f8 The first half of a fix for PR218 & test/Regression/Assembler/2004-02-01-NegativeZero.llx by Chris Lattner · 21 years ago
  84. 93aa52a Add MRegisterInfo::getNumRegs(). by Alkis Evlogimenos · 21 years ago
  85. 369b123 Add comments by Chris Lattner · 21 years ago
  86. 08cec00 Merge safe parts from last night's buggy commit. These do not break by Alkis Evlogimenos · 21 years ago
  87. bd490d9 Add two static methods to avoid having client code explicitly compare against by Chris Lattner · 21 years ago
  88. 4d46e1e Revert last night's changes as they broke some tests. Will remerge parts of the patch. by Alkis Evlogimenos · 21 years ago
  89. 32bdd4e Several performance enhancements and cleanups from Chris. by Alkis Evlogimenos · 21 years ago
  90. 762e8e8 Add a new pointsToConstantMemory method to the AliasAnalysis interface by Chris Lattner · 21 years ago
  91. 43549f7 Add a new lazily constructed mapping from Idx's the MBB they represent by Chris Lattner · 21 years ago
  92. 09caa37 Give clients of MachineFunctionPrinter the ability to specify a banner and by Brian Gaeke · 21 years ago
  93. fbdf4bf Doxygenify comments. by Misha Brukman · 21 years ago
  94. 14c67cc Keep track of all of the globals inserted into the scalar map by Chris Lattner · 21 years ago
  95. 18348fe Pull the ScalarMap out into something that is more structured than what we had by Chris Lattner · 21 years ago
  96. 660f1e9 Minor tweaks by Chris Lattner · 21 years ago
  97. 7a31285 Add comments, allow DSNode "copy ctor" to ignore outgoing links, add more by Chris Lattner · 21 years ago
  98. 5f549af * cloneReachable* and clonePartiallyInto are not obsolete by Chris Lattner · 21 years ago
  99. 79b0c3f Fix failing test cases with joined live intervals. It turns out that by Alkis Evlogimenos · 21 years ago
  100. 078c513 Add new flag, other minor modifications by Chris Lattner · 21 years ago