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