summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-22
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-22
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* Re-apply Makefile changes. Fix build with srcdir != objdir.Mikhail Glushenkov2008-10-16
* Unbreak the build. Please test out the proper fix for this by compiling LLVMBill Wendling2008-10-15
* Temporary revert r57567 and unbreak the build.Anton Korobeynikov2008-10-15
* llvmc2: Documentation update. Describe recent work on plugins.Mikhail Glushenkov2008-10-15
* llvmc2: Some Makefile fixes and renames.Mikhail Glushenkov2008-10-15
* Use (a slightly modified) llvm.css for llvmc2 docs.Mikhail Glushenkov2008-10-15
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-14
* Fix build failure.Devang Patel2008-10-10
* CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes2008-10-04
* Rename llvmc2/core to llvmc2/driver.Mikhail Glushenkov2008-10-03
* Rename llvmc2/src to llvmc2/core.Mikhail Glushenkov2008-10-03
* Fix build breakage when objdir!=srcdir (proper fix).Mikhail Glushenkov2008-10-03
* Fix build breakage (again) when srcdir != objdir, other small fixes.Mikhail Glushenkov2008-10-03
* Unbreak the build.Bill Wendling2008-10-03
* Fix build breakage.Mikhail Glushenkov2008-10-02
* Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov2008-10-02
* Avoid name shadowing with E variable defined in for(). This was giving VC++Bill Wendling2008-10-02
* CMake: Builds all targets.Oscar Fuentes2008-09-26
* CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes2008-09-24
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov2008-09-22
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-22
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-22
* Add a 'Debugging' section to the documentation.Mikhail Glushenkov2008-09-22
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-22
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-22
* Rename our version of ccc to ccc2Mikhail Glushenkov2008-09-22
* Fix some commentsMikhail Glushenkov2008-09-22
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-22
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov2008-09-22
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-22
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Turn on the AddReadAttrs pass.Duncan Sands2008-09-19
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-19
* Fix comments, help messages.Devang Patel2008-09-17
* Fix cut-n-pasto.Devang Patel2008-09-17
* Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.Devang Patel2008-09-16
* End of the GlobalsModRef experiment.Duncan Sands2008-09-15
* Give GlobalsModRef a whirl in the nightly testers.Duncan Sands2008-09-12
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-09
* Backout 55429Devang Patel2008-08-27
* Add facility to create a target.Devang Patel2008-08-27
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Don't silently ignore errors when opening output streams.Dan Gohman2008-08-21
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-17
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17