| Age | Commit message (Expand) | Author |
| 2007-05-17 | Regenerate these for the release. They weren't up to date and would | Reid Spencer |
| 2007-05-07 | Initialize variable to null so it has a value in the off chance that a | Reid Spencer |
| 2007-05-06 | use the new MemoryBuffer interfaces to simplify error reporting in clients. | Chris Lattner |
| 2007-05-06 | remove dead option | Chris Lattner |
| 2007-05-06 | Fix a buggy conversion from bytecode to bitcode | Chris Lattner |
| 2007-05-06 | make sure the ofstream for opt's output file is destroyed, so that the bits | Chris Lattner |
| 2007-05-06 | switch tools to bitcode from bytecode | Chris Lattner |
| 2007-05-06 | switch tools to bitcode instead of bytecode | Chris Lattner |
| 2007-05-06 | this doesn't directly depend on bytecode | Chris Lattner |
| 2007-05-06 | add bitcode support. | Chris Lattner |
| 2007-05-06 | archive library already depends on bc reader | Chris Lattner |
| 2007-05-06 | add bitcode support, optimize reading to not read all function bodies just | Chris Lattner |
| 2007-05-06 | use an auto_ptr to avoid an explicit delete | Chris Lattner |
| 2007-05-06 | add bitcode support | Chris Lattner |
| 2007-05-06 | Remove the -emit-bytecode option. Noone in the llvm tree uses it, and this | Chris Lattner |
| 2007-05-06 | add bitcode reading support to llvm-nm | Chris Lattner |
| 2007-05-06 | bitcodify, remove eh cruft | Chris Lattner |
| 2007-05-06 | debugger depends on bcreader, not llvm-db | Chris Lattner |
| 2007-05-06 | remove EH cruft, add bitcode support | Chris Lattner |
| 2007-05-06 | add bitcode reading support, remove eh stuff | Chris Lattner |
| 2007-05-06 | add bitcode reading support. Remove EH cruft. | Chris Lattner |
| 2007-05-06 | bitcodify | Chris Lattner |
| 2007-05-06 | simplify code | Chris Lattner |
| 2007-05-06 | add support to llvm-prof for reading from a bitcode file | Chris Lattner |
| 2007-05-06 | if -bitcode is specified, read and write a bitcode file instead of a bytecode... | Chris Lattner |
| 2007-05-06 | add inline asm code | Chris Lattner |
| 2007-05-06 | add a denser encoding for null terminated strings, add a 6-bit abbrev as | Chris Lattner |
| 2007-05-05 | emit spiffy little histograms of codes, if enabled. Don't print averages if | Chris Lattner |
| 2007-05-05 | do not charge subblock sizes to the parent block. | Chris Lattner |
| 2007-05-05 | update to new APIs, make output a bit (haha) nicer | Chris Lattner |
| 2007-05-04 | add support for new codes/block | Chris Lattner |
| 2007-05-03 | Added -rsh-host and -rsh-user to support remote execution. | Evan Cheng |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-05-01 | add phi | Chris Lattner |
| 2007-04-29 | Augment the verbose output to print out the sub-commands executed. | Reid Spencer |
| 2007-04-29 | Implement much expanded dumper support. We now print stuff like: | Chris Lattner |
| 2007-04-29 | add some simple per-block statistics | Chris Lattner |
| 2007-04-29 | Implement support to read an arbitrary bitcode file. Next up, dumping the | Chris Lattner |
| 2007-04-29 | very early support for analyzing a bitstream. This opens the file, starts | Chris Lattner |
| 2007-04-29 | Switch the bitcode reader interface to take a MemoryBuffer instead of knowing | Chris Lattner |
| 2007-04-29 | fit in 80 cols | Chris Lattner |
| 2007-04-27 | reset errno to zero on entry to the application's main function. This fixes | Chris Lattner |
| 2007-04-22 | Add new option to usage help. | Jeff Cohen |
| 2007-04-22 | don't break reading from stdin | Chris Lattner |
| 2007-04-22 | link in bitwriter library | Chris Lattner |
| 2007-04-22 | teach llvm-dis to read bitcode files | Chris Lattner |
| 2007-04-22 | add a temporary -bitcode option, which instructs llvm-as to produce a bitcode... | Chris Lattner |
| 2007-04-22 | For PR1146: | Reid Spencer |