aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2011-02-16Add a debug obj-path option to make it easy to keep the .o produce by LTO.Rafael Espindola
2011-02-14Switch llvm to using comdats. For now always use groups with a singleRafael Espindola
2011-02-13improve solaris support, from PR9109, patch by Yuri!Chris Lattner
2011-02-12Preserve aliases if needed.Rafael Espindola
2011-02-12Fix a silly bug I introduced when dropping std::string.Rafael Espindola
2011-02-11fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!Chris Lattner
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2011-02-09tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm-stub at runtime.NAKAMURA Takumi
2011-02-09tools/llvm-ld: Cygwin can handle #!shbang.NAKAMURA Takumi
2011-02-08Don't open the file again in the gold plugin. To be able to do this, updateRafael Espindola
2011-02-08Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick
2011-02-08whitespaceAndrew Trick
2011-02-01Don't tell the linker about available_externally definitions. If we do, it willRafael Espindola
2011-01-31While printing "interesting" breakpoint locations for debug info quality test...Devang Patel
2011-01-27Don't show -pedantic, -W and -Wall on the output ofOscar Fuentes
2011-01-23Add support for the --noexecstack option.Rafael Espindola
2011-01-20RegionPassPrinter should contain the name of the pass printedTobias Grosser
2011-01-20llvm-objdump: Remove redundant includes.Michael J. Spencer
2011-01-20llvm-nm: Fix warning.Michael J. Spencer
2011-01-20Add llvm-objdumpMichael J. Spencer
2011-01-20llvm-nm: Update to use the new LLVMObject library.Michael J. Spencer
2011-01-20gold: MinGW fix.Michael J. Spencer
2011-01-17Add some platform checks. Also fix a typo on a Makefile.Oscar Fuentes
2011-01-14Fix memory leak found by clang static analyzer.Ted Kremenek
2011-01-14Disable debug mode.Devang Patel
2011-01-13Little help to debug the bugpoint itself.Devang Patel
2011-01-10Fix Whitespace.Michael J. Spencer
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer
2011-01-07Do not include DataTypes.h in llvm-c/lto.h.Devang Patel
2011-01-06Correctly disassemble truncated asm.Rafael Espindola
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner
2010-12-29autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer
2010-12-16llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership ofMichael J. Spencer
2010-12-16llvm-dis: Simplify MemoryBuffer usage.Michael J. Spencer
2010-12-16Fix whitespace.Michael J. Spencer
2010-12-16build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar
2010-12-16Fix some compiler warnings.Daniel Dunbar
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-16MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar
2010-12-15Copy-pastos.Mikhail Glushenkov
2010-12-15Remove ConvertToMAttrImpl, it became too '-march'-specific.Mikhail Glushenkov
2010-12-15llvmc: Support -march arguments that should be forwarded to llc as -mcpu.Mikhail Glushenkov
2010-12-15llvmc: Better -mfpu/-mcpu support for ARM & PPC.Mikhail Glushenkov
2010-12-15llvmc: more complete -march table for ARM.Mikhail Glushenkov
2010-12-15llvmc: Support -mabi/-mfloat-abi.Mikhail Glushenkov
2010-12-15llvmc: Forward -march/-mcpu/-mtune to as & ld.Mikhail Glushenkov