aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-025-50/+8
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-026-53/+46
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-021-114/+2
* Reorganize llvmc code.Mikhail Glushenkov2009-03-0216-861/+82
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-268-0/+24
* use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to Chris Lattner2009-02-261-0/+3
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-261-2/+2
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-263-16/+10
* Add the function attributes pass during LTO time.Nick Lewycky2009-02-262-1/+3
* If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegenNick Lewycky2009-02-231-2/+2
* Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky2009-02-221-1/+23
* really fix styleRafael Espindola2009-02-181-6/+6
* fix styleRafael Espindola2009-02-181-4/+2
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-185-13/+13
* Remove changes that were accidently included in previous commit.Devang Patel2009-02-171-6/+0
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-0/+6
* tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola2009-02-171-5/+10
* Shoot! Remove this debugging line again!Nick Lewycky2009-02-151-2/+0
* Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky2009-02-151-1/+5
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-121-1/+1
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-112-5/+8
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-112-8/+5
* 62987 disables LTO build on darwin.Devang Patel2009-02-112-3/+8
* fix bugpoint url, patch by Pieter de Bie!Chris Lattner2009-02-071-1/+1
* Free the buffer in the case where we don't create a module out of it, asNick Lewycky2009-02-071-6/+9
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
* Free the buffer.Nick Lewycky2009-02-061-7/+2
* fix PR3488: llvm-ar r doesn't replace existing filesChris Lattner2009-02-051-1/+1
* Revert the previous commit. It seems it didn'tDuncan Sands2009-02-051-1/+5
* Stop llvm-config thinking that there are circularDuncan Sands2009-02-051-5/+1
* It's not obvious, but lto_module_create_from_memory doesn't need to use theNick Lewycky2009-02-051-6/+0
* Remove accidentally included debug message!Nick Lewycky2009-02-051-6/+4
* Alphabetize includes. Update comment.Torok Edwin2009-02-041-4/+3
* mention that PIC is needed for libLTO and libLLVMgoldTorok Edwin2009-02-041-1/+5
* remove printf - it was there only for debugging!Torok Edwin2009-02-041-1/+0
* add support for .a files containing LLVM IR to the gold pluginTorok Edwin2009-02-041-6/+45
* Add LLVM plugin for gold.Nick Lewycky2009-02-034-0/+377
* Add some comments.Mikhail Glushenkov2009-01-301-1/+5
* Add three new option properties.Mikhail Glushenkov2009-01-281-21/+36
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-262-8/+3
* Perform optional clang building.Mike Stump2009-01-241-0/+4
* Fix 'llvm-config --libs' output.Mikhail Glushenkov2009-01-212-2/+2
* Change the hook API back to prevent memory leaks.Mikhail Glushenkov2009-01-211-1/+1
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-7/+12
* Registry.h should not depend on CommandLine.h.Mikhail Glushenkov2009-01-161-2/+3
* Delete trailing whitespace.Mikhail Glushenkov2009-01-161-21/+21
* Add the private linkage.Rafael Espindola2009-01-152-2/+3
* Some small documentation fixes.Mikhail Glushenkov2009-01-151-11/+12
* Clarify the documentation a bit.Mikhail Glushenkov2009-01-151-6/+11
* Make -o a prefix option.Mikhail Glushenkov2009-01-141-1/+1