1. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  2. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  3. d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 12 years ago
  4. 651e800 Mark checkSignature const, and in turn stop casting away const from by Roman Divacky · 12 years ago
  5. 94bc246 Remove references to compression in llvm-ar. It has been a long time since we by Rafael Espindola · 12 years ago
  6. 901b858 Include cstdio in a few place that depended on getting it transitively through StringExtras.h by Benjamin Kramer · 12 years ago
  7. 4254df3 Avoid using an invalidated iterator. by Rafael Espindola · 13 years ago
  8. 603d6b5 The iteration order over a std::set<Module*> depends on the addresses of the by Rafael Espindola · 13 years ago
  9. 5b08230 Support/FileSystem: Add file_magic and move a vew clients over to it. by Michael J. Spencer · 13 years ago
  10. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  11. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  12. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  13. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  14. 898fd7f Revert PathV2 changes, as sys::fs::unique_file is not finished yet. by Dan Gohman · 14 years ago
  15. 02e27ed Archive: Fix temp path names. by Michael J. Spencer · 14 years ago
  16. e7a820c UnRevert "Revert "Archive: Replace all internal uses of PathV1 with PathV2. The external API still uses PathV1."" by Michael J. Spencer · 14 years ago
  17. 3c98e14 UnRevert "Revert the archive part of "Support/PathV2: Add identify_magic."" by Michael J. Spencer · 14 years ago
  18. dd10302 Revert the archive part of "Support/PathV2: Add identify_magic." by Michael J. Spencer · 14 years ago
  19. c850965 Revert "Archive: Replace all internal uses of PathV1 with PathV2. The external API still uses PathV1." by Michael J. Spencer · 14 years ago
  20. 770772e Archive: Replace all internal uses of PathV1 with PathV2. The external API still uses PathV1. by Michael J. Spencer · 14 years ago
  21. 28f0ed5 Support/PathV2: Add identify_magic. by Michael J. Spencer · 14 years ago
  22. 83a113b Fix Whitespace. by Michael J. Spencer · 14 years ago
  23. 54453f2 Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
  24. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  25. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  26. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  27. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  28. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  29. d27047f Eliminate some unnessary Path::exists() calls. by Dan Gohman · 14 years ago
  30. 7338242 silence a warning, patch by "mike". by Chris Lattner · 14 years ago
  31. 9d44e70 Don't write into MemoryBuffers. by Benjamin Kramer · 14 years ago
  32. dfd4bbf Fix -Wcast-qual warnings. by Dan Gohman · 14 years ago
  33. e3a601b add newlines at end of files. by Chris Lattner · 14 years ago
  34. 4bb31bf Fix a grammaro. by Dan Gohman · 14 years ago
  35. 4633306 From PR6228: by Chris Lattner · 15 years ago
  36. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  37. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  38. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  39. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 15 years ago
  40. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  41. 48b2f3e Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h by Owen Anderson · 15 years ago
  42. 4892cb7 Fix some non-sensical code. by Daniel Dunbar · 15 years ago
  43. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  44. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  45. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  46. 861d20a Avoid leaking memory in an error path. Noticed by cppcheck. by Duncan Sands · 15 years ago
  47. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  48. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  49. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  50. 59500c8 Silence unused variable warnings. by Devang Patel · 16 years ago
  51. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago
  52. fed90b6 Fold the useful features of alist and alist_node into ilist, and by Dan Gohman · 16 years ago
  53. a5464f3 Create archives with the same permissions are ar. by Owen Anderson · 16 years ago
  54. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 16 years ago
  55. 038112a Change the MemoryBuffer::getFile* methods to take just a pointer to the by Chris Lattner · 16 years ago
  56. 7f6b447 change the archive stuff to use MemoryBuffer instead of mappedfile. by Chris Lattner · 16 years ago
  57. bdbd2d7 Remove MappedFile support for mapping files for write and exec by Chris Lattner · 16 years ago
  58. 0838923 add missing #includes by Chris Lattner · 16 years ago
  59. 7fcb6b6 Fix thinko: alias always defines new symbol. Even is aliasee itself is undefined. by Anton Korobeynikov · 17 years ago
  60. d58ceb2 Add alias with non-external aliasee to the list of exported symbols of the library. by Anton Korobeynikov · 17 years ago
  61. 63b8c1f Make llvm-ar behave like ar, if you create an empty archive, ar creates an empty archive. llvm-ar would not generate an output file in this case by Andrew Lenharth · 17 years ago
  62. 4c71dfe Update gcc 4.3 warnings fix patch with recent head changes by Anton Korobeynikov · 17 years ago
  63. ae9f3a3 Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings. by Anton Korobeynikov · 17 years ago
  64. 3035959 Use empty() instead of comparing size() with zero. by Dan Gohman · 17 years ago
  65. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  66. fc643c5 remove attribution from lib Makefiles. by Chris Lattner · 17 years ago
  67. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  68. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  69. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  70. d61070e adjust this to live in lib/Archive by Chris Lattner · 17 years ago
  71. c1d5624 Switch this over to bitcode instead of bytecode. by Chris Lattner · 17 years ago
  72. e07c15c add bitcode support by Chris Lattner · 17 years ago
  73. a021d5d Avoid a useless temporary constrution. by Reid Spencer · 17 years ago
  74. 44218f9 Fix another PathWithStatus issue. by Reid Spencer · 17 years ago
  75. 20c3489 For PR1302: Adjust useage of sys::Path::FileType for new enumerator names. by Reid Spencer · 17 years ago
  76. 8475ec0 For PR789: by Reid Spencer · 17 years ago
  77. 5ba2b70 For PR789: by Reid Spencer · 17 years ago
  78. f36c7b8 move archive-specific stuff out of bcreader into archive library. by Chris Lattner · 18 years ago
  79. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  80. cd5561a For PR1050: Convert asserts into error messages. by Reid Spencer · 18 years ago
  81. a21900d Use ostream instead of iostream by Bill Wendling · 18 years ago
  82. 99655e1 For PR797: by Reid Spencer · 18 years ago
  83. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  84. 0ff2d31 For PR797: by Reid Spencer · 18 years ago
  85. 5a06077 For PR797: by Reid Spencer · 18 years ago
  86. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  87. a5ec45d Inverse the error check logic for the MappedFile::map() call. It returns by Reid Spencer · 18 years ago
  88. 751ca6b For PR797: by Reid Spencer · 18 years ago
  89. 0c33231 Modify Path::eraseFromDisk to not throw an exception. by Chris Lattner · 18 years ago
  90. 252ad03 Change Path::getStatusInfo to return a boolean and error string on an error by Chris Lattner · 18 years ago
  91. 435540f Exceptions are thrown by and through this library. by Chris Lattner · 18 years ago
  92. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
  93. 3039b99 Remove EH use from the Archive library and adjust its users accordingly. by Reid Spencer · 18 years ago
  94. 7c339b8 These libs use EH info by Chris Lattner · 18 years ago
  95. ffb4d62 When reading the symbol table, make sure to delete the ArchiveMember by Reid Spencer · 18 years ago
  96. 943b9b6 Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is not a legal path on Windows. by Jeff Cohen · 18 years ago
  97. 8748746 more C++ daintiness by Duraid Madina · 19 years ago
  98. 6ff7240 Fix a problem with llvm-ranlib that (on some platforms) caused the archive by Reid Spencer · 19 years ago
  99. f36aeed DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now by Chris Lattner · 19 years ago
  100. 7c43992 speed up Archive::isBytecodeArchive in the case when the archive doesn't have by Chris Lattner · 19 years ago