Convert remaining X-Form and Pseudo instructions over to asm writer
[oota-llvm.git] / tools /
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Reid SpencerMake sure <cassert> is included for platforms that...
2004-08-30 Reid SpencerInitial commit of a configuration file for compiling...
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-30 Reid SpencerPass lists of -I and -D options through to the Compiler...
2004-08-30 Reid SpencerNeed to throw std::string not const char* if we want...
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-29 Reid Spenceradd llvmc
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-25 Reid SpencerLicense file for llvmc.
2004-08-24 Reid SpencerInsert declarations for two new functions that support...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid SpencerAdd the directory specified by LLVM_LIB_SEARCH_PATH...
2004-08-24 Reid SpencerGet rid of error messages from CommandLine because...
2004-08-24 Reid SpencerAdjustments for changes in the configuration language.
2004-08-24 Reid Spencer- Unify format of output messages
2004-08-24 Reid SpencerLink with bcreader and vmcore.
2004-08-24 Reid Spencer- Implement the %args% substitution
2004-08-24 Reid Spencer- Alphabetize the list of token enumerators.
2004-08-24 Reid Spencer- Rename and rearrange for clarity
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-24 Reid SpencerRemove unneeded flags.
2004-08-22 Reid SpencerProvide support for retaining the version number found...
2004-08-22 Reid SpencerAdd the VERSION token.
2004-08-22 Reid SpencerAdd support for version numbers.
2004-08-22 Reid SpencerShorten lines so this file can be used as the documenta...
2004-08-21 Reid SpencerCorrect to change interface of the analyzer.
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Reid SpencerImplement the correct search for configuration files...
2004-08-20 Reid SpencerAdd CONFIG_FILES so the language specific config files...
2004-08-20 Reid SpencerImplement Assembly support.
2004-08-19 Reid SpencerActually let it compile after file name changes.
2004-08-19 Reid SpencerMoved ConfigData -> Configuration
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-16 Reid SpencerBack out dependencies on lib/System/Path.h
2004-08-16 Reid SpencerFix definitions to match tool's actual capabilities.
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...
next