summaryrefslogtreecommitdiff
path: root/tools/llvmc
AgeCommit message (Expand)AuthorFilesLines
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov1-2/+2
2007-02-12Fix build error on ARM.Lauro Ramos Venancio1-1/+1
2007-02-07move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner1-0/+17
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner1-1/+3
2006-12-13Ressurrect this needed file.Reid Spencer1-0/+63
2006-12-13Ressurrect the Stacker "st" configuration. Someday this will all goReid Spencer1-1/+1
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner1-39/+37
2006-11-02For PR786:Reid Spencer1-7/+0
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2-2/+1
2006-08-29Delete a no-longer-supported configuration item.Reid Spencer1-1/+0
2006-08-25For PR797:Reid Spencer1-2/+3
2006-08-22Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer1-10/+30
2006-08-21For PR797:Reid Spencer3-13/+19
2006-08-16Patches to correct several bugs in llvmc.Reid Spencer4-7/+58
2006-08-01No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner1-1/+2
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-21Remove unneeded libsChris Lattner1-1/+1
2006-06-21For PR811:Reid Spencer1-2/+0
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer1-1/+1
2006-05-29silly cleanupChris Lattner7-87/+94
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner4-5/+5
2006-04-12Distribute CVS versions of lex filesReid Spencer1-1/+1
2006-03-24Ignore the lexer output.Reid Spencer1-0/+1
2006-02-14Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner2-0/+201
2005-08-27Implement PR614:Reid Spencer1-0/+2720
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen2-2/+2
2005-07-08Final Changes For PR495:Reid Spencer1-1/+1
2005-07-07For PR495:Reid Spencer2-24/+24
2005-07-07For PR495:Reid Spencer2-14/+14
2005-05-19For PR514:Reid Spencer2-64/+1
2005-05-19For PR514:Reid Spencer9-67/+131
2005-05-05* Use consistent spacing for function argumentsMisha Brukman1-18/+18
2005-05-03Minor clean-upsMisha Brukman2-17/+13
2005-05-03Clean up and correct llvmc configurations for C and C++Misha Brukman3-32/+24
2005-05-03std::string(NULL) does not a proper constructor makeMisha Brukman1-3/+3
2005-05-03Omit periods at the end of command-line switch explanations for consistencyMisha Brukman1-2/+2
2005-04-22Remove trailing whitespaceMisha Brukman6-108/+108
2005-04-20#include system headers after all LLVM headersMisha Brukman1-2/+1
2005-04-11Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer1-2/+3
2005-02-24Use DataInstall macro instead of INSTALL.Reid Spencer1-4/+4
2005-02-18Adjust the help output so that it will fit cleanly within 80 columns.Reid Spencer1-17/+17
2005-02-13Conform to the documented interface by null terminating argument lists!Chris Lattner1-7/+5
2005-01-17sysconfdir -> PROJ_etcdirReid Spencer1-4/+4
2005-01-16Rename BUILD_* to PROJ_*Reid Spencer1-5/+5
2004-12-30For PR351:Reid Spencer1-0/+1
2004-12-20Use Config/alloca.h instead of alloca.h - pointed out by Duraid and MishaBrian Gaeke1-1/+1
2004-12-19Make this compile on Solaris.Brian Gaeke1-0/+1
2004-12-19For PR351:Reid Spencer2-11/+16
2004-12-15Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/libReid Spencer2-2/+2
2004-12-13Make use of the new Path inserter function.Reid Spencer1-3/+3