1. ade1a22 Add llvm_start_edge_profiling to exported symbols for libprofile_rt. by Andreas Neustifter · 15 years ago
  2. 96135b6 This patch cleans up the ProfileInfo by by Andreas Neustifter · 15 years ago
  3. fd7a918 Resubmit an earlier patch of mine: by Gabor Greif · 15 years ago
  4. 81fece6 Fix a typo. Somehow I thought this had passed before, but I guess not. by Bob Wilson · 15 years ago
  5. 0ee3821 prune ignores: AutoGenerated.inc is no more by Gabor Greif · 15 years ago
  6. ef63f70 Convert slow test to use FileCheck. by Bob Wilson · 15 years ago
  7. d60054e Convert two gratuitous abuses of poor helpless CPU cycles to FileCheck. by Daniel Dunbar · 15 years ago
  8. a3f2b21 Split test into 3. by Dale Johannesen · 15 years ago
  9. 0c7761b llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 15 years ago
  10. 15af79c Fix the build when using gcc-4.4 on linux. Header needed by Duncan Sands · 15 years ago
  11. bcef7df Fix the build with gcc-4.4 on linux: header needed for EOF. by Duncan Sands · 15 years ago
  12. 688b55b Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an by Daniel Dunbar · 15 years ago
  13. 2b1d3d7 Add StringRef based APIs to BitstreamWriter. by Daniel Dunbar · 15 years ago
  14. 1464869 Add MemoryBuffer::getBuffer() -> StringRef. by Daniel Dunbar · 15 years ago
  15. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  16. 50e48b3 llvm-mc: Tweak undefined symbol handling. by Daniel Dunbar · 15 years ago
  17. 8a71929 Add missing include (for MSVC). by Daniel Dunbar · 15 years ago
  18. 9e6f3f2 Fixed double free in Kaleidoscope. Fixes PR4762. by Reid Kleckner · 15 years ago
  19. cb1308b Correctly account for the Spaces array nul terminator. Thanks Chris! by Dan Gohman · 15 years ago
  20. e1eaf91 improve documentation for linker_private linkage. by Chris Lattner · 15 years ago
  21. 8da7636 remove the last *stream> #include from a public header. by Chris Lattner · 15 years ago
  22. 127dd96 These flushes were only needed when the code was transitioning between by Dan Gohman · 15 years ago
  23. 61ee100 raw_ostream::indent is used for PadToColumn which often prints more by Dan Gohman · 15 years ago
  24. 67db6af eliminate a #include. by Chris Lattner · 15 years ago
  25. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  26. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  27. e8f6e79 search unittests. by Chris Lattner · 15 years ago
  28. 2d5e3ac Unbreak the build for HAVE_GV platforms. by Dan Gohman · 15 years ago
  29. 9661c13 remove a few dead insertion methods. by Chris Lattner · 15 years ago
  30. 87cbef0 Remove alloca config.h support. by Daniel Dunbar · 15 years ago
  31. 7e824a3 Remove this test now that the interpreter doesn't support by Chris Lattner · 15 years ago
  32. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  33. 566902b Remove include/llvm/Config/alloca.h, it is dead. by Daniel Dunbar · 15 years ago
  34. a60e51f Make linkerprivate work for ARM and PPC. Testcase covers by Dale Johannesen · 15 years ago
  35. e029305 CMake: Updated library dependencies and list of source files. by Oscar Fuentes · 15 years ago
  36. 91021d3 remove the dead std::ostream APInt inserter by Chris Lattner · 15 years ago
  37. 2a8d194 remove this test: it is testing for a "feature" I just removed. by Chris Lattner · 15 years ago
  38. dbe89cd remove the last uses of Config/alloca.h by Chris Lattner · 15 years ago
  39. 40ef79d fix some problems with my last patch which happen when one of by Chris Lattner · 15 years ago
  40. 3bc1420 just remove interpreter support for endianness mismatches. This was by Chris Lattner · 15 years ago
  41. 9f3ff92 remove use of alloca.h by Chris Lattner · 15 years ago
  42. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  43. 983c592 disuade people from using ostream. by Chris Lattner · 15 years ago
  44. 28fb7c4 llvm/Support/Streams.h is now dead, zap it. by Chris Lattner · 15 years ago
  45. e0c86af Switch SubtargetFeature off of ostreams by Chris Lattner · 15 years ago
  46. b683ea4 eliminate the ostream version of CheckBitcodeOutputToConsole, by Chris Lattner · 15 years ago
  47. 9441cfe Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 15 years ago
  48. a235d13 SJLJ pass needs to punt if there's no personality function available. by Jim Grosbach · 15 years ago
  49. ca17934 clean up #includes. by Chris Lattner · 15 years ago
  50. 67f9998 Rerevert (r75663 and r76805), seems there is more non-determinism. by Daniel Dunbar · 15 years ago
  51. 46ff969 Fix PR4753. by Jakob Stoklund Olesen · 15 years ago
  52. 072a56e Remove Streams.h from the targets. by Benjamin Kramer · 15 years ago
  53. cfa6ec9 Kill off more cerr/cout uses and prune includes a bit. by Benjamin Kramer · 15 years ago
  54. 895ae9b Speculatively revert r76823 (i.e., reapply r75663 and r76805) to see if the real by Daniel Dunbar · 15 years ago
  55. 5b9e7ef Try to fix MSVC build after r79846. by Benjamin Kramer · 15 years ago
  56. e317bcc Fix -Asserts warnings. by Daniel Dunbar · 15 years ago
  57. d227a3f Remove uses of Streams.h from CommandLine.cpp, fix some whitespace and other minor tweaks. by Benjamin Kramer · 15 years ago
  58. 6f5cc82 Fix non-determinism in DAGISel emitter. by Daniel Dunbar · 15 years ago
  59. ae60324 Fix windows build. by Benjamin Kramer · 15 years ago
  60. 43ed267 Fix some refactos for iostream changes (in -Asserts mode). by Daniel Dunbar · 15 years ago
  61. d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 15 years ago
  62. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  63. a81d29b remove uses of llvm/Support/Streams.h. by Chris Lattner · 15 years ago
  64. 2e35bec use raw_fd_ostream instead of fstream with graphwriter, by Chris Lattner · 15 years ago
  65. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 15 years ago
  66. a36b81d eliminate DOUT and make Debug.h not include Streams.h anymore, woo! by Chris Lattner · 15 years ago
  67. 4437ae2 eliminate uses of cerr() by Chris Lattner · 15 years ago
  68. 893e1c9 eliminate the last DOUTs from the targets. by Chris Lattner · 15 years ago
  69. bbbfa99 remove a few DOUTs here and there. by Chris Lattner · 15 years ago
  70. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
  71. 45cfe54 Change Pass::print to take a raw ostream instead of std::ostream, by Chris Lattner · 15 years ago
  72. cb3e3d3 Don't install the man page for FileCheck by Douglas Gregor · 15 years ago
  73. 791102f eliminate the std::ostream form of WriteAsOperand and update clients. by Chris Lattner · 15 years ago
  74. 79c5d3f remove the std::ostream version of module and type printing. by Chris Lattner · 15 years ago
  75. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  76. 569f121 remove some DOUTs by Chris Lattner · 15 years ago
  77. 05e9d99 Don't install FileCheck or FileUpdate by Douglas Gregor · 15 years ago
  78. bdff548 eliminate the "Value" printing methods that print to a std::ostream. by Chris Lattner · 15 years ago
  79. 405ce8d Update release document with more details. by Tanya Lattner · 15 years ago
  80. b1352e9 Use standard LLVM-style headers. by Owen Anderson · 15 years ago
  81. 37f077a switch a couple things off std::ostream by Chris Lattner · 15 years ago
  82. b93a9a6 switch from std::ostream to raw ostream, fix file header. by Chris Lattner · 15 years ago
  83. c02497f shoot a few more std::ostream print methods in the head. by Chris Lattner · 15 years ago
  84. 705e07f remove various std::ostream version of printing methods from by Chris Lattner · 15 years ago
  85. 6456d38 remove some DOUTs by Chris Lattner · 15 years ago
  86. cf143a4 remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 15 years ago
  87. 51a1132 simplify output file selection, fixing two FIXMEs about binary output by Chris Lattner · 15 years ago
  88. 17e9edc Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 15 years ago
  89. 1d7fb4e This was supposed to go with r79803 by Chris Lattner · 15 years ago
  90. d74c556 convert some stuff to work on raw_ostreams instead of std::ostream. by Chris Lattner · 15 years ago
  91. 19ef669 fix a gone file. by Chris Lattner · 15 years ago
  92. 372fefe remove some dead print method variants. by Chris Lattner · 15 years ago
  93. b01acfa convert the DIE printing stuff to use raw_ostream instead of std::ostream. by Chris Lattner · 15 years ago
  94. 623dd14 random code cleanups. by Chris Lattner · 15 years ago
  95. c281de1 remove some random indentation stuff, yay for efficiency. by Chris Lattner · 15 years ago
  96. 2d8e3d2 remove dead PrefixPrinter class. by Chris Lattner · 15 years ago
  97. 77942d4 remove a dead class. by Chris Lattner · 15 years ago
  98. 6371ed5 random cleanups. by Chris Lattner · 15 years ago
  99. 5aba5c0 Add check for completeness. Note that this doesn't actually have any by Eli Friedman · 15 years ago
  100. de51ded switch formattedstream to use raw_ostream::indent. This eliminates by Chris Lattner · 15 years ago