aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2008-10-04CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes
2008-10-03Rename llvmc2/core to llvmc2/driver.Mikhail Glushenkov
2008-10-03Rename llvmc2/src to llvmc2/core.Mikhail Glushenkov
2008-10-03Fix build breakage when objdir!=srcdir (proper fix).Mikhail Glushenkov
2008-10-03Fix build breakage (again) when srcdir != objdir, other small fixes.Mikhail Glushenkov
2008-10-03Unbreak the build.Bill Wendling
2008-10-02Fix build breakage.Mikhail Glushenkov
2008-10-02Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov
2008-10-02Avoid name shadowing with E variable defined in for(). This was giving VC++Bill Wendling
2008-09-26CMake: Builds all targets.Oscar Fuentes
2008-09-24CMake: Lists of source files updated. Removed bogus dependency fromOscar Fuentes
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-09-22Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov
2008-09-22Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov
2008-09-22Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov
2008-09-22Add a 'Debugging' section to the documentation.Mikhail Glushenkov
2008-09-22Make comments a little bit more clear.Mikhail Glushenkov
2008-09-22Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov
2008-09-22Rename our version of ccc to ccc2Mikhail Glushenkov
2008-09-22Fix some commentsMikhail Glushenkov
2008-09-22Add a (forward_as) option propertyMikhail Glushenkov
2008-09-22Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor language/spell...Mikhail Glushenkov
2008-09-22CMake build system: support for parallel builds.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-09-19Turn on the AddReadAttrs pass.Duncan Sands
2008-09-19Teach -callgraph to always print the callgraph (as theDuncan Sands
2008-09-17Fix comments, help messages.Devang Patel
2008-09-17Fix cut-n-pasto.Devang Patel
2008-09-16Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.Devang Patel
2008-09-15End of the GlobalsModRef experiment.Duncan Sands
2008-09-12Give GlobalsModRef a whirl in the nightly testers.Duncan Sands
2008-09-09Allow use of ssh to perform remote execution.Evan Cheng
2008-08-27Backout 55429Devang Patel
2008-08-27Add facility to create a target.Devang Patel
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner
2008-08-21Don't silently ignore errors when opening output streams.Dan Gohman
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-17Link GC metadata printers by default to llcAnton Korobeynikov
2008-08-17Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov
2008-08-15Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson
2008-08-08Add -fast command line option to lli. It enables fast codegen path.Evan Cheng
2008-07-29Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman
2008-07-24Identify llvm bit-code file that is causing linking failure in LTO mode.Devang Patel
2008-07-22Quit early, if unable to reproduce error using original input files.Devang Patel
2008-07-22Remove temp. files in the end.Devang Patel
2008-07-22Remove more tabs.Bill Wendling
2008-07-21Provide llvm bitcode file to native object file interface.Devang Patel
2008-07-19tentative definitions are default visibilityNick Kledzik
2008-07-18typo.Devang Patel
2008-07-18If all linker input files are native object files then lto-bugpoint is not us...Devang Patel