1. ec9bc28 by David Greene · 16 years ago
  2. f72c0d6 Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
  3. 7baae4b MachineFunction no longer needs Annotation. by Dan Gohman · 16 years ago
  4. 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  5. 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  6. bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
  7. 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
  8. 12368685 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  9. 4565ef5 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
  10. 9bd736e no really, I can spell! by Chris Lattner · 16 years ago
  11. cfb01e2 add an API so target-independent codegen can determine if a constant by Chris Lattner · 16 years ago
  12. 1eede6c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  13. 3b45864 by David Greene · 16 years ago
  14. 31ceb1b Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
  15. 7f7eb8a My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 16 years ago
  16. b70adf2 Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
  17. f99bd3a Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 16 years ago
  18. 2b59a5f Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 16 years ago
  19. 672855e Down with static variables! by Owen Anderson · 16 years ago
  20. 4f91531 Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence by Jim Grosbach · 16 years ago
  21. aeca45d Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is by Jim Grosbach · 16 years ago
  22. a503748 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 17 years ago
  23. f8b8547 Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 17 years ago
  24. 505065c Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. by Dan Gohman · 17 years ago
  25. 184f1be Add a new "available_externally" linkage type. This is intended by Chris Lattner · 17 years ago
  26. 4f2fea1 Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 17 years ago
  27. 1fb8aed Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 17 years ago
  28. 0b4403f Constify and don't return a reference. by Bill Wendling · 17 years ago
  29. 77b3be8 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 17 years ago
  30. 2c0a4fe Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 17 years ago
  31. e3c7836 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 17 years ago
  32. 573e529 Refine DebugLoc per review comments. by Evan Cheng · 17 years ago
  33. b8c79bd No need to keep size of DebugLocations vector separately. by Evan Cheng · 17 years ago
  34. 4e6871d Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by Evan Cheng · 17 years ago
  35. b5706c4 Add data structure to define and track debug location during codegen. by Evan Cheng · 17 years ago
  36. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  37. 2530f5f Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. by Matthijs Kooijman · 17 years ago
  38. 4459c42 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 17 years ago
  39. c8d7988 Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
  40. 5cf6120 Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 17 years ago
  41. a79db30 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  42. 838aff3 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 17 years ago
  43. 0c19df4 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  44. 804c95d Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  45. 8c08a69 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
  46. 0597e5b Trim unnecessary #includes. by Dan Gohman · 17 years ago
  47. 3b46030 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 17 years ago
  48. 4db1f62 Silence warning when no assertions. by Chris Lattner · 18 years ago
  49. 6d56368 Spiller now remove unused spill slots. by Evan Cheng · 18 years ago
  50. d7a258d Rename PrintableName to Name. by Bill Wendling · 18 years ago
  51. c24ea4f Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 18 years ago
  52. 3a4be0f Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  53. 6068832 move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 18 years ago
  54. 574e716 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 18 years ago
  55. a10fff5 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  56. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  57. 283207a Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 18 years ago
  58. c731c97 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 18 years ago
  59. 8c78a0b Drop 'const' by Devang Patel · 19 years ago
  60. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 19 years ago
  61. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 19 years ago
  62. 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
  63. 9bd98ea support > 4G stack objects by Chris Lattner · 19 years ago
  64. 945e437 Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 19 years ago
  65. 50ee0e4 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 19 years ago
  66. 7635503 Debug dump error. by Evan Cheng · 19 years ago
  67. 70323a8 1. Tidy up jump table info. by Jim Laskey · 19 years ago
  68. 355fc5a Removed more <iostream> includes by Bill Wendling · 19 years ago
  69. cde339c const'ify jump table stuff by Chris Lattner · 19 years ago
  70. 28328f9 add an assert by Chris Lattner · 19 years ago
  71. bd7286e Bugfixes by Chris Lattner · 19 years ago
  72. 64fd948 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 19 years ago
  73. 616aa54 Use getOffset() instead. by Evan Cheng · 19 years ago
  74. 4f929955 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 19 years ago
  75. 45fe3bc Added support for machine specific constantpool values. These are useful for by Evan Cheng · 19 years ago
  76. 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  77. 436c2dd Add an out-of-line virtual function to home class. by Chris Lattner · 19 years ago
  78. e097e6f Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
  79. ee7eaa2 For PR801: by Reid Spencer · 19 years ago
  80. 7c77323 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  81. 52d0c78 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
  82. 8c2c1e9 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  83. 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
  84. 3e04bb4 Code cleanup associated with jump tables, thanks to Chris for noticing these. by Nate Begeman · 20 years ago
  85. 4ca2ea5 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 20 years ago
  86. 6bc4b9c Remove unused method by Chris Lattner · 20 years ago
  87. f619082 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 20 years ago
  88. ba97264 rename fields of constant pool entries by Chris Lattner · 20 years ago
  89. 32be2dc Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 20 years ago
  90. 57a5e0b Moving MachineDebugInfo to module level location. by Jim Laskey · 20 years ago
  91. 7c46276 Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 20 years ago
  92. d00db25 Added graphviz/gv support for MF. by Jim Laskey · 20 years ago
  93. d4d10ff If a function has live ins/outs, print them by Chris Lattner · 20 years ago
  94. 77b220f print stack object alignment in -print-machineinstr dumps by Chris Lattner · 20 years ago
  95. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  96. f6c93e3 Improve conformance with the Misha spelling benchmark suite by Chris Lattner · 21 years ago
  97. e6074aa adjust to ilist changes. by Chris Lattner · 21 years ago
  98. 304053c Add support for the PhysRegsUsed array. by Chris Lattner · 21 years ago
  99. e64ff1c Silence warnings from VS by Chris Lattner · 21 years ago
  100. 58350a7 Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 21 years ago