1. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 19 years ago
  2. 3da94ae Remove trailing whitespace by Misha Brukman · 19 years ago
  3. a88155d Print the module, not the pointer. by Chris Lattner · 20 years ago
  4. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 20 years ago
  5. b687c0c Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 20 years ago
  6. 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 20 years ago
  7. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  8. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  9. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
  10. 4b5fdc7 Rename the option for defeating compression to be a little more specific. by Reid Spencer · 20 years ago
  11. cf0eb8d Turn on compression by default. by Reid Spencer · 20 years ago
  12. 17f52c5 Add support for compressed bytecode by Reid Spencer · 20 years ago
  13. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  14. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  15. cac731e We won't use automake by Reid Spencer · 20 years ago
  16. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  17. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  18. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  19. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  20. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  21. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  22. b3366bc Actually, use an exception to stop verification. This gives us much better by Chris Lattner · 20 years ago
  23. 00dd5cd There is no reason to abort and print a stack trace if there is a verification by Chris Lattner · 20 years ago
  24. 0d88616 Correct an output typo. by Reid Spencer · 20 years ago
  25. 86f42bd Add #include <iostream> since Value.h does not include it any more. by Reid Spencer · 20 years ago
  26. a8e750f Write .bc files to binary ostreams. This shouldn't change anything on unix, by Chris Lattner · 20 years ago
  27. bed85ff Header file moved by Chris Lattner · 20 years ago
  28. f73b4ca Make sure to print a stack trace whenever an error signal is delivered to the by Chris Lattner · 21 years ago
  29. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  30. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  31. 10cf8fa Fix file header by Chris Lattner · 21 years ago
  32. 7c0e022 Added copyright header to all C++ source files. by John Criswell · 21 years ago
  33. 452fea9 Fix grammar. by Misha Brukman · 21 years ago
  34. 27b1a0b Renamed as.cpp => llvm-as.cpp; this should've happened a long time ago. by Misha Brukman · 21 years ago
  35. cbb62dd Renaming LLVM `as' to `llvm-as'. by Misha Brukman · 21 years ago
  36. 04aa29d Add new -disable-verify option by Chris Lattner · 21 years ago
  37. 3ce0ea8 Add support for: -o - by Chris Lattner · 21 years ago
  38. 6c8103f Kill using declarations by Chris Lattner · 21 years ago
  39. 1acbea1 by Chris Lattner · 22 years ago
  40. d4c7f27 by Chris Lattner · 22 years ago
  41. c6a4bf1 *** empty log message *** by Chris Lattner · 22 years ago
  42. 56d2701 *** empty log message *** by Chris Lattner · 22 years ago
  43. 5ff62e9 *** empty log message *** by Chris Lattner · 22 years ago
  44. f739969 Clean up anands patch by Chris Lattner · 22 years ago
  45. 63aaa11 Changes for 64bit gcc by Anand Shukla · 22 years ago
  46. c6f3ae5 Eliminate duplicate or unneccesary #include's by Chris Lattner · 22 years ago
  47. d43035e Use operator << to print modules by Chris Lattner · 22 years ago
  48. 76d1229 Make sure that there is no case where a signal can occur leaving a partially by Chris Lattner · 22 years ago
  49. 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 22 years ago
  50. 06272dc use dump method instead of Asm/Writer to do debug printing by Chris Lattner · 22 years ago
  51. 70d12b0 Since verifier and SlotCalculator are now in VMCore library, libanalysis is by Chris Lattner · 23 years ago
  52. 888912d In an amazing fit of stupidity, I flipped the conditional and didn't test by Chris Lattner · 23 years ago
  53. 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
  54. cee8f9a Create a new #include "Support/..." directory structure to move things by Chris Lattner · 23 years ago
  55. 424b847 Remove extraneous space by Chris Lattner · 23 years ago
  56. c9744e7 Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common by Chris Lattner · 23 years ago
  57. 989bfcf Add dependence to libvmcore. by Vikram S. Adve · 23 years ago
  58. 0c4897e Add library dep by Chris Lattner · 23 years ago
  59. 1e78f36 CommandLine library cleanup. No longer use getValue/setValue, instead, just treat the commandline by Chris Lattner · 23 years ago
  60. 57dbb3a Moved inline/llvm/Tools/* to include/llvm/Support/* by Chris Lattner · 23 years ago
  61. 8f367bd Large scale changes to implement new command line argument facility by Chris Lattner · 23 years ago
  62. 416ae8d Reordered link line for correct static linking. by Vikram S. Adve · 23 years ago
  63. 0095054 Initial revision by Chris Lattner · 23 years ago