1. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  2. 44dadff switch tools to bitcode instead of bytecode by Chris Lattner · 17 years ago
  3. c5ff2cc add inline asm code by Chris Lattner · 17 years ago
  4. cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 17 years ago
  5. b1e85b5 emit spiffy little histograms of codes, if enabled. Don't print averages if by Chris Lattner · 17 years ago
  6. 44b0f10 do not charge subblock sizes to the parent block. by Chris Lattner · 17 years ago
  7. 1772b12 update to new APIs, make output a bit (haha) nicer by Chris Lattner · 17 years ago
  8. cd5b7d7 add support for new codes/block by Chris Lattner · 17 years ago
  9. 8f92668 add phi by Chris Lattner · 17 years ago
  10. b30c925 Implement much expanded dumper support. We now print stuff like: by Chris Lattner · 17 years ago
  11. 4238d47 add some simple per-block statistics by Chris Lattner · 17 years ago
  12. 32de633 Implement support to read an arbitrary bitcode file. Next up, dumping the by Chris Lattner · 18 years ago
  13. 45e0f89 very early support for analyzing a bitstream. This opens the file, starts by Chris Lattner · 18 years ago
  14. 63db485 fit in 80 cols by Chris Lattner · 18 years ago
  15. f2e292c push bytecode decompressor out through APIs. Now the bytecode reader by Chris Lattner · 18 years ago
  16. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  17. 3ed469c For PR786: by Reid Spencer · 18 years ago
  18. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  19. 0465fa9 Tools require EH for their top-level try blocks. by Chris Lattner · 18 years ago
  20. 05ac92c Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. by Chris Lattner · 18 years ago
  21. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  22. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  23. 1ef8bda For PR351: by Reid Spencer · 20 years ago
  24. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  25. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  26. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  27. cac731e We won't use automake by Reid Spencer · 20 years ago
  28. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  29. d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
  30. 90a2adc Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
  31. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  32. 7c4c98d Add the LLVMsystem.a library as it is now used for operating system by Reid Spencer · 20 years ago
  33. 9de7b33 The functions in Signal.h are now in the llvm::sys namespace - adjust by Reid Spencer · 20 years ago
  34. 7593745 Correct to change interface of the analyzer. by Reid Spencer · 20 years ago
  35. 8a542ae Name Change: llvm-abcd -> llvm-bcanalyzer by Reid Spencer · 20 years ago