1. 9c52aff Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  2. 960bb85 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  3. cbac788 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  4. fbb594f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  5. c3115a0 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  6. 1e973aa Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  7. b7a8992 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  8. 0d6b1b1 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  9. 8e6179f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  10. 44ff794 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  11. fb98a43 Normalize how the 'namespace llvm {' is used in this file. by Bill Wendling · 16 years ago
  12. b22d8df Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  13. 9311a22 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  14. 3403bcd Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  15. 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 16 years ago
  16. 02b1034 Reapply r79708 with the appropriate fix for the case that still requires locking. by Owen Anderson · 16 years ago
  17. 895a55e revert r79708 + r79711 by Chris Lattner · 16 years ago
  18. 8dde7c0 Actually remove unused static. Previous commit removed trailing whitespace. by Eric Christopher · 16 years ago
  19. 4d7c18c Remove unused static. by Eric Christopher · 16 years ago
  20. 0b7401d Ease contention on this lock by noticing that all writes to the VTs array will by Owen Anderson · 16 years ago
  21. 636e258 Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. by Bill Wendling · 16 years ago
  22. a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
  23. bc84ad9 Suppress build warning in -Asserts by Daniel Dunbar · 16 years ago
  24. 8fc3b69 Check for shared landing pads when assigning call site values. Invokes which by Jim Grosbach · 16 years ago
  25. 5f3aeac by David Greene · 16 years ago
  26. 098612b by David Greene · 16 years ago
  27. 43c76fb by David Greene · 16 years ago
  28. 2a711e3 by David Greene · 16 years ago
  29. 0d036d2 by David Greene · 16 years ago
  30. eea1f4c by David Greene · 16 years ago
  31. fc4da0c by David Greene · 16 years ago
  32. b2c66fc by David Greene · 16 years ago
  33. dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  34. 6a402dc Add an x86 peep that narrows TEST instructions to forms that use by Dan Gohman · 16 years ago
  35. dc4bdcd Use the schedule itinerary operand use/def cycle information to adjust dependence edge latency for post-RA scheduling. by David Goodwin · 16 years ago
  36. d68eea2 PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. by Eli Friedman · 16 years ago
  37. 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 16 years ago
  38. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
  39. 8481e3b Added an option to have the PBQP allocator attempt coalescing during allocation. by Lang Hames · 16 years ago
  40. 2c9489d Be tidy and use a break to exit from a switch block rather than by Dan Gohman · 16 years ago
  41. db8dc2b Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and by Dan Gohman · 16 years ago
  42. 233fd9c Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...) by Lang Hames · 16 years ago
  43. c0823fe Simplify RegScavenger::FindUnusedReg. by Jakob Stoklund Olesen · 16 years ago
  44. fe37ab3 by David Greene · 16 years ago
  45. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
  46. da65822 Make tail merging handle blocks with repeated predecessors correctly, and by Dan Gohman · 16 years ago
  47. dabf07c Make AsmStreamer maintain a notion of the current section, pushing it up from the by Chris Lattner · 16 years ago
  48. 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 16 years ago
  49. 1f50fc7 fix another bozo bug by Chris Lattner · 16 years ago
  50. b49a30c fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  51. a006d4e turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  52. 606f3d6 cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::vector. by Jim Grosbach · 16 years ago
  53. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
  54. ae68a19 Update CMakeLists. by Benjamin Kramer · 16 years ago
  55. 5d17edd Fix build warning. by Daniel Dunbar · 16 years ago
  56. 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago
  57. fac8541 Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed. by David Goodwin · 16 years ago
  58. 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 16 years ago
  59. 975780b change AsmPrinter to switch sections using AsmStreamer instead of by Chris Lattner · 16 years ago
  60. f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 16 years ago
  61. 66a3969 Replace RegScavenger::DistanceMap with a simpler local algorithm. by Jakob Stoklund Olesen · 16 years ago
  62. e689ce6 Clean up the public interface of RegScavenger. by Jakob Stoklund Olesen · 16 years ago
  63. f7e8af9 Be more clever about regclasses in ScheduleDAGSDNodes::EmitCopyFromReg. by Jakob Stoklund Olesen · 16 years ago
  64. 8a9d5f9 Needs to check whether unaligned load / store of i64 is legal here. by Evan Cheng · 16 years ago
  65. eb75364 Remove <iostream>. by Bill Wendling · 16 years ago
  66. bc037cf Unbreak build. Evan, please make sure my changes are correct. by Benjamin Kramer · 16 years ago
  67. 16b794d Refine EarlyClobber assert in register scavenger. by Jakob Stoklund Olesen · 16 years ago
  68. d62c9a6 Don't setCalleeSavedInfoValid() until spills are interted. by Jakob Stoklund Olesen · 16 years ago
  69. 4af85b2 Allow double defs in the machine code verifier after the addPreRegAlloc passes. by Jakob Stoklund Olesen · 16 years ago
  70. 7a1e872 Update LocalRewriter::DistanceMap when inserting stack loads. by Jakob Stoklund Olesen · 16 years ago
  71. e96507c 80 col violations. by Evan Cheng · 16 years ago
  72. 0d24bfb Simplify this code to not depend as much on CurMBB. by Dan Gohman · 16 years ago
  73. 6325a53 Do not completely skip subrange info for a zero sized array. by Devang Patel · 16 years ago
  74. 72977a4 Allow targets to specify their choice of calling conventions per by Anton Korobeynikov · 16 years ago
  75. abd7514 *try* to use a better name to describe how common symbols are marked on the elf object file. by Bruno Cardoso Lopes · 16 years ago
  76. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
  77. 7cefd80 Indentation change. by Evan Cheng · 16 years ago
  78. 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 16 years ago
  79. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
  80. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  81. d163e8b Remove hack used to strip unwanted chars from section name by Bruno Cardoso Lopes · 16 years ago
  82. 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 16 years ago
  83. 06789e2 Track pristine registers as if they were live-in in the register scavenger. by Jakob Stoklund Olesen · 16 years ago
  84. a6b677d Use pristine register info in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  85. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 16 years ago
  86. 7104616 Add callback to allow target to adjust latency of schedule dependency edge. by David Goodwin · 16 years ago
  87. b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
  88. cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
  89. 2ffb0ce Fix counting of Post-RA scheduling stalls. Improve debug output. by David Goodwin · 16 years ago
  90. f7c553e Added RegisterCoalescer to required passes for PBQP. by Lang Hames · 16 years ago
  91. 46d5056 Use WriteAsOperand to print BasicBlock names. by Dan Gohman · 16 years ago
  92. e45da0d Fix a few more places to use PadToColumn instead of tabs. And fix by Dan Gohman · 16 years ago
  93. a12e9d7 Use PadToColumn instead of tabs for aligning comments. Fix one place by Dan Gohman · 16 years ago
  94. 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 16 years ago
  95. bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
  96. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  97. da27757 This logic was accidentally inverted in r78767. by Dan Gohman · 16 years ago
  98. 26255ad Factor out the code for finding an available register for use by Dan Gohman · 16 years ago
  99. 23b9b19 Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. by Owen Anderson · 16 years ago
  100. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago