1. 43ed267 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 15 years ago
  2. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 15 years ago
  3. d74c556 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 15 years ago
  4. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 15 years ago
  5. 098612b by David Greene · 15 years ago
  6. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 15 years ago
  7. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  8. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 15 years ago
  9. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 15 years ago
  10. b525766 by David Greene · 15 years ago
  11. 275872e Fix some comments referring to std::cerr. by Daniel Dunbar · 15 years ago
  12. f266f89 MachineFunction no longer needs Annotation. by Dan Gohman · 15 years ago
  13. ad2afc2 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 15 years ago
  14. c5b19b2 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 15 years ago
  15. 933c762 Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 15 years ago
  16. ce63ffb More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 15 years ago
  17. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 15 years ago
  18. 7cf12c7 reimplement Constant::ContainsRelocations as by Chris Lattner · 15 years ago
  19. 354c016 no really, I can spell! by Chris Lattner · 15 years ago
  20. cb45963 add an API so target-independent codegen can determine if a constant by Chris Lattner · 15 years ago
  21. 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 15 years ago
  22. 4b93895 by David Greene · 15 years ago
  23. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 15 years ago
  24. dd37b36 My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 15 years ago
  25. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 15 years ago
  26. df7d5d3 Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 15 years ago
  27. a343764 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 15 years ago
  28. 2b2c0d71 Down with static variables! by Owen Anderson · 16 years ago
  29. 2afb3b7 Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence by Jim Grosbach · 16 years ago
  30. 0e0da73 Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is by Jim Grosbach · 16 years ago
  31. a26eae6 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 16 years ago
  32. 998e125 Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 16 years ago
  33. 593ea05 Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. by Dan Gohman · 16 years ago
  34. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  35. f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
  36. 1606e8e 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 · 16 years ago
  37. a929c68 Constify and don't return a reference. by Bill Wendling · 16 years ago
  38. 44f6ac6 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 16 years ago
  39. 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 16 years ago
  40. 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 16 years ago
  41. aaeea9e Refine DebugLoc per review comments. by Evan Cheng · 16 years ago
  42. b9f66cf No need to keep size of DebugLocations vector separately. by Evan Cheng · 16 years ago
  43. c4b1abd Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by Evan Cheng · 16 years ago
  44. d0adbb5 Add data structure to define and track debug location during codegen. by Evan Cheng · 16 years ago
  45. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  46. 0614088 Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. by Matthijs Kooijman · 16 years ago
  47. 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 16 years ago
  48. e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 16 years ago
  49. 05ae983 Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 16 years ago
  50. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 16 years ago
  51. 62ca325 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 16 years ago
  52. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 16 years ago
  53. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 16 years ago
  54. 80f3d46 Fix uses of underscore-capital names. by Dan Gohman · 16 years ago
  55. dc2fbdd Trim unnecessary #includes. by Dan Gohman · 16 years ago
  56. 8e5f2c6 Pool-allocation for MachineInstrs, MachineBasicBlocks, and by Dan Gohman · 16 years ago
  57. 409a3d0 Silence warning when no assertions. by Chris Lattner · 17 years ago
  58. d365312 Spiller now remove unused spill slots. by Evan Cheng · 17 years ago
  59. e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
  60. 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
  61. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 17 years ago
  62. 1612faa move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo by Chris Lattner · 17 years ago
  63. f20c1a4 properly encapsulate the parent field of MBB and MI with get/set accessors. by Chris Lattner · 17 years ago
  64. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 17 years ago
  65. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  66. ca0ed74 Eliminate the remaining uses of getTypeSize. This by Duncan Sands · 17 years ago
  67. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  68. 1997473 Drop 'const' by Devang Patel · 18 years ago
  69. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  70. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  71. 505e551 Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. by Evan Cheng · 18 years ago
  72. a401b1e support > 4G stack objects by Chris Lattner · 18 years ago
  73. d2b7cec Generalize TargetData strings, to support more interesting forms of data. by Chris Lattner · 18 years ago
  74. 58092e3 Teach TargetData to handle 'preferred' alignment for each target, and use by Chris Lattner · 18 years ago
  75. d472ad7 Debug dump error. by Evan Cheng · 18 years ago
  76. acd80ac 1. Tidy up jump table info. by Jim Laskey · 18 years ago
  77. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  78. a4eb44a const'ify jump table stuff by Chris Lattner · 18 years ago
  79. e7251a0 add an assert by Chris Lattner · 18 years ago
  80. f28bbda Bugfixes by Chris Lattner · 18 years ago
  81. e70cab0 Provide a function that ensures MBB numbering is dense and inorder. This by Chris Lattner · 18 years ago
  82. a17cf0a Use getOffset() instead. by Evan Cheng · 18 years ago
  83. 9abd7c3 A MachineConstantPool may have mixed Constant* and MachineConstantPoolValue* values. by Evan Cheng · 18 years ago
  84. d6594ae Added support for machine specific constantpool values. These are useful for by Evan Cheng · 18 years ago
  85. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  86. efb9b81 Add an out-of-line virtual function to home class. by Chris Lattner · 18 years ago
  87. f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 18 years ago
  88. 9d5b532 For PR801: by Reid Spencer · 18 years ago
  89. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 18 years ago
  90. 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
  91. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  92. 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 · 19 years ago
  93. 3700a4d Code cleanup associated with jump tables, thanks to Chris for noticing these. by Nate Begeman · 19 years ago
  94. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  95. 7dca8e2 Remove unused method by Chris Lattner · 19 years ago
  96. 3029f92 Adjust to MachineConstantPool interface change: instead of keeping a by Chris Lattner · 19 years ago
  97. fa77d43 rename fields of constant pool entries by Chris Lattner · 19 years ago
  98. b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 19 years ago
  99. f99c232 Moving MachineDebugInfo to module level location. by Jim Laskey · 19 years ago
  100. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 19 years ago