aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* bitcodify, remove eh cruftChris Lattner2007-05-062-6/+19
* debugger depends on bcreader, not llvm-dbChris Lattner2007-05-061-1/+1
* remove EH cruft, add bitcode supportChris Lattner2007-05-064-124/+152
* add bitcode reading support, remove eh stuffChris Lattner2007-05-062-91/+100
* add bitcode reading support. Remove EH cruft.Chris Lattner2007-05-062-122/+131
* bitcodifyChris Lattner2007-05-062-7/+24
* simplify codeChris Lattner2007-05-061-6/+2
* add support to llvm-prof for reading from a bitcode fileChris Lattner2007-05-063-10/+20
* if -bitcode is specified, read and write a bitcode file instead of a bytecode...Chris Lattner2007-05-062-5/+31
* add inline asm codeChris Lattner2007-05-061-0/+1
* add a denser encoding for null terminated strings, add a 6-bit abbrev asChris Lattner2007-05-061-0/+2
* emit spiffy little histograms of codes, if enabled. Don't print averages ifChris Lattner2007-05-051-11/+47
* do not charge subblock sizes to the parent block.Chris Lattner2007-05-051-1/+7
* update to new APIs, make output a bit (haha) nicerChris Lattner2007-05-051-5/+35
* add support for new codes/blockChris Lattner2007-05-041-1/+7
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-032-6/+44
* Drop 'const'Devang Patel2007-05-036-22/+22
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-026-22/+22
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-016-5/+46
* add phiChris Lattner2007-05-011-1/+5
* Augment the verbose output to print out the sub-commands executed.Reid Spencer2007-04-291-8/+29
* Implement much expanded dumper support. We now print stuff like:Chris Lattner2007-04-291-12/+158
* add some simple per-block statisticsChris Lattner2007-04-291-8/+104
* Implement support to read an arbitrary bitcode file. Next up, dumping theChris Lattner2007-04-291-9/+78
* very early support for analyzing a bitstream. This opens the file, startsChris Lattner2007-04-291-7/+67
* Switch the bitcode reader interface to take a MemoryBuffer instead of knowingChris Lattner2007-04-291-6/+24
* fit in 80 colsChris Lattner2007-04-291-6/+5
* reset errno to zero on entry to the application's main function. This fixesChris Lattner2007-04-271-1/+5
* Add new option to usage help.Jeff Cohen2007-04-221-0/+1
* don't break reading from stdinChris Lattner2007-04-221-2/+3
* link in bitwriter libraryChris Lattner2007-04-221-1/+1
* teach llvm-dis to read bitcode filesChris Lattner2007-04-222-4/+9
* add a temporary -bitcode option, which instructs llvm-as to produce a bitcode...Chris Lattner2007-04-221-2/+11
* For PR1146:Reid Spencer2007-04-222-39/+68
* Add the --host-target option.Reid Spencer2007-04-221-0/+2
* remove cruftChris Lattner2007-04-201-3/+0
* Regenerate.Reid Spencer2007-04-163-274/+286
* For PR1336:Reid Spencer2007-04-161-0/+5
* For PR1336:Reid Spencer2007-04-161-3/+4
* Regenerate.Reid Spencer2007-04-163-346/+400
* For PR1336:Reid Spencer2007-04-161-39/+66
* Make the generated code for ConstantInt nicer.Reid Spencer2007-04-111-2/+2
* Teach llvm2cpp about packed structure types.Reid Spencer2007-04-111-1/+2
* Fix several bugs relating to changes in the LLVM IR API or just outrightReid Spencer2007-04-111-32/+27
* Regenerate.Reid Spencer2007-04-113-271/+273
* Fix a crash-by-unknown-exception caused by attempting to use a null pointerReid Spencer2007-04-111-1/+2
* Fix some issues with param attrs.Reid Spencer2007-04-111-1/+4
* Add support for parameter attributes.Reid Spencer2007-04-111-1/+26
* For PR1146:Reid Spencer2007-04-113-24/+24
* Enable loop rotate pass.Devang Patel2007-04-101-0/+1