use the new MemoryBuffer interfaces to simplify error reporting in clients.
[oota-llvm.git] / tools / llvmc / CompilerDriver.cpp
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnerswitch tools to bitcode instead of bytecode
2007-05-06 Chris Lattneradd bitcode support, optimize reading to not read all...
2007-04-08 Reid SpencerMake TempDir a PathWithStatus so we don't have to cast...
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerFor PR789:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-11-02 Reid SpencerFor PR786:
2006-08-25 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-21 Reid SpencerFor PR797:
2006-08-16 Reid SpencerPatches to correct several bugs in llvmc.
2006-08-01 Chris LattnerNo need to check isWriteable here (which isn't sufficie...
2006-05-29 Chris Lattnersilly cleanup
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-19 Reid SpencerFor PR514:
2005-05-03 Misha BrukmanMinor clean-ups
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-20 Misha Brukman#include system headers after all LLVM headers
2005-04-11 Reid SpencerEnsure that the arguments passed to sys::Program::Execu...
2005-02-13 Chris LattnerConform to the documented interface by null terminating...
2004-12-20 Brian GaekeUse Config/alloca.h instead of alloca.h - pointed out...
2004-12-19 Brian GaekeMake this compile on Solaris.
2004-12-19 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake use of the new Path inserter function.
2004-12-13 Reid SpencerPR351: \
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-23 Reid Spencer* Don't pass empty arguments to ExecuteAndWait because...
2004-11-20 Reid SpencerGet the -o option right
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-10-28 Reid SpencerImplement linking.
2004-09-14 Reid SpencerSupport the -WX, -f -M options as pass throughs
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Reid SpencerImplement Assembly support.
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-15 Reid SpencerMore Functionality:
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...