aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc
Commit message (Expand)AuthorAgeFilesLines
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* update the .cvs files.Chris Lattner2007-07-052-761/+761
* Here is the bulk of the sanitizing.Gabor Greif2007-07-056-24/+24
* Convert .cvsignore filesJohn Criswell2007-06-291-1/+0
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-061-2/+1
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-062-16/+7
* add bitcode support, optimize reading to not read all function bodies justChris Lattner2007-05-062-5/+17
* Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer2007-04-081-3/+2
* For PR1291:Reid Spencer2007-04-071-1/+2
* For PR789:Reid Spencer2007-03-291-2/+2
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-2/+2
* Fix build error on ARM.Lauro Ramos Venancio2007-02-121-1/+1
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-071-0/+17
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-071-1/+3
* Ressurrect this needed file.Reid Spencer2006-12-131-0/+63
* Ressurrect the Stacker "st" configuration. Someday this will all goReid Spencer2006-12-131-1/+1
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-39/+37
* For PR786:Reid Spencer2006-11-021-7/+0
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-042-2/+1
* Delete a no-longer-supported configuration item.Reid Spencer2006-08-291-1/+0
* For PR797:Reid Spencer2006-08-251-2/+3
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-221-10/+30
* For PR797:Reid Spencer2006-08-213-13/+19
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-164-7/+58
* No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner2006-08-011-1/+2
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Remove unneeded libsChris Lattner2006-06-211-1/+1
* For PR811:Reid Spencer2006-06-211-2/+0
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-1/+1
* silly cleanupChris Lattner2006-05-297-87/+94
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-244-5/+5
* Distribute CVS versions of lex filesReid Spencer2006-04-121-1/+1
* Ignore the lexer output.Reid Spencer2006-03-241-0/+1
* Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner2006-02-142-0/+201
* Implement PR614:Reid Spencer2005-08-271-0/+2720
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-272-2/+2
* Final Changes For PR495:Reid Spencer2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-072-24/+24
* For PR495:Reid Spencer2005-07-072-14/+14
* For PR514:Reid Spencer2005-05-192-64/+1
* For PR514:Reid Spencer2005-05-199-67/+131
* * Use consistent spacing for function argumentsMisha Brukman2005-05-051-18/+18
* Minor clean-upsMisha Brukman2005-05-032-17/+13
* Clean up and correct llvmc configurations for C and C++Misha Brukman2005-05-033-32/+24
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-031-3/+3
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-031-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-226-108/+108
* #include system headers after all LLVM headersMisha Brukman2005-04-201-2/+1
* Ensure that the arguments passed to sys::Program::ExecuteAndWait includeReid Spencer2005-04-111-2/+3
* Use DataInstall macro instead of INSTALL.Reid Spencer2005-02-241-4/+4