Let the strcat optimizer return the pointer to the start of the buffer,
[oota-llvm.git] / tools /
2009-04-04 Oscar FuentesCMake: defines and uses macro add_llvm_definitions...
2009-04-04 Nick LewyckyCloneModule stores the BasicBlock mapping in ValueMap...
2009-04-03 Oscar FuentesCMake: tools/llvm-config/CMakeLists.txt: Use ! instead...
2009-04-01 Misha BrukmanFixed file header comment.
2009-04-01 Evan ChengRecognize arm triplets.
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-03-31 Mikhail GlushenkovDo not pass '-relocation-model=pic' to llc.
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-16 Douglas GregorCMake: Build system fixes for XCode. llvm-config still...
2009-03-12 Evan ChengAlso pass -gcc-tool-args when building a shared object.
2009-03-11 Anton KorobeynikovAnother bug :(
2009-03-11 Anton KorobeynikovUnbreak the build. Dunno, why it did not fail on mingw :(
2009-03-11 Anton KorobeynikovDisable plugins / shared stuff generation on windows...
2009-03-10 Dan GohmanChange these sed lines to behave correctly when the...
2009-03-06 Chris LattnerChange various llvm utilities to use PrettyStackTracePr...
2009-03-06 Dan GohmanUse CloneModule's ValueMap to avoid needing to look up
2009-03-05 Dan GohmanFix a bugpoint bug on anonymous functions. Instead...
2009-03-03 Mikhail GlushenkovAdd example/Skeleton.
2009-03-03 Mikhail GlushenkovComment fixes.
2009-03-03 Mikhail GlushenkovUse LLVMLIBS instead of USEDLIBS.
2009-03-03 Mikhail GlushenkovMove example plugins to the example/ directory.
2009-03-03 Nick LewyckyENABLE_PIC is either 0 or 1, but is always defined.
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2009-03-02 Mikhail GlushenkovMove the rules for building plugins to Makefile.rules.
2009-03-02 Mikhail GlushenkovFix build with objdir != srcdir.
2009-03-02 Mikhail GlushenkovMove code from Main.cpp to the include dir.
2009-03-02 Mikhail GlushenkovReorganize llvmc code.
2009-02-26 Chris Lattnerdisable exports from a bunch more tools, those without...
2009-02-26 Chris Lattneruse TOOL_NO_EXPORTS, this shrinks the llvm-as binary...
2009-02-26 Nick LewyckyTabs to spaces presto chango! Pointed out by Duncan...
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-26 Nick LewyckyAdd the function attributes pass during LTO time.
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.
next