aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-191-1/+3
* Remove this printerChris Lattner2004-07-182-38/+0
* bug 122:Reid Spencer2004-07-181-2/+1
* bug 122:Reid Spencer2004-07-182-2/+2
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-161-1/+5
* Build skeleton targetChris Lattner2004-07-161-2/+3
* IA64 compatChris Lattner2004-07-162-2/+3
* Actually, use an exception to stop verification. This gives us much betterChris Lattner2004-07-131-1/+5
* There is no reason to abort and print a stack trace if there is a verificationChris Lattner2004-07-131-1/+1
* * Tabs to spacesMisha Brukman2004-07-121-7/+5
* Correct an output typo.Reid Spencer2004-07-111-1/+1
* Prune unused #includeChris Lattner2004-07-111-1/+0
* Goodbye macro hell, hello nice clean and simple code. This also gives llcChris Lattner2004-07-111-58/+17
* Add -load optionChris Lattner2004-07-114-0/+4
* Add a -load optionChris Lattner2004-07-111-0/+1
* Add #include <iostream> since Value.h does not include it any more.Reid Spencer2004-07-0411-1/+13
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-042-0/+2
* Build llvm-bcanalyzerBrian Gaeke2004-07-021-1/+1
* Name Change: llvm-abcd -> llvm-bcanalyzerReid Spencer2004-07-022-7/+7
* Implement verification feature.Reid Spencer2004-06-291-4/+20
* The analyzer code now lives in the bcreader library. The bcanalyzer libReid Spencer2004-06-291-1/+1
* Write .bc files to binary ostreams. This shouldn't change anything on unix,Chris Lattner2004-06-251-2/+4
* Make sure to link all IPA's into opt, so that it has access to stuff likeChris Lattner2004-06-251-1/+1
* TransformUtils library is no longer needed since Linker.cpp is in VMCoreMisha Brukman2004-06-231-1/+1
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-236-6/+6
* Clean up documentation and naming of variables.Reid Spencer2004-06-101-12/+15
* Made detailed output the default and changed -details option to -nodetails.Reid Spencer2004-06-101-2/+2
* Clean up the documentation.Reid Spencer2004-06-081-60/+24
* Eliminate more traces of the -c optionChris Lattner2004-06-071-14/+3
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-073-1/+130
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-021-1/+16
* Fix a double negation (in grammar).Misha Brukman2004-06-021-1/+1
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-024-110/+86
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-021-29/+36
* No really cygwin, we LIKE .exe'ness.Chris Lattner2004-06-021-0/+8
* Build the llvm-stub directoryChris Lattner2004-06-011-1/+1
* Initial checkin of a stub executable that can be used by gccld to forward toChris Lattner2004-06-012-0/+64
* Neuter the -q option. Stop printing the "program modified" message, everChris Lattner2004-05-271-3/+2
* Re-introduce the -q option and make opt always return 0, even if theReid Spencer2004-05-271-3/+7
* Removed the -q option and the default message written to stderr. TheReid Spencer2004-05-271-6/+3
* Right, globals aren't values yet..Chris Lattner2004-05-272-2/+2
* Add a simple pass.Chris Lattner2004-05-272-0/+90
* Uhh, that doesn't exist.Chris Lattner2004-05-271-1/+0
* Header file movedChris Lattner2004-05-2718-17/+18
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-3/+3
* Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner2004-05-121-7/+0
* Check to see if all blocks are extractible first.Chris Lattner2004-05-121-8/+19
* Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner2004-05-121-6/+5
* Implement the final missing bits for block extractor support. Now bugpointChris Lattner2004-05-121-2/+35
* Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner2004-05-113-0/+188