aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc
AgeCommit message (Expand)Author
2007-06-29Convert .cvsignore filesJohn Criswell
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06add bitcode support, optimize reading to not read all function bodies justChris Lattner
2007-04-08Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer
2007-04-07For PR1291:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-12Fix build error on ARM.Lauro Ramos Venancio
2007-02-07move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-12-13Ressurrect this needed file.Reid Spencer
2006-12-13Ressurrect the Stacker "st" configuration. Someday this will all goReid Spencer
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-11-02For PR786:Reid Spencer
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-29Delete a no-longer-supported configuration item.Reid Spencer
2006-08-25For PR797:Reid Spencer
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-16Patches to correct several bugs in llvmc.Reid Spencer
2006-08-01No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-21Remove unneeded libsChris Lattner
2006-06-21For PR811:Reid Spencer
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-29silly cleanupChris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-04-12Distribute CVS versions of lex filesReid Spencer
2006-03-24Ignore the lexer output.Reid Spencer
2006-02-14Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner
2005-08-27Implement PR614:Reid Spencer
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-19For PR514:Reid Spencer
2005-05-05* Use consistent spacing for function argumentsMisha Brukman
2005-05-03Minor clean-upsMisha Brukman
2005-05-03Clean up and correct llvmc configurations for C and C++Misha Brukman
2005-05-03std::string(NULL) does not a proper constructor makeMisha Brukman
2005-05-03Omit periods at the end of command-line switch explanations for consistencyMisha Brukman
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-20#include system headers after all LLVM headersMisha Brukman
2005-04-11Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer
2005-02-24Use DataInstall macro instead of INSTALL.Reid Spencer
2005-02-18Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer
2005-02-13Conform to the documented interface by null terminating argument lists!Chris Lattner
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer