1. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 15 years ago
  2. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  3. a81d29b remove uses of llvm/Support/Streams.h. by Chris Lattner · 15 years ago
  4. 2e35bec use raw_fd_ostream instead of fstream with graphwriter, by Chris Lattner · 15 years ago
  5. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 15 years ago
  6. a36b81d eliminate DOUT and make Debug.h not include Streams.h anymore, woo! by Chris Lattner · 15 years ago
  7. 4437ae2 eliminate uses of cerr() by Chris Lattner · 15 years ago
  8. 893e1c9 eliminate the last DOUTs from the targets. by Chris Lattner · 15 years ago
  9. bbbfa99 remove a few DOUTs here and there. by Chris Lattner · 15 years ago
  10. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
  11. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 15 years ago
  12. cb3e3d3 Don't install the man page for FileCheck by Douglas Gregor · 15 years ago
  13. 791102f eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 15 years ago
  14. 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 15 years ago
  15. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  16. 569f121 remove some DOUTs by Chris Lattner · 15 years ago
  17. 05e9d99 Don't install FileCheck or FileUpdate by Douglas Gregor · 15 years ago
  18. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  19. 405ce8d Update release document with more details. by Tanya Lattner · 15 years ago
  20. b1352e9 Use standard LLVM-style headers. by Owen Anderson · 15 years ago
  21. 37f077a switch a couple things off std::ostream by Chris Lattner · 15 years ago
  22. b93a9a6 switch from std::ostream to raw ostream, fix file header. by Chris Lattner · 15 years ago
  23. c02497f shoot a few more std::ostream print methods in the head. by Chris Lattner · 15 years ago
  24. 705e07f remove various std::ostream version of printing methods from by Chris Lattner · 15 years ago
  25. 6456d38 remove some DOUTs by Chris Lattner · 15 years ago
  26. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 15 years ago
  27. 51a1132 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 15 years ago
  28. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  29. 1d7fb4e This was supposed to go with r79803 by Chris Lattner · 15 years ago
  30. d74c556 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 15 years ago
  31. 19ef669 fix a gone file. by Chris Lattner · 15 years ago
  32. 372fefe remove some dead print method variants. by Chris Lattner · 15 years ago
  33. b01acfa convert the DIE printing stuff to use raw_ostream instead of std::ostream. by Chris Lattner · 15 years ago
  34. 623dd14 random code cleanups. by Chris Lattner · 15 years ago
  35. c281de1 remove some random indentation stuff, yay for efficiency. by Chris Lattner · 15 years ago
  36. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 15 years ago
  37. 77942d4 remove a dead class. by Chris Lattner · 15 years ago
  38. 6371ed5 random cleanups. by Chris Lattner · 15 years ago
  39. 5aba5c0 Add check for completeness. Note that this doesn't actually have any by Eli Friedman · 15 years ago
  40. de51ded switch formattedstream to use raw_ostream::indent. This eliminates by Chris Lattner · 15 years ago
  41. c5a227d add a raw_ostream::indent method, to be used like: by Chris Lattner · 15 years ago
  42. f682f3d Forgot to update some CMakeLists. by Benjamin Kramer · 15 years ago
  43. ecf046b Update CMake build, unbreak linux build. by Benjamin Kramer · 15 years ago
  44. 5ec2e6b fix a build error on the clang-i686-linux tester. by Chris Lattner · 15 years ago
  45. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 15 years ago
  46. 90aa1f9 mcasminfo doesn't use std::string by Chris Lattner · 15 years ago
  47. 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 15 years ago
  48. c226459 Regenerate configure. by Tanya Lattner · 15 years ago
  49. 86d6350 Update copyright date. by Tanya Lattner · 15 years ago
  50. 82d748d move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 15 years ago
  51. e4d110b revert 79764, my dependencies failed me again. by Chris Lattner · 15 years ago
  52. c75e7d2 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  53. 70357db Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  54. 5228348 remove dead member. by Chris Lattner · 15 years ago
  55. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 15 years ago
  56. 9c52aff Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  57. 960bb85 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  58. cbac788 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  59. fbb594f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  60. c3115a0 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  61. 1e973aa Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  62. b7a8992 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  63. 0d6b1b1 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  64. 8e6179f Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  65. 44ff794 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  66. fb98a43 Normalize how the 'namespace llvm {' is used in this file. by Bill Wendling · 15 years ago
  67. b22d8df Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  68. 9311a22 Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  69. 3403bcd Convert DOUT to DEBUG(errs()...). by Bill Wendling · 15 years ago
  70. cda7f78 prune some redundant #includes. by Chris Lattner · 15 years ago
  71. bea2c95 tweak #includes by Chris Lattner · 15 years ago
  72. 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 15 years ago
  73. 310ed13 Some dummy cost model for s390x: by Anton Korobeynikov · 15 years ago
  74. 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
  75. f3d2ef0 llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 15 years ago
  76. d889ac3 Fix typo. by Daniel Dunbar · 15 years ago
  77. 605187e Force triple for these tests. by Daniel Dunbar · 15 years ago
  78. 8333a8a llvm-mc: Hopefully fix Mach-O tests on big-endian platforms, force values to be by Daniel Dunbar · 15 years ago
  79. 2ae58f2 llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer by Daniel Dunbar · 15 years ago
  80. a5441fe llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the by Daniel Dunbar · 15 years ago
  81. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  82. 66aa9b1 CMake: Don't use copy_if_different for TableGen output, because it does not work with IDE targets by Douglas Gregor · 15 years ago
  83. 02b1034 Reapply r79708 with the appropriate fix for the case that still requires locking. by Owen Anderson · 15 years ago
  84. 022fc3e TOT is 2.7svn for CMake, too by Douglas Gregor · 15 years ago
  85. 39db343 Change SmallString::operator{=,+=} to take a StringRef. by Daniel Dunbar · 15 years ago
  86. 953042b Regenerate configure for 2.7svn by Tanya Lattner · 15 years ago
  87. ed91bc4 TOT is now 2.7svn by Tanya Lattner · 15 years ago
  88. 895a55e revert r79708 + r79711 by Chris Lattner · 15 years ago
  89. ce392eb Make x86 test actually test x86 code generation. Fix the by Eli Friedman · 15 years ago
  90. b8b85cf Add new intrinsics for Neon vldN_lane and vstN_lane operations. by Bob Wilson · 15 years ago
  91. 50310f9 Note down a few bits and bobs off the top of my head for ReleaseNotes-2.6.html by Edward O'Callaghan · 15 years ago
  92. 00484d1 Add basic information about SJLJ EH by Jim Grosbach · 15 years ago
  93. 934a756 rename test, make more specific. by Chris Lattner · 15 years ago
  94. 8dde7c0 Actually remove unused static. Previous commit removed trailing whitespace. by Eric Christopher · 15 years ago
  95. 4d7c18c Remove unused static. by Eric Christopher · 15 years ago
  96. 0b7401d Ease contention on this lock by noticing that all writes to the VTs array will by Owen Anderson · 15 years ago
  97. d99dda2 Add missing RUN line by Anton Korobeynikov · 15 years ago
  98. 65a3788 Reduce the test by Anton Korobeynikov · 15 years ago
  99. b6c68f9 Use CHECK-NEXT to make sure we're only getting one copy of each shuffle by Bob Wilson · 15 years ago
  100. c4769ba Make unit-at-a-time on by default to match the behavior of llvm-gcc. by Eric Christopher · 15 years ago