summaryrefslogtreecommitdiff
path: root/tools/llvmc
Commit message (Expand)AuthorAge
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* add a 'don't use me' marker.Chris Lattner2007-10-22
* Move the space in overview output for commands out of each of theDan Gohman2007-10-08
* update the .cvs files.Chris Lattner2007-07-05
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* Convert .cvsignore filesJohn Criswell2007-06-29
* use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner2007-05-06
* switch tools to bitcode instead of bytecodeChris Lattner2007-05-06
* add bitcode support, optimize reading to not read all function bodies justChris Lattner2007-05-06
* Make TempDir a PathWithStatus so we don't have to cast it to one.Reid Spencer2007-04-08
* For PR1291:Reid Spencer2007-04-07
* For PR789:Reid Spencer2007-03-29
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Fix build error on ARM.Lauro Ramos Venancio2007-02-12
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-07
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* Ressurrect this needed file.Reid Spencer2006-12-13
* Ressurrect the Stacker "st" configuration. Someday this will all goReid Spencer2006-12-13
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* For PR786:Reid Spencer2006-11-02
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Delete a no-longer-supported configuration item.Reid Spencer2006-08-29
* For PR797:Reid Spencer2006-08-25
* Make the sys::Path::GetTemporaryDirectory method not throw exceptions andReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* Patches to correct several bugs in llvmc.Reid Spencer2006-08-16
* No need to check isWriteable here (which isn't sufficient anyway). Just attemptChris Lattner2006-08-01
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Remove unneeded libsChris Lattner2006-06-21
* For PR811:Reid Spencer2006-06-21
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* silly cleanupChris Lattner2006-05-29
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Distribute CVS versions of lex filesReid Spencer2006-04-12
* Ignore the lexer output.Reid Spencer2006-03-24
* Adjust to new style "generated files in CVS" mechanism for lex outputChris Lattner2006-02-14
* Implement PR614:Reid Spencer2005-08-27
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* For PR514:Reid Spencer2005-05-19
* For PR514:Reid Spencer2005-05-19
* * Use consistent spacing for function argumentsMisha Brukman2005-05-05
* Minor clean-upsMisha Brukman2005-05-03
* Clean up and correct llvmc configurations for C and C++Misha Brukman2005-05-03
* std::string(NULL) does not a proper constructor makeMisha Brukman2005-05-03
* Omit periods at the end of command-line switch explanations for consistencyMisha Brukman2005-05-03
* Remove trailing whitespaceMisha Brukman2005-04-22
* #include system headers after all LLVM headersMisha Brukman2005-04-20