aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-03-12Also pass -gcc-tool-args when building a shared object.Evan Cheng
2009-03-11Another bug :(Anton Korobeynikov
2009-03-11Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov
2009-03-11Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov
2009-03-10Change these sed lines to behave correctly when the input stringDan Gohman
2009-03-06Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner
2009-03-06Use CloneModule's ValueMap to avoid needing to look upDan Gohman
2009-03-05Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman
2009-03-03Add example/Skeleton.Mikhail Glushenkov
2009-03-03Comment fixes.Mikhail Glushenkov
2009-03-03Use LLVMLIBS instead of USEDLIBS.Mikhail Glushenkov
2009-03-03Move example plugins to the example/ directory.Mikhail Glushenkov
2009-03-03ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky
2009-03-02Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling
2009-03-02Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov
2009-03-02Fix build with objdir != srcdir.Mikhail Glushenkov
2009-03-02Move code from Main.cpp to the include dir.Mikhail Glushenkov
2009-03-02Reorganize llvmc code.Mikhail Glushenkov
2009-02-26disable exports from a bunch more tools, those without plugins.Chris Lattner
2009-02-26use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to Chris Lattner
2009-02-26Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky
2009-02-26Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky
2009-02-26Add the function attributes pass during LTO time.Nick Lewycky
2009-02-23If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegenNick Lewycky
2009-02-22Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky
2009-02-18really fix styleRafael Espindola
2009-02-18fix styleRafael Espindola
2009-02-18Eliminate several more unnecessary intptr_t casts.Dan Gohman
2009-02-17Remove changes that were accidently included in previous commit.Devang Patel
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-17tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola
2009-02-15Shoot! Remove this debugging line again!Nick Lewycky
2009-02-15Don't discard definitions of common symbols. Not sure if this is the right fix.Nick Lewycky
2009-02-12Rename bugpoint's error message file so that if it somehowDan Gohman
2009-02-11Revert r64299: it breaks the build when configuredDuncan Sands
2009-02-11Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky
2009-02-1162987 disables LTO build on darwin.Devang Patel
2009-02-07fix bugpoint url, patch by Pieter de Bie!Chris Lattner
2009-02-07Free the buffer in the case where we don't create a module out of it, asNick Lewycky
2009-02-06Correct strange whitespace.Nick Lewycky
2009-02-06Free the buffer.Nick Lewycky
2009-02-05fix PR3488: llvm-ar r doesn't replace existing filesChris Lattner
2009-02-05Revert the previous commit. It seems it didn'tDuncan Sands
2009-02-05Stop llvm-config thinking that there are circularDuncan Sands
2009-02-05It's not obvious, but lto_module_create_from_memory doesn't need to use theNick Lewycky
2009-02-05Remove accidentally included debug message!Nick Lewycky
2009-02-04Alphabetize includes. Update comment.Torok Edwin
2009-02-04mention that PIC is needed for libLTO and libLLVMgoldTorok Edwin
2009-02-04remove printf - it was there only for debugging!Torok Edwin
2009-02-04add support for .a files containing LLVM IR to the gold pluginTorok Edwin