aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2004-06-10Clean up documentation and naming of variables.Reid Spencer
2004-06-10Made detailed output the default and changed -details option to -nodetails.Reid Spencer
2004-06-08Clean up the documentation.Reid Spencer
2004-06-07Eliminate more traces of the -c optionChris Lattner
2004-06-07Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer
2004-06-02Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner
2004-06-02Fix a double negation (in grammar).Misha Brukman
2004-06-02Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner
2004-06-02Refactor a bit of code into a function, no functionality changes.Chris Lattner
2004-06-02No really cygwin, we LIKE .exe'ness.Chris Lattner
2004-06-01Build the llvm-stub directoryChris Lattner
2004-06-01Initial checkin of a stub executable that can be used by gccld to forward toChris Lattner
2004-05-27Neuter the -q option. Stop printing the "program modified" message, everChris Lattner
2004-05-27Re-introduce the -q option and make opt always return 0, even if theReid Spencer
2004-05-27Removed the -q option and the default message written to stderr. TheReid Spencer
2004-05-27Right, globals aren't values yet..Chris Lattner
2004-05-27Add a simple pass.Chris Lattner
2004-05-27Uhh, that doesn't exist.Chris Lattner
2004-05-27Header file movedChris Lattner
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-05-12Turn the block extractor on by default now that it basically works, eliminati...Chris Lattner
2004-05-12Check to see if all blocks are extractible first.Chris Lattner
2004-05-12Don't leave dead bytecode.output files around if the optimizer/block extracto...Chris Lattner
2004-05-12Implement the final missing bits for block extractor support. Now bugpointChris Lattner
2004-05-11Implement basic block extraction for the miscompilation debugger. This still...Chris Lattner
2004-05-11A class that is meant to be a base class should have a virtual destructorChris Lattner
2004-05-07Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke
2004-05-06Use the new commandline flag to allow us to call bugpoint like this:Chris Lattner
2004-05-06Remove a really old commentChris Lattner
2004-05-04Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke
2004-05-04Add --tool-args flag which lets you pass arguments to llc or lli.Brian Gaeke
2004-05-04Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke
2004-04-23Teach bugpoint to be a little bit smarter and avoid repeating workChris Lattner
2004-04-22Add command-line option to select whether to isolate or delete function fromMisha Brukman
2004-04-22Add a space before result for readability on the command line.Misha Brukman
2004-04-21Add doxygenified comments to functions.Misha Brukman
2004-04-21Include cerrno (gcc-3.4 fix)Alkis Evlogimenos
2004-04-19As per Chris, greatly simplify handling of external functions by using theMisha Brukman
2004-04-19* Reorder #includesMisha Brukman
2004-04-19Finally implement rewriting global initializers which use external functionsMisha Brukman
2004-04-18Move loop optimization passes up, add loop unrollerChris Lattner
2004-04-15Don't use invalid HTML in a doxygen comment.Misha Brukman
2004-04-12Add a couple more IPO'sChris Lattner
2004-04-12finegrainify namespacificationChris Lattner
2004-04-11Disambiguate symbols after loop extraction so that we can diagnose a codeChris Lattner
2004-04-09Fix an obvious bug in the refactoring I did a few days agoChris Lattner
2004-04-08Disable strict alias analysis in the backend c compiler, as the code weChris Lattner
2004-04-08Revert previous patch, I'm a moron :)Chris Lattner
2004-04-08Right, we break strict aliasing requirements. Make sure to disable strictChris Lattner
2004-04-06Wrap at 80 cols.Misha Brukman