Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
[oota-llvm.git] / tools /
2009-02-23 Nick LewyckyIf nobody minds, I'm using LTO to produce faster binari...
2009-02-22 Nick LewyckyAdd an option to the gold plugin to make it emit a...
2009-02-18 Rafael Espindolareally fix style
2009-02-18 Rafael Espindolafix style
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-17 Devang PatelRemove changes that were accidently included in previou...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Rafael Espindolatools like nm and ar only need register_claim_file...
2009-02-15 Nick LewyckyShoot! Remove this debugging line again!
2009-02-15 Nick LewyckyDon't discard definitions of common symbols. Not sure...
2009-02-12 Dan GohmanRename bugpoint's error message file so that if it...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2009-02-07 Nick LewyckyFree the buffer in the case where we don't create a...
2009-02-06 Nick LewyckyCorrect strange whitespace.
2009-02-06 Nick LewyckyFree the buffer.
2009-02-05 Chris Lattnerfix PR3488: llvm-ar r doesn't replace existing files
2009-02-05 Duncan SandsRevert the previous commit. It seems it didn't
2009-02-05 Duncan SandsStop llvm-config thinking that there are circular
2009-02-05 Nick LewyckyIt's not obvious, but lto_module_create_from_memory...
2009-02-05 Nick LewyckyRemove accidentally included debug message!
2009-02-04 Torok EdwinAlphabetize includes. Update comment.
2009-02-04 Torok Edwinmention that PIC is needed for libLTO and libLLVMgold
2009-02-04 Torok Edwinremove printf - it was there only for debugging!
2009-02-04 Torok Edwinadd support for .a files containing LLVM IR to the...
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.
2009-01-30 Mikhail GlushenkovAdd some comments.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-24 Mike StumpPerform optional clang building.
2009-01-21 Mikhail GlushenkovFix 'llvm-config --libs' output.
2009-01-21 Mikhail GlushenkovChange the hook API back to prevent memory leaks.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-15 Mikhail GlushenkovSome small documentation fixes.
2009-01-15 Mikhail GlushenkovClarify the documentation a bit.
2009-01-14 Mikhail GlushenkovMake -o a prefix option.
2009-01-09 Mikhail GlushenkovAdd a --check-graph option to llvmc.
2009-01-07 Oscar FuentesCMake: replace `rm' with portable invocations of cmake.
2009-01-05 Chris Lattnermake llvm-ld smart enough to link against native librar...
2009-01-03 Bill WendlingSetting BUILD_ARCHIVE to 0 has the same effect as defin...
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-12-31 Misha BrukmanAdd spacing between type and variable name.
2008-12-31 Misha BrukmanComment headers should extend to 80 chars.
2008-12-31 Misha BrukmanFix spacing to be uniform for parameters.
2008-12-31 Duncan SandsRename AddReadAttrs to FunctionAttrs, and teach it how
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-13 Mikhail GlushenkovAdd a comment to the auto-generated docs.
2008-12-13 Mikhail GlushenkovMerge llvm-rst.css and llvm.css.
2008-12-13 Mikhail GlushenkovSome more documentation tweaks.
2008-12-13 Mikhail GlushenkovMore cosmetic tweaks for llvmc docs.
2008-12-11 Mikhail GlushenkovFix W3C validator errors.
2008-12-11 Mikhail GlushenkovUse correct file for the llvmc tutorial.
2008-12-11 Mikhail GlushenkovUpdate the auto-generated llvmc documentation.
2008-12-11 Mikhail GlushenkovAdd a '-Wo,' option that passes options to opt.
2008-12-11 Mikhail GlushenkovMerge Base.td and Tools.td.
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-12-07 Oscar FuentesCMake: Added Tool.cpp to tools/llvmc/driver.
2008-12-07 Mikhail GlushenkovDescribe recent changes in the documentation.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovJoin tools couldn't be used in the middle of the toolchain.
2008-12-07 Mikhail GlushenkovEnable the Clang plugin by default.
2008-12-07 Mikhail GlushenkovUpdate plugins to use (actions).
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-04 Devang PatelEnable LoopIndexSplit pass.
2008-11-30 Nick LewyckyRemove warning about declaration does not declare anyth...
2008-11-29 Nick LewyckyAdd protected visibility to libLTO.
2008-11-28 Mikhail GlushenkovScrap some boilerplate.
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-28 Mikhail GlushenkovDocumentation: clarify what is meant by 'multiple edges'.
2008-11-26 Mikhail GlushenkovDisallow multiple edges.
2008-11-26 Devang PatelDisable -loop-index-split for now.
2008-11-26 Zhongxing XuAdjust indent.
2008-11-25 Oscar FuentesCMake: llvmc2 is now known as llvmc.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-11-25 Mikhail Glushenkovdocs: Add author info + fix incorrect code example.
2008-11-25 Mikhail GlushenkovSmall documentation update.
2008-11-25 Mikhail GlushenkovDocument the plugin priority feature.
2008-11-19 Andrew Lenharthignore the -m elf_i386 directive used in the linux...
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Recursively invokes cmake using the right direct...
2008-11-14 Oscar FuentesCMake: Remove unused tablegenning code from tools/llvmc...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-12 Mikhail GlushenkovSome cosmetic changes.
2008-11-11 Devang PatelRemove incomplete lto-bugpoint tool. If there is an...
2008-11-11 Oscar FuentesCMake: forces rebuild of llvm-config's library dependen...
2008-11-09 Oscar FuentesCMake: Corrected detection of `nm'.
2008-11-09 Oscar FuentesCMake: Support for cross-compiling. For now, requires...
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-11-07 Nick LewyckyUpdate to add newer bitcodes.
2008-11-05 Evan ChengAdd command line option -entry-funcion to override...
2008-11-04 Devang PatelOn darwin, 32-bit x86 target is i386-apple-darwin...
next