summaryrefslogtreecommitdiffstats
path: root/tools/llvmc
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Added Tool.cpp to tools/llvmc/driver.Oscar Fuentes2008-12-071-0/+1
* Describe recent changes in the documentation.Mikhail Glushenkov2008-12-071-173/+243
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-11/+11
* Plugin updates: support more options.Mikhail Glushenkov2008-12-071-22/+57
* Join tools couldn't be used in the middle of the toolchain.Mikhail Glushenkov2008-12-071-5/+4
* Enable the Clang plugin by default.Mikhail Glushenkov2008-12-071-1/+1
* Update plugins to use (actions).Mikhail Glushenkov2008-12-072-9/+16
* Use (actions) instead of option properties, support external options.Mikhail Glushenkov2008-12-072-67/+89
* Scrap some boilerplate.Mikhail Glushenkov2008-11-281-35/+15
* Add 'hidden' and 'really_hidden' option properties.Mikhail Glushenkov2008-11-281-0/+6
* Documentation: clarify what is meant by 'multiple edges'.Mikhail Glushenkov2008-11-281-1/+2
* Disallow multiple edges.Mikhail Glushenkov2008-11-262-3/+25
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-251-1/+1
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2526-0/+1829
* Drop llvmc also, it will be replaced by shiny new llvmc2Anton Korobeynikov2008-05-0415-5956/+0
* Detabify.Bill Wendling2008-02-262-43/+43
* Get rid of hash_map in llvmcAnton Korobeynikov2008-02-202-4/+3
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* regenerateChris Lattner2007-12-292-708/+884
* remove attributionsChris Lattner2007-12-291-2/+2
* remove attributions from tools.Chris Lattner2007-12-296-12/+12
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* add a 'don't use me' marker.Chris Lattner2007-10-221-0/+3
* 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