1. 8af76bd Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. by Devang Patel · 16 years ago
  2. d8110fb Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize by Owen Anderson · 16 years ago
  3. 88a589c Fixup register kills after scheduling. by David Goodwin · 16 years ago
  4. 7ccda0f - Rename EmitCommonInformationEntry to EmitCIE. by Bill Wendling · 16 years ago
  5. 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
  6. 4bda11f - Emit new line after each FDE. - Fix comment. by Bill Wendling · 16 years ago
  7. a6f91da Rename functions to something more descriptive. At the very least mention the by Bill Wendling · 16 years ago
  8. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
  9. dbe89cd remove the last uses of Config/alloca.h by Chris Lattner · 16 years ago
  10. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  11. a235d13 SJLJ pass needs to punt if there's no personality function available. by Jim Grosbach · 16 years ago
  12. 46ff969 Fix PR4753. by Jakob Stoklund Olesen · 16 years ago
  13. cfa6ec9 Kill off more cerr/cout uses and prune includes a bit. by Benjamin Kramer · 16 years ago
  14. 43ed267 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 16 years ago
  15. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
  16. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
  17. 4437ae2 eliminate uses of cerr() by Chris Lattner · 16 years ago
  18. bbbfa99 remove a few DOUTs here and there. by Chris Lattner · 16 years ago
  19. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 16 years ago
  20. 791102f eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 16 years ago
  21. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 16 years ago
  22. c02497f shoot a few more std::ostream print methods in the head. by Chris Lattner · 16 years ago
  23. 705e07f remove various std::ostream version of printing methods from by Chris Lattner · 16 years ago
  24. 6456d38 remove some DOUTs by Chris Lattner · 16 years ago
  25. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  26. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  27. d74c556 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 16 years ago
  28. 19ef669 fix a gone file. by Chris Lattner · 16 years ago
  29. 372fefe remove some dead print method variants. by Chris Lattner · 16 years ago
  30. b01acfa convert the DIE printing stuff to use raw_ostream instead of std::ostream. by Chris Lattner · 16 years ago
  31. 623dd14 random code cleanups. by Chris Lattner · 16 years ago
  32. c281de1 remove some random indentation stuff, yay for efficiency. by Chris Lattner · 16 years ago
  33. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 16 years ago
  34. 77942d4 remove a dead class. by Chris Lattner · 16 years ago
  35. 6371ed5 random cleanups. by Chris Lattner · 16 years ago
  36. 5aba5c0 Add check for completeness. Note that this doesn't actually have any by Eli Friedman · 16 years ago
  37. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  38. c75e7d2 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  39. 70357db Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  40. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  41. 9c52aff Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  42. 960bb85 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  43. cbac788 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  44. fbb594f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  45. c3115a0 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  46. 1e973aa Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  47. b7a8992 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  48. 0d6b1b1 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  49. 8e6179f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  50. 44ff794 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  51. fb98a43 Normalize how the 'namespace llvm {' is used in this file. by Bill Wendling · 16 years ago
  52. b22d8df Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  53. 9311a22 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  54. 3403bcd Convert DOUT to DEBUG(errs()...). by Bill Wendling · 16 years ago
  55. 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 16 years ago
  56. 02b1034 Reapply r79708 with the appropriate fix for the case that still requires locking. by Owen Anderson · 16 years ago
  57. 895a55e revert r79708 + r79711 by Chris Lattner · 16 years ago
  58. 8dde7c0 Actually remove unused static. Previous commit removed trailing whitespace. by Eric Christopher · 16 years ago
  59. 4d7c18c Remove unused static. by Eric Christopher · 16 years ago
  60. 0b7401d Ease contention on this lock by noticing that all writes to the VTs array will by Owen Anderson · 16 years ago
  61. 636e258 Fix typo. Should check both values of RangeUse for 0. Patch by Marius Wachtler. by Bill Wendling · 16 years ago
  62. a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
  63. bc84ad9 Suppress build warning in -Asserts by Daniel Dunbar · 16 years ago
  64. 8fc3b69 Check for shared landing pads when assigning call site values. Invokes which by Jim Grosbach · 16 years ago
  65. 5f3aeac by David Greene · 16 years ago
  66. 098612b by David Greene · 16 years ago
  67. 43c76fb by David Greene · 16 years ago
  68. 2a711e3 by David Greene · 16 years ago
  69. 0d036d2 by David Greene · 16 years ago
  70. eea1f4c by David Greene · 16 years ago
  71. fc4da0c by David Greene · 16 years ago
  72. b2c66fc by David Greene · 16 years ago
  73. dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  74. 6a402dc Add an x86 peep that narrows TEST instructions to forms that use by Dan Gohman · 16 years ago
  75. 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
  76. d68eea2 PR4737: Fix a nasty bug in load narrowing with non-power-of-two types. by Eli Friedman · 16 years ago
  77. 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 16 years ago
  78. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
  79. 8481e3b Added an option to have the PBQP allocator attempt coalescing during allocation. by Lang Hames · 16 years ago
  80. 2c9489d Be tidy and use a break to exit from a switch block rather than by Dan Gohman · 16 years ago
  81. db8dc2b Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, and by Dan Gohman · 16 years ago
  82. 233fd9c Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...) by Lang Hames · 16 years ago
  83. c0823fe Simplify RegScavenger::FindUnusedReg. by Jakob Stoklund Olesen · 16 years ago
  84. fe37ab3 by David Greene · 16 years ago
  85. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
  86. da65822 Make tail merging handle blocks with repeated predecessors correctly, and by Dan Gohman · 16 years ago
  87. dabf07c Make AsmStreamer maintain a notion of the current section, pushing it up from the by Chris Lattner · 16 years ago
  88. 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 16 years ago
  89. 1f50fc7 fix another bozo bug by Chris Lattner · 16 years ago
  90. b49a30c fix accidentally inverted conditional and add comment. by Chris Lattner · 16 years ago
  91. a006d4e turn this conditional into something humans might actually by Chris Lattner · 16 years ago
  92. 606f3d6 cleanups per review. Mostly cosmetic, plus use SmallVector in place of std::vector. by Jim Grosbach · 16 years ago
  93. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
  94. ae68a19 Update CMakeLists. by Benjamin Kramer · 16 years ago
  95. 5d17edd Fix build warning. by Daniel Dunbar · 16 years ago
  96. 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago
  97. 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
  98. 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 16 years ago
  99. 975780b change AsmPrinter to switch sections using AsmStreamer instead of by Chris Lattner · 16 years ago
  100. f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 16 years ago