1. e38859d Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and by Bill Wendling · 13 years ago
  2. 651f9a4 Tidy up. by Chad Rosier · 13 years ago
  3. 7369692 Add an ensureMaxAlignment() function to MachineFrameInfo (analogous to by Chad Rosier · 13 years ago
  4. 80c540e Teach CodeGen's version of computeMaskedBits to understand the range metadata. by Rafael Espindola · 14 years ago
  5. 6c08534 Print SSA and liveness tracking flags in MF::print(). by Jakob Stoklund Olesen · 14 years ago
  6. 420525c Use uint16_t to store registers in callee saved register tables to reduce size of static data. by Craig Topper · 14 years ago
  7. accd351 Move some llvm_unreachable's from r149849 out of switch statements to satisfy -Wcovered-switch-default by Craig Topper · 14 years ago
  8. ee4dab5 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  9. f0b0844 Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which is by Akira Hatanaka · 14 years ago
  10. e32fad4 make sure the file's matching header is #include'd first. by Chris Lattner · 14 years ago
  11. 7ba8183 Rewrite CanShareConstantPoolEntry to be implemented in terms of the by Chris Lattner · 14 years ago
  12. 61a1d6c progress making the world safe to ConstantDataVector. While by Chris Lattner · 14 years ago
  13. 9e5b178 drop unneeded config.h includes by Dylan Noblesmith · 14 years ago
  14. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  15. 1f97a5a Remove all remaining uses of Value::getNameStr(). by Benjamin Kramer · 14 years ago
  16. 4c93d15 Twinify GraphWriter a little bit. by Benjamin Kramer · 14 years ago
  17. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  18. 6cc775f - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and by Evan Cheng · 14 years ago
  19. 2518f83 Make the logic for determining function alignment more explicit. No functionality change. by Eli Friedman · 15 years ago
  20. 6297a71 Use the PrintReg adaptor to correctly print live-in registers in debug output. by Jakob Stoklund Olesen · 15 years ago
  21. 7cf8876 MachineConstantPoolValues are not uniqued, so they need to be freed if they by Cameron Zwarich · 15 years ago
  22. f3292b2 Revert r124611 - "Keep track of incoming argument's location while emitting LiveIns." by Devang Patel · 15 years ago
  23. 56cc5fd Keep track of incoming argument's location while emitting LiveIns. by Devang Patel · 15 years ago
  24. 2f93128 Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there. by Anton Korobeynikov · 15 years ago
  25. 7077efe move the pic base symbol stuff up to MachineFunction by Chris Lattner · 15 years ago
  26. 3dbe6cc Attach a GCModuleInfo to a MachineFunction. by Nicolas Geoffray · 15 years ago
  27. 80717dd Include MachineBasicBlock numbers in viewCFG() output. by Jakob Stoklund Olesen · 15 years ago
  28. b705023 Teach MachineBasicBlock::print() to annotate instructions and blocks with by Jakob Stoklund Olesen · 15 years ago
  29. a94cc6d Make CodeGen TBAA-aware. by Dan Gohman · 15 years ago
  30. b5f4920 force clients of MachineFunction::getMachineMemOperand to provide a by Chris Lattner · 15 years ago
  31. 00ca0b8 start pushing MachinePointerInfo out through the MachineMemOperand interface by Chris Lattner · 15 years ago
  32. 0ff1ef6 It's better to have the arrays, which would trigger the creation of stack by Bill Wendling · 15 years ago
  33. ba4b190 Remove too-strict assertion. We may want the vreg copy of the physical register by Jim Grosbach · 15 years ago
  34. 7692014 Fix debugging strings. by Dan Gohman · 15 years ago
  35. f3aeb2c Infer alignments of fixed frame objects when they are constructed. This ensures remat'ed loads from fixed slots have the right alignments. by Evan Cheng · 15 years ago
  36. 0664a67 Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false. by Evan Cheng · 15 years ago
  37. 3632171 Revert r107205 and r107207. by Bill Wendling · 15 years ago
  38. 1767723 Introducing the "linker_weak" linkage type. This will be used for Objective-C by Bill Wendling · 15 years ago
  39. 1b79bab Avoid adding duplicate function live-in's. by Evan Cheng · 15 years ago
  40. 913c998 Add more const qualifiers for LLVM IR pointers in CodeGen. by Dan Gohman · 16 years ago
  41. bcaf681 Add const qualifiers to CodeGen's use of LLVM IR constructs. by Dan Gohman · 16 years ago
  42. 9f53dcd enhance MachineFunction to have a MMI pointer. by Chris Lattner · 16 years ago
  43. 9b063df by David Greene · 16 years ago
  44. 915c5f9 Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 16 years ago
  45. 389525b Revert 100204. It broke a bunch of tests and apparently changed what passes are run during codegen. by Evan Cheng · 16 years ago
  46. 8f32cb9 by David Greene · 16 years ago
  47. 5342dda Revert r100143. by Eric Christopher · 16 years ago
  48. 6789e21 by David Greene · 16 years ago
  49. 9897043 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 16 years ago
  50. bc5af98 Stop trying to merge identical jump tables. This had been inadvertently by Bob Wilson · 16 years ago
  51. 01c65a2 Define placement new wrappers for BumpPtrAllocator and by Dan Gohman · 16 years ago
  52. 3c7cde4 Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to by Bob Wilson · 16 years ago
  53. e468f88 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 16 years ago
  54. 6d3e92d Add a new jump table encoding to indicate jump tables entries by Richard Osborne · 16 years ago
  55. ac2361a set the temporary bit on MCSymbols correctly. by Chris Lattner · 16 years ago
  56. 7e47767 Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254. by Charles Davis · 16 years ago
  57. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  58. c07bd40 Silence GCC warnings with asserts turned off. No functionality change. by Chandler Carruth · 16 years ago
  59. 8a785d7 Move getJTISymbol from MachineJumpTableInfo to MachineFunction, by Chris Lattner · 16 years ago
  60. 273735b add a new MachineJumpTableInfo::getJTISymbol method, by Chris Lattner · 16 years ago
  61. 6715952 make MachineFunction keep track of its ID and make by Chris Lattner · 16 years ago
  62. 5fc4160 Add support for target-specific 32-bit custom-lowered jump table entries. by Chris Lattner · 16 years ago
  63. b6db2c6 Rearrange handling of jump tables. Highlights: by Chris Lattner · 16 years ago
  64. 1083b5f Avoid including DebugInfo.h in AsmPrinter.h by Devang Patel · 16 years ago
  65. c0e17df Replace DebugLocTuple with DILocation. by Devang Patel · 16 years ago
  66. 6671011 by David Greene · 16 years ago
  67. a48f44d improve portability to avoid conflicting with std::next in c++'0x. by Chris Lattner · 16 years ago
  68. dd7f2e7 Remove ShortNames from getNodeLabel in DOTGraphTraits by Tobias Grosser · 16 years ago
  69. 90d3340 Instantiate DefaultDOTGraphTraits by Tobias Grosser · 16 years ago
  70. ae84426 Do not merge jump tables this early. Branch folding will do any necessary by Jim Grosbach · 16 years ago
  71. 9c8609e Add function to replace a destination MBB in a single jump table by Jim Grosbach · 16 years ago
  72. 1fbe054 by David Greene · 16 years ago
  73. 34341e6 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  74. 97abba5 Fix 80-column violation. by Dan Gohman · 16 years ago
  75. 75d6a4a Allow constants of different types to share constant pool entries by Dan Gohman · 16 years ago
  76. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  77. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  78. dd76bb2 Add basic infrastructure and x86 support for preserving MachineMemOperand by Dan Gohman · 16 years ago
  79. 5c13c2d Remove dead code. by Devang Patel · 16 years ago
  80. 48b185d Improve MachineMemOperand handling. by Dan Gohman · 16 years ago
  81. f2471ec add hooks to hang target-specific goop off MachineModuleInfo, by Chris Lattner · 16 years ago
  82. 80ae349 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  83. f08e35d Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  84. 02aac92 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
  85. 34ee203 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
  86. 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  87. 22d4bfc convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 16 years ago
  88. 1216f54 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  89. 8230a93 by David Greene · 16 years ago
  90. 43bbb9d Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
  91. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  92. 3de4a60 Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 16 years ago
  93. 693e36a SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  94. ec9bc28 by David Greene · 16 years ago
  95. f72c0d6 Fix some comments referring to std::cerr. by Daniel Dunbar · 16 years ago
  96. 7baae4b MachineFunction no longer needs Annotation. by Dan Gohman · 16 years ago
  97. 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  98. 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  99. bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
  100. 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago