Remove awareness of isDummyClass
[oota-llvm.git] / tools /
2004-08-15 Chris LattnerDocumentation like this doesn't belong here, and now...
2004-08-15 Reid SpencerMore Functionality:
2004-08-15 Reid SpencerInitial configuration files (to be installed) for ll...
2004-08-14 Reid SpencerConverted to use flex for tokenizing input so we can...
2004-08-13 Reid SpencerFix header commentary.
2004-08-13 Reid SpencerAdditional functionality. This version handles option...
2004-08-13 Reid SpencerFirst version of a utility internal to llvmc that handl...
2004-08-12 Chris LattnerIf the block extractor fails, actually emit the bc...
2004-08-10 Reid SpencerMove CompilerDriver.h here.
2004-08-10 Reid SpencerInitial makefile for the LLVM Compiler Driver.
2004-08-10 Reid SpencerFirst "do nothing" version of the LLVM Compiler Driver...
2004-08-05 Chris Lattnerwhile we're at it, make the libraries be on separate...
2004-08-05 Misha BrukmanLines need to end with \ to make sure they're actually...
2004-08-05 Misha Brukman* Add PowerPC library to LLC
2004-08-05 Brian Gaekesparcv9select is history.
2004-08-04 Misha Brukman* Convert C++ comments to C
2004-08-04 Misha BrukmanShared libraries are usually prepended with `lib'
2004-08-04 Brian Gaekesparcv9select is history
2004-08-04 Brian Gaekelibsparcv9select is history
2004-08-02 Chris LattnerThis pass has proven its metal, remove -disable option.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-27 Chris LattnerRun DSE at link-time, and turn on an IP alias analysis...
2004-07-24 Chris LattnerFinally give bugpoint -timeout support!
2004-07-24 Chris LattnerPass timeouts into the low level "execute program with...
2004-07-24 Chris LattnerProvide timeout values to all abstract interpreters
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-22 Chris LattnerRemove redundant SCCP pass
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-18 Chris LattnerRemove this printer
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-07-16 Chris LattnerBuild skeleton target
2004-07-16 Chris LattnerIA64 compat
2004-07-13 Chris LattnerActually, use an exception to stop verification. This...
2004-07-13 Chris LattnerThere is no reason to abort and print a stack trace...
2004-07-12 Misha Brukman* Tabs to spaces
2004-07-11 Reid SpencerCorrect an output typo.
2004-07-11 Chris LattnerPrune unused #include
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean and simple code...
2004-07-11 Chris LattnerAdd -load option
2004-07-11 Chris LattnerAdd a -load option
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-02 Brian GaekeBuild llvm-bcanalyzer
2004-07-02 Reid SpencerName Change: llvm-abcd -> llvm-bcanalyzer
2004-06-29 Reid SpencerImplement verification feature.
2004-06-29 Reid SpencerThe analyzer code now lives in the bcreader library...
2004-06-25 Chris LattnerWrite .bc files to binary ostreams. This shouldn't...
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
next