summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15
* Add -fast command line option to lli. It enables fast codegen path.Evan Cheng2008-08-08
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-29
* Identify llvm bit-code file that is causing linking failure in LTO mode.Devang Patel2008-07-24
* Quit early, if unable to reproduce error using original input files.Devang Patel2008-07-22
* Remove temp. files in the end.Devang Patel2008-07-22
* Remove more tabs.Bill Wendling2008-07-22
* Provide llvm bitcode file to native object file interface.Devang Patel2008-07-21
* tentative definitions are default visibilityNick Kledzik2008-07-19
* typo.Devang Patel2008-07-18
* If all linker input files are native object files then lto-bugpoint is not us...Devang Patel2008-07-18
* Start writing lto-bugpoint tool.Devang Patel2008-07-18