aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Enable LoopIndexSplit pass.Devang Patel2008-12-041-2/+2
* Remove warning about declaration does not declare anything. This class wasNick Lewycky2008-11-301-1/+0
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-0/+2
* 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
* Disable -loop-index-split for now.Devang Patel2008-11-261-2/+2
* Adjust indent.Zhongxing Xu2008-11-261-2/+2
* CMake: llvmc2 is now known as llvmc.Oscar Fuentes2008-11-252-2/+2
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2528-41/+44
* docs: Add author info + fix incorrect code example.Mikhail Glushenkov2008-11-252-5/+9
* Small documentation update.Mikhail Glushenkov2008-11-252-6/+8
* Document the plugin priority feature.Mikhail Glushenkov2008-11-251-12/+26
* ignore the -m elf_i386 directive used in the linux kernelAndrew Lenharth2008-11-191-0/+3
* Support dependencies between plugins by priority-sorting.Mikhail Glushenkov2008-11-171-0/+9
* Add a layer of indirection to make plugins more flexible.Mikhail Glushenkov2008-11-175-44/+47
* CMake: Removed some cruft.Oscar Fuentes2008-11-151-8/+3
* CMake: Recursively invokes cmake using the right directories.Oscar Fuentes2008-11-151-1/+1
* CMake: Remove unused tablegenning code from tools/llvmc2/driver.Oscar Fuentes2008-11-141-22/+0
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-132-3/+6
* Some cosmetic changes.Mikhail Glushenkov2008-11-121-6/+2
* Remove incomplete lto-bugpoint tool. If there is an interest then we can resu...Devang Patel2008-11-114-614/+0
* CMake: forces rebuild of llvm-config's library dependency info when aOscar Fuentes2008-11-111-0/+1
* CMake: Corrected detection of `nm'.Oscar Fuentes2008-11-091-1/+3
* CMake: Support for cross-compiling. For now, requires a previouslyOscar Fuentes2008-11-092-2/+10
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-081-2/+12
* Update to add newer bitcodes.Nick Lewycky2008-11-071-12/+20
* Add command line option -entry-funcion to override entry function (default is...Evan Cheng2008-11-051-5/+12
* On darwin, 32-bit x86 target is i386-apple-darwin...Devang Patel2008-11-041-1/+1
* fix memory leak in pass manager when adding an analysis pass that already exi...Nuno Lopes2008-11-041-6/+11
* Revert 58687. This breaks mingw.Tanya Lattner2008-11-041-5/+12
* Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky2008-11-041-12/+5
* CMakeLists: removed asmprinter component fromOscar Fuentes2008-11-041-1/+1
* CMake: Removed some cruft.Oscar Fuentes2008-10-291-3/+3
* Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code.Nick Lewycky2008-10-261-19/+0
* CMake: If we have `clang' under the `tools/' subdirectory, add it toOscar Fuentes2008-10-261-0/+4
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-261-11/+4
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-222-2/+4
* CMake: `make install' for libraries, executables and header files.Oscar Fuentes2008-10-221-0/+5
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-212-2/+2
* Re-apply Makefile changes. Fix build with srcdir != objdir.Mikhail Glushenkov2008-10-1610-13/+60
* Unbreak the build. Please test out the proper fix for this by compiling LLVMBill Wendling2008-10-151-1/+3
* Temporary revert r57567 and unbreak the build.Anton Korobeynikov2008-10-157-56/+8
* llvmc2: Documentation update. Describe recent work on plugins.Mikhail Glushenkov2008-10-152-44/+110
* llvmc2: Some Makefile fixes and renames.Mikhail Glushenkov2008-10-158-25/+54
* Use (a slightly modified) llvm.css for llvmc2 docs.Mikhail Glushenkov2008-10-153-3/+89
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-3/+3
* Fix build failure.Devang Patel2008-10-101-1/+8
* CMake: Reflected changes on source file structure. New plugin supportOscar Fuentes2008-10-042-32/+34