1. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  2. 2f2d324 no need to check readability here by Chris Lattner · 18 years ago
  3. 8d8a7ff Finish removal of EH usage from the Archive library. The REQUIRES_EH flag by Reid Spencer · 18 years ago
  4. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  5. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  6. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 18 years ago
  7. c7f0832 For PR495: by Reid Spencer · 19 years ago
  8. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  9. a3fcfff method renamed by Chris Lattner · 20 years ago
  10. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  11. b50ae12 For PR351: by Reid Spencer · 20 years ago
  12. 11db4b8 PR351: \ Use sys::Path not FileUtilities to check file types by Reid Spencer · 20 years ago
  13. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  14. 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 20 years ago
  15. d129664 This tool needs libLLVMArchive now by Reid Spencer · 20 years ago
  16. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  17. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  18. cac731e We won't use automake by Reid Spencer · 20 years ago
  19. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  20. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  21. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  22. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  23. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  24. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  25. 4d143ee IA64 compat by Chris Lattner · 20 years ago
  26. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  27. bed85ff Header file moved by Chris Lattner · 20 years ago
  28. 09233fb Include cerrno (gcc-3.4 fix) by Alkis Evlogimenos · 20 years ago
  29. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  30. 8b1daa3 Unbreak the "-" as filename hack. by Brian Gaeke · 21 years ago
  31. 8204287 Also print an error msg. for files we cannot currently deal with. by Brian Gaeke · 21 years ago
  32. 08d03c7 Fix PR134, by checking FileOpenable() on each input file before analyzing its by Brian Gaeke · 21 years ago
  33. 1c0b698 Include Support/FileUtilities.h. by Brian Gaeke · 21 years ago
  34. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  35. 08020c1 Reorder #includes, drop unneeded one by Chris Lattner · 21 years ago
  36. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  37. 1dd27b1 fix file header by Chris Lattner · 21 years ago
  38. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  39. fc046d5 Make llvm-nm work in "pipe mode" by Chris Lattner · 21 years ago
  40. 9eb52a5 Geeze, what is with Brian and these ifdef's? by Chris Lattner · 21 years ago
  41. 972d3d7 Okay, this is a little hack that "scratches an itch" of mine. by Brian Gaeke · 21 years ago