1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. 505e551 Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 17 years ago
  5. a401b1e support > 4G stack objects by Chris Lattner · 17 years ago
  6. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 17 years ago
  7. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 18 years ago
  8. d472ad7 Debug dump error. by Evan Cheng · 18 years ago
  9. acd80ac 1. Tidy up jump table info. by Jim Laskey · 18 years ago
  10. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  11. a4eb44a const'ify jump table stuff by Chris Lattner · 18 years ago
  12. e7251a0 add an assert by Chris Lattner · 18 years ago
  13. f28bbda Bugfixes by Chris Lattner · 18 years ago
  14. e70cab0 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 18 years ago
  15. a17cf0a Use getOffset() instead. by Evan Cheng · 18 years ago
  16. 9abd7c3 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 18 years ago
  17. d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 18 years ago
  18. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  19. efb9b81 Add an out-of-line virtual function to home class. by Chris Lattner · 18 years ago
  20. f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 18 years ago
  21. 9d5b532 For PR801: by Reid Spencer · 18 years ago
  22. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 18 years ago
  23. 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 18 years ago
  24. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 18 years ago
  25. a69571c 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 · 18 years ago
  26. 3700a4d Code cleanup associated with jump tables, thanks to Chris for noticing these. by Nate Begeman · 18 years ago
  27. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  28. 7dca8e2 Remove unused method by Chris Lattner · 18 years ago
  29. 3029f92 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 19 years ago
  30. fa77d43 rename fields of constant pool entries by Chris Lattner · 19 years ago
  31. b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 19 years ago
  32. f99c232 Moving MachineDebugInfo to module level location. by Jim Laskey · 19 years ago
  33. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 19 years ago
  34. 851a22d Added graphviz/gv support for MF. by Jim Laskey · 19 years ago
  35. a1f68ca If a function has live ins/outs, print them by Chris Lattner · 19 years ago
  36. 0db0709 print stack object alignment in -print-machineinstr dumps by Chris Lattner · 19 years ago
  37. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  38. bca8144 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 20 years ago
  39. 9d5d759 adjust to ilist changes. by Chris Lattner · 20 years ago
  40. ce9c41e Add support for the PhysRegsUsed array. by Chris Lattner · 20 years ago
  41. 28696be Silence warnings from VS by Chris Lattner · 20 years ago
  42. 76d9dac Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 20 years ago
  43. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  44. ad82816 Move this code to lib/Target/SparcV9/MachineFunctionInfo.cpp by Chris Lattner · 20 years ago
  45. 85015a0 Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9 by Chris Lattner · 20 years ago
  46. e6c3dc8 Add a note that people shouldn't use MachineFunctionInfo. by Brian Gaeke · 20 years ago
  47. 26eb14b Stop using CreateStackObject(RegClass*) by Chris Lattner · 20 years ago
  48. 4f65fb3 Forward substitute some constants into their users by Chris Lattner · 20 years ago
  49. 3927af8 The only target that uses this code (v9) always has argsOnStackHaveFixedSize by Chris Lattner · 20 years ago
  50. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  51. 71bf404 Add viewCFG() and viewCFGOnly() APIs. by Alkis Evlogimenos · 20 years ago
  52. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  53. 4b9a400 Make sure that we destroy the MBB's, with all of their instructions, before by Chris Lattner · 20 years ago
  54. 51289aa Instance var no longer exists by Chris Lattner · 20 years ago
  55. 7f7bbc2 Fix fallout from getOffsetOfLocalArea() being negated. Debugging dumps were being by Chris Lattner · 20 years ago
  56. 62d6ad2 Inline findOptimalStorageSize into it's caller, both of which are sparc specific by Chris Lattner · 20 years ago
  57. 17fb34b Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDetector to fix memory leak bug. by Tanya Lattner · 20 years ago
  58. 792699c Added MachineFunction parent* to MachineBasicBlock. Customized ilist template by Tanya Lattner · 20 years ago
  59. d657c42 Start NextMBBNumber out at zero. by Brian Gaeke · 20 years ago
  60. 47b7164 Change how the beginnings and ends of MachineFunctions are printed. Get by Brian Gaeke · 20 years ago
  61. 05b15fb TargetCacheInfo has been removed; its only uses were to propagate a constant by Brian Gaeke · 20 years ago
  62. 78827e9 Remove use of an ugly header by Chris Lattner · 20 years ago
  63. aad5c05 Add LeakDetection to MachineInstr. by Alkis Evlogimenos · 20 years ago
  64. c81efdc Add back machine code deleter pass until we get a MachineCode pass by Alkis Evlogimenos · 20 years ago
  65. 90421cd Refactor MachineFunction::print() into MachineBasicBlock::print(). by Brian Gaeke · 21 years ago
  66. c0b9dc5 Change MachineBasicBlock's vector of MachineInstr pointers into an by Alkis Evlogimenos · 21 years ago
  67. d4baf0f Fix a bug in a recent checkin by Chris Lattner · 21 years ago
  68. 09caa37 Give clients of MachineFunctionPrinter the ability to specify a banner and by Brian Gaeke · 21 years ago
  69. 16c45e9 Add a new target-independent machine code freeing pass by Chris Lattner · 21 years ago
  70. 07f32d4 * Finegrainify namespacification by Chris Lattner · 21 years ago
  71. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  72. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  73. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  74. 9e2dd8f Const correctness fixes by Chris Lattner · 21 years ago
  75. 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 21 years ago
  76. 2ee82e0 Remove unneccesary &* by Chris Lattner · 21 years ago
  77. 9085d8a Print machine frame objects with the frame offset intrinsic to the machine by Chris Lattner · 22 years ago
  78. 4d149cd Add support for constant pool Add helper methods for MachineFrameInfo by Chris Lattner · 22 years ago
  79. f27eeea Rename MachineOptInfo to TargetoptInfo by Chris Lattner · 22 years ago
  80. eb24db9 Rename FunctionFrameInfo to MachineFrameInfo by Chris Lattner · 22 years ago
  81. 8bd66e6 Rename MachineFrameInfo to TargetFrameInfo.h by Chris Lattner · 22 years ago
  82. 955fad1 * A bunch of functionality and data was removed from MachineFunction and put by Chris Lattner · 22 years ago
  83. 831fdcf Remove dependency on SSARegMap.h by MachineFunction.h by Chris Lattner · 22 years ago
  84. 2109f50 Implement printing of MBB arguments by Chris Lattner · 22 years ago
  85. b7825bc Initialize the SSARegMap. by Misha Brukman · 22 years ago
  86. 1049164 Implement structured machine code printing by Chris Lattner · 22 years ago
  87. 8872618 Make argsize calculation stuff optional, so that Targets without FrameInfo by Chris Lattner · 22 years ago
  88. e316efc Rename annotation id by Chris Lattner · 22 years ago
  89. b7551ef Replaced uses of deprecated `MachineFunction::get(BasicBlock *BB)'. by Misha Brukman · 22 years ago
  90. b84a2ba Eliminate unneccesary use of MachineBasicBlock::get by Chris Lattner · 22 years ago
  91. 335d5c3 s/method/function by Chris Lattner · 22 years ago
  92. d0aa0cd Change MachineBasicBlock's to not be Annotations, instead they are kept as by Chris Lattner · 22 years ago
  93. e7d27fa MachineFunction now includes MachineBasicBlock so there is no need to by Chris Lattner · 22 years ago
  94. 55291ea Rename MachineCodeForBasicBlock to MachineBasicBlock by Chris Lattner · 22 years ago
  95. 6b94453 Minor cleanups by Chris Lattner · 22 years ago
  96. 227c3d3 Move machine code generation/destruction passes out of Sparc.cpp because by Chris Lattner · 22 years ago
  97. 1febf88 Prune #includes by Chris Lattner · 22 years ago
  98. fce1143 Changed `MachineCodeForMethod' to `MachineFunction'. by Misha Brukman · 22 years ago
  99. cde3982 Don't pad variables in stack slots for performance! by Vikram S. Adve · 22 years ago
  100. 1318bed Improve and fix error in allocating stack slots: adjust alignment after adding by Vikram S. Adve · 22 years ago