1. ae541aa Add more const qualifiers for LLVM IR pointers in CodeGen. by Dan Gohman · 15 years ago
  2. 46510a7 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 15 years ago
  3. 820e55e enhance MachineFunction to have a MMI pointer. by Chris Lattner · 15 years ago
  4. 5c8aa95 by David Greene · 15 years ago
  5. de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 15 years ago
  6. cf5862d Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 15 years ago
  7. 434bd85 by David Greene · 15 years ago
  8. 1d8f83d Revert r100143. by Eric Christopher · 15 years ago
  9. 8ef3acb by David Greene · 15 years ago
  10. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  11. 80d2370 Stop trying to merge identical jump tables. This had been inadvertently by Bob Wilson · 15 years ago
  12. 9553188 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 15 years ago
  13. d1ec31d Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 15 years ago
  14. 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
  15. 95da605 Add a new jump table encoding to indicate jump tables entries by Richard Osborne · 15 years ago
  16. 98cdab5 set the temporary bit on MCSymbols correctly. by Chris Lattner · 15 years ago
  17. 5dfa267 Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. by Charles Davis · 15 years ago
  18. f451cb8 Fix "the the" and similar typos. by Dan Gohman · 15 years ago
  19. de4c080 Silence GCC warnings with asserts turned off. No functionality change. by Chandler Carruth · 15 years ago
  20. 589c6f6 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 15 years ago
  21. beeb93e add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 15 years ago
  22. b84822f make MachineFunction keep track of its ID and make by Chris Lattner · 15 years ago
  23. 85fe078 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 15 years ago
  24. 071c62f Rearrange handling of jump tables. Highlights: by Chris Lattner · 15 years ago
  25. c99fd87 Avoid including DebugInfo.h in AsmPrinter.h by Devang Patel · 15 years ago
  26. 6b61f58 Replace DebugLocTuple with DILocation. by Devang Patel · 15 years ago
  27. dc55481 by David Greene · 15 years ago
  28. 7896c9f improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 15 years ago
  29. 56f4ef3 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 15 years ago
  30. a10d598 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 15 years ago
  31. c04cae9 Do not merge jump tables this early. Branch folding will do any necessary by Jim Grosbach · 15 years ago
  32. 68bb60f Add function to replace a destination MBB in a single jump table by Jim Grosbach · 15 years ago
  33. 3f2bf85 by David Greene · 16 years ago
  34. 0ba90f3 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  35. 60d686d Fix 80-column violation. by Dan Gohman · 16 years ago
  36. 83f6120 Allow constants of different types to share constant pool entries by Dan Gohman · 16 years ago
  37. f5a86f4 Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  38. 6726b6d Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  39. 91e69c3 Add basic infrastructure and x86 support for preserving MachineMemOperand by Dan Gohman · 16 years ago
  40. a637101 Remove dead code. by Devang Patel · 16 years ago
  41. c76909a Improve MachineMemOperand handling. by Dan Gohman · 16 years ago
  42. a70e2e3 add hooks to hang target-specific goop off MachineModuleInfo, by Chris Lattner · 16 years ago
  43. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  44. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  45. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
  46. 43ed267 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
  47. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  48. d74c556 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 16 years ago
  49. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  50. 098612b by David Greene · 16 years ago
  51. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
  52. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  53. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 16 years ago
  54. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  55. b525766 by David Greene · 16 years ago
  56. 275872e Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
  57. f266f89 MachineFunction no longer needs Annotation. by Dan Gohman · 16 years ago
  58. ad2afc2 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  59. c5b19b2 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  60. 933c762 Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
  61. ce63ffb More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
  62. f6ccee5 Switch to getNameStr(). by Daniel Dunbar · 16 years ago
  63. 7cf12c7 reimplement Constant::ContainsRelocations as by Chris Lattner · 16 years ago
  64. 354c016 no really, I can spell! by Chris Lattner · 16 years ago
  65. cb45963 add an API so target-independent codegen can determine if a constant by Chris Lattner · 16 years ago
  66. 3380d5c revert r76602, 76603, and r76615, pending design discussions. by Chris Lattner · 16 years ago
  67. 4b93895 by David Greene · 16 years ago
  68. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
  69. dd37b36 My guess is that RegInfo should only call the Allocator.Deallocator if it's not by Bill Wendling · 16 years ago
  70. 8cbc94a Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. by Owen Anderson · 16 years ago
  71. df7d5d3 Temporarily revert r72191. It was causing an assert during llvm-gcc by Bill Wendling · 16 years ago
  72. a343764 Introduce DebugScope which gets embedded into the machine instructions' DebugLoc. by Argyrios Kyrtzidis · 16 years ago
  73. 2b2c0d71 Down with static variables! by Owen Anderson · 16 years ago
  74. 2afb3b7 Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence by Jim Grosbach · 16 years ago
  75. 0e0da73 Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is by Jim Grosbach · 16 years ago
  76. a26eae6 Make DebugLoc independent of DwarfWriter. by Argyrios Kyrtzidis · 16 years ago
  77. 998e125 Move duplicated AddLiveIn function from X86 and ARM backends to be a method by Bob Wilson · 16 years ago
  78. 593ea05 Move MachineJumpTableInfo::ReplaceMBBInJumpTables out of line. by Dan Gohman · 16 years ago
  79. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  80. f871ccb Now that errs() is properly non-buffered, there's no need to by Dan Gohman · 16 years ago
  81. 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
  82. a929c68 Constify and don't return a reference. by Bill Wendling · 16 years ago
  83. 44f6ac6 Erm. Would be nice to initialize this variable. . . by Bill Wendling · 16 years ago
  84. 85e3af9 Add getDebugLocTuple to retrieve the DebugLocTuple for a given DebugLoc object. by Bill Wendling · 16 years ago
  85. 9bc96a5 Create DebugLoc information in FastISel. Several temporary methods were by Bill Wendling · 16 years ago
  86. aaeea9e Refine DebugLoc per review comments. by Evan Cheng · 16 years ago
  87. b9f66cf No need to keep size of DebugLocations vector separately. by Evan Cheng · 16 years ago
  88. c4b1abd Actually source file has already been uniquified into an id during isel. Eliminate the StringMap. by Evan Cheng · 16 years ago
  89. d0adbb5 Add data structure to define and track debug location during codegen. by Evan Cheng · 16 years ago
  90. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  91. 0614088 Make MachineFrameInfo::print not crash when no TargetFrameInfo is available. by Matthijs Kooijman · 17 years ago
  92. 2636747 Adjust whitespace in debug messages to be more consistent by Dan Gohman · 17 years ago
  93. e2b997b Make MachineFunction not crash when TargetMachine::getRegisterInfo() returns by Matthijs Kooijman · 17 years ago
  94. 05ae983 Fix these comments to reflect current reality. Surprisingly, by Dan Gohman · 17 years ago
  95. ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
  96. 62ca325 get MachineConstantPool off std::ostream, onto raw_ostream. It would be by Chris Lattner · 17 years ago
  97. 944fac7 Switch the asmprinter (.ll) and all the stuff it requires over to by Chris Lattner · 17 years ago
  98. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 17 years ago
  99. 80f3d46 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
  100. dc2fbdd Trim unnecessary #includes. by Dan Gohman · 17 years ago