Rewrite emitCastOperation, refactoring parts of it into emitIntegerCast, and
[oota-llvm.git] / tools /
2004-10-14 Misha BrukmanUse the shared Makefile.JIT for JIT-enablement
2004-10-14 Misha BrukmanSince several tools and examples want JIT support,...
2004-10-14 Misha BrukmanEnable the PowerPC JIT by compiling powerpc.o library...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-12 Misha BrukmanNo space allowed between \ and end-of-line
2004-10-12 Misha BrukmanWrap lines at 80 cols
2004-10-11 Chris LattnerDon't miss global optimizations because we run before...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerFix named of a library.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-08 Misha BrukmanUse the SparcV9-marked instr scheduling library
2004-10-07 Chris LattnerRename pass
2004-09-27 Chris LattnerHrm, if there is an error loading a file, try printing...
2004-09-25 Reid SpencerAdd some missing #includes
2004-09-25 Reid SpencerQualify Path with sys:: namespace so this file compiles.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-14 Reid SpencerFix compilation warning.
2004-09-14 Reid SpencerUpdate to reflect stkrc's new optimization capabilities.
2004-09-14 Reid SpencerSupport substitution options for the W, M, and f options.
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-09-13 Reid SpencerChange banner name to reflect actual program this Makef...
2004-09-13 Reid SpencerGet rid of compile warning by having llvmExecve return...
2004-09-13 Reid SpencerInitial implementation of llvm-ld: stolen from gccld.
2004-09-13 Misha BrukmanAdd LLEE into compilation, but not for Sparc
2004-09-12 Reid SpencerExcise the -L option since llvm-link should not do...
2004-09-12 Reid SpencerExcise dependent library linking at Chris' request...
2004-09-12 Misha BrukmanSquelch compilation warnings on Sparc
2004-09-11 Reid SpencerImplement dependent library processing and search paths...
2004-09-08 Misha BrukmanMake file comment span the entire line
2004-09-03 Reid SpencerDon't re-instantiate the std::string in catch block.
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
next