Added missing quote.
[oota-llvm.git] / tools /
2004-06-25 Chris LattnerMake sure to link all IPA's into opt, so that it has...
2004-06-23 Misha BrukmanTransformUtils library is no longer needed since Linker...
2004-06-23 Misha BrukmanLinker.h moved to include/llvm/Support
2004-06-10 Reid SpencerClean up documentation and naming of variables.
2004-06-10 Reid SpencerMade detailed output the default and changed -details...
2004-06-08 Reid SpencerClean up the documentation.
2004-06-07 Chris LattnerEliminate more traces of the -c option
2004-06-07 Reid SpencerCommit For New Tool: llvm-abcd (Analysis of ByteCode...
2004-06-02 Chris LattnerMake gccld copy the llvm-stub program to be the executi...
2004-06-02 Misha BrukmanFix a double negation (in grammar).
2004-06-02 Chris LattnerMove some functions out of gccld.cpp to GenerateCode...
2004-06-02 Chris LattnerRefactor a bit of code into a function, no functionalit...
2004-06-02 Chris LattnerNo really cygwin, we LIKE .exe'ness.
2004-06-01 Chris LattnerBuild the llvm-stub directory
2004-06-01 Chris LattnerInitial checkin of a stub executable that can be used...
2004-05-27 Chris LattnerNeuter the -q option. Stop printing the "program modif...
2004-05-27 Reid SpencerRe-introduce the -q option and make opt always return...
2004-05-27 Reid SpencerRemoved the -q option and the default message written...
2004-05-27 Chris LattnerRight, globals aren't values yet..
2004-05-27 Chris LattnerAdd a simple pass.
2004-05-27 Chris LattnerUhh, that doesn't exist.
2004-05-27 Chris LattnerHeader file moved
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-05-12 Chris LattnerTurn the block extractor on by default now that it...
2004-05-12 Chris LattnerCheck to see if all blocks are extractible first.
2004-05-12 Chris LattnerDon't leave dead bytecode.output files around if the...
2004-05-12 Chris LattnerImplement the final missing bits for block extractor...
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-05-11 Chris LattnerA class that is meant to be a base class should have...
2004-05-07 Brian GaekeAllow the user to set the LLVMINTERP environment variab...
2004-05-06 Chris LattnerUse the new commandline flag to allow us to call bugpoi...
2004-05-06 Chris LattnerRemove a really old comment
2004-05-04 Brian GaekeApply simplification suggested by Chris: why assign...
2004-05-04 Brian GaekeAdd --tool-args flag which lets you pass arguments...
2004-05-04 Brian GaekeAdd "Args" optional argument to AbstractInterpreter...
2004-04-23 Chris LattnerTeach bugpoint to be a little bit smarter and avoid...
2004-04-22 Misha BrukmanAdd command-line option to select whether to isolate...
2004-04-22 Misha BrukmanAdd a space before result for readability on the comman...
2004-04-21 Misha BrukmanAdd doxygenified comments to functions.
2004-04-21 Alkis EvlogimenosInclude cerrno (gcc-3.4 fix)
2004-04-19 Misha BrukmanAs per Chris, greatly simplify handling of external...
2004-04-19 Misha Brukman* Reorder #includes
2004-04-19 Misha BrukmanFinally implement rewriting global initializers which...
2004-04-18 Chris LattnerMove loop optimization passes up, add loop unroller
2004-04-15 Misha BrukmanDon't use invalid HTML in a doxygen comment.
2004-04-12 Chris LattnerAdd a couple more IPO's
2004-04-12 Chris Lattnerfinegrainify namespacification
2004-04-11 Chris LattnerDisambiguate symbols after loop extraction so that...
2004-04-09 Chris LattnerFix an obvious bug in the refactoring I did a few days ago
2004-04-08 Chris LattnerDisable strict alias analysis in the backend c compiler...
2004-04-08 Chris LattnerRevert previous patch, I'm a moron :)
2004-04-08 Chris LattnerRight, we break strict aliasing requirements. Make...
2004-04-06 Misha BrukmanWrap at 80 cols.
2004-04-06 Chris LattnerMinor cleanups
2004-04-06 Chris LattnerAdd a new gccld -native-cbe option which causes gccld...
2004-04-05 Chris LattnerMerge the code generator miscompilation code into the...
2004-04-05 Chris LattnerMake a method public
2004-04-05 Chris LattnerMinor cleanups, remove some old debug code
2004-04-05 Chris LattnerRefactor and genericize code
2004-04-05 Chris Lattnerlli no longer takes the -quiet option!
2004-04-05 Chris LattnerMake full use of the Mangler interface to simplify...
2004-04-05 Chris LattnerMinor change
2004-04-02 Chris LattnerRemove obsolete analyses
2004-04-02 Chris LattnerTweak libraries for scev changes
2004-04-02 Chris LattnerMinor speedup
2004-04-02 Chris Lattnerminor formatting change
2004-04-02 Chris LattnerFix two pretty serious bugs:
2004-04-02 Chris LattnerFix a fairly nasty bug that prevented bugpoint from...
2004-04-02 Chris LattnerIf the program returns a non-zero exit value, don't...
2004-04-02 Chris LattnerFix wonky header
2004-03-17 Chris LattnerWhen loop extraction succeeds, make sure to map the...
2004-03-17 Chris LattnerFix an inverted condition that causes us to think that...
2004-03-17 Chris LattnerFix an iterator invalidation problem in a "buggy" pass
2004-03-16 Brian GaekeAdd a better head-of-file comment.
2004-03-16 Chris LattnerFix thinko, and PR292
2004-03-14 Chris LattnerAfter reducing a miscompiled program down to the functi...
2004-03-14 Chris LattnerFix a minor bug in runPassesOn
2004-03-14 Chris LattnerAdd a new "AutoDebugCrashes" option
2004-03-14 Chris LattnerRefactor to use a new method
2004-03-14 Chris LattnerAdd new method
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerAdd a method to extract a loop
2004-03-14 Chris Lattneradd a fixme
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-13 Chris LattnerTurn on argument promotion in gccas. This can give...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-03-12 Brian GaekeRevise comment and error message for the Bug 38 situati...
2004-03-11 Misha BrukmanSparcV8 removed until it grows up becomes a mature...
2004-03-08 Chris LattnerAnnotate functions with edge counts as well, if they...
2004-03-07 Chris LattnerRun the new pass in gccld now that it passes all tests
2004-02-28 Chris LattnerAdd a hook to run with the V8 target, though it doesn...
2004-02-26 Chris LattnerWe have this snazzy link-time optimizer. How about...
2004-02-25 Chris LattnerAdd a new pass, run internalize first
2004-02-25 Chris LattnerAdd a new pass
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-23 Alkis EvlogimenosInclude Config/config.h for SHLIBEXT.
2004-02-20 Chris LattnerIf bugpoint can't match the reference output, at LEAST...
2004-02-20 Chris LattnerWild and passionate uncontrolled goose chases are amusi...
2004-02-20 Chris LattnerFormat a bit more nicely
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
next