1. 804c95d Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  2. 8c08a69 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
  3. 0597e5b Trim unnecessary #includes. by Dan Gohman · 17 years ago
  4. 3b46030 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  5. 4db1f62 Silence warning when no assertions. by Chris Lattner · 18 years ago
  6. 6d56368 Spiller now remove unused spill slots. by Evan Cheng · 18 years ago
  7. d7a258d Rename PrintableName to Name. by Bill Wendling · 18 years ago
  8. c24ea4f Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 18 years ago
  9. 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  10. 6068832 move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 18 years ago
  11. 574e716 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  12. a10fff5 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  13. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  14. 283207a Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  15. c731c97 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  16. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  17. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  18. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  19. d21968d Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 19 years ago
  20. 9bd98ea support > 4G stack objects by Chris Lattner · 19 years ago
  21. 945e437 Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 19 years ago
  22. 50ee0e4 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
  23. 7635503 Debug dump error. by Evan Cheng · 19 years ago
  24. 70323a8 1. Tidy up jump table info. by Jim Laskey · 19 years ago
  25. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  26. cde339c const'ify jump table stuff by Chris Lattner · 19 years ago
  27. 28328f9 add an assert by Chris Lattner · 19 years ago
  28. bd7286e Bugfixes by Chris Lattner · 19 years ago
  29. 64fd948 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 19 years ago
  30. 616aa54 Use getOffset() instead. by Evan Cheng · 19 years ago
  31. 4f929955 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 19 years ago
  32. 45fe3bc Added support for machine specific constantpool values. These are useful for by Evan Cheng · 19 years ago
  33. 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  34. 436c2dd Add an out-of-line virtual function to home class. by Chris Lattner · 19 years ago
  35. e097e6f Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
  36. ee7eaa2 For PR801: by Reid Spencer · 19 years ago
  37. 7c77323 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  38. 52d0c78 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
  39. 8c2c1e9 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  40. 20a631f Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 20 years ago
  41. 3e04bb4 Code cleanup associated with jump tables, thanks to Chris for noticing these. by Nate Begeman · 20 years ago
  42. 4ca2ea5 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 20 years ago
  43. 6bc4b9c Remove unused method by Chris Lattner · 20 years ago
  44. f619082 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 20 years ago
  45. ba97264 rename fields of constant pool entries by Chris Lattner · 20 years ago
  46. 32be2dc Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 20 years ago
  47. 57a5e0b Moving MachineDebugInfo to module level location. by Jim Laskey · 20 years ago
  48. 7c46276 Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 20 years ago
  49. d00db25 Added graphviz/gv support for MF. by Jim Laskey · 20 years ago
  50. d4d10ff If a function has live ins/outs, print them by Chris Lattner · 20 years ago
  51. 77b220f print stack object alignment in -print-machineinstr dumps by Chris Lattner · 20 years ago
  52. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  53. f6c93e3 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
  54. e6074aa adjust to ilist changes. by Chris Lattner · 21 years ago
  55. 304053c Add support for the PhysRegsUsed array. by Chris Lattner · 21 years ago
  56. e64ff1c Silence warnings from VS by Chris Lattner · 21 years ago
  57. 58350a7 Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 21 years ago
  58. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  59. a1d7802 Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp by Chris Lattner · 21 years ago
  60. 9fb30a4 Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9 by Chris Lattner · 21 years ago
  61. 224704f Add a note that people shouldn't use MachineFunctionInfo. by Brian Gaeke · 21 years ago
  62. c66f27f Stop using CreateStackObject(RegClass*) by Chris Lattner · 21 years ago
  63. e64f008 Forward substitute some constants into their users by Chris Lattner · 21 years ago
  64. eb02313 The only target that uses this code (v9) always has argsOnStackHaveFixedSize by Chris Lattner · 21 years ago
  65. 63b38bd Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  66. 2c422bb Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 21 years ago
  67. eb04d9b Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  68. 9a60c53 Make sure that we destroy the MBB's, with all of their instructions, before by Chris Lattner · 21 years ago
  69. a47455d Instance var no longer exists by Chris Lattner · 21 years ago
  70. 5888b5d Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 21 years ago
  71. 185fa54 Inline findOptimalStorageSize into it's caller, both of which are sparc specific by Chris Lattner · 21 years ago
  72. 91fa3a9 Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 21 years ago
  73. a578cb7 Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 21 years ago
  74. 4cf1777 Start NextMBBNumber out at zero. by Brian Gaeke · 21 years ago
  75. 2fe0ac9 Change how the beginnings and ends of MachineFunctions are printed. Get by Brian Gaeke · 22 years ago
  76. 427cec1 TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 22 years ago
  77. d5a49c4 Remove use of an ugly header by Chris Lattner · 22 years ago
  78. 14f3fe8 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 22 years ago
  79. 6a35516 Add back machine code deleter pass until we get a MachineCode pass by Alkis Evlogimenos · 22 years ago
  80. 52440fd Refactor MachineFunction::print() into MachineBasicBlock::print(). by Brian Gaeke · 22 years ago
  81. 80da865 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 22 years ago
  82. cae054f Fix a bug in a recent checkin by Chris Lattner · 22 years ago
  83. 845c0dd Give clients of MachineFunctionPrinter the ability to specify a banner and by Brian Gaeke · 22 years ago
  84. 4cbb97b Add a new target-independent machine code freeing pass by Chris Lattner · 22 years ago
  85. 9a3478e * Finegrainify namespacification by Chris Lattner · 22 years ago
  86. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  87. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  88. 8920794 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  89. 414832f Const correctness fixes by Chris Lattner · 22 years ago
  90. 3ef61af Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
  91. 6ee2cf5 Remove unneccesary &* by Chris Lattner · 23 years ago
  92. eb45c98 Print machine frame objects with the frame offset intrinsic to the machine by Chris Lattner · 23 years ago
  93. c6807e8 Add support for constant pool Add helper methods for MachineFrameInfo by Chris Lattner · 23 years ago
  94. 42d5921 Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 23 years ago
  95. ca4362f Rename FunctionFrameInfo to MachineFrameInfo by Chris Lattner · 23 years ago
  96. 871e591 Rename MachineFrameInfo to TargetFrameInfo.h by Chris Lattner · 23 years ago
  97. 3252564 * A bunch of functionality and data was removed from MachineFunction and put by Chris Lattner · 23 years ago
  98. 448fb45 Remove dependency on SSARegMap.h by MachineFunction.h by Chris Lattner · 23 years ago
  99. f895418 Implement printing of MBB arguments by Chris Lattner · 23 years ago
  100. d5b111a Initialize the SSARegMap. by Misha Brukman · 23 years ago