aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-12-10macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar
2010-12-10Mach-O: Tweak field name.Daniel Dunbar
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-10Add dependency to "make check".NAKAMURA Takumi
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-09Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel
2010-12-09Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman
2010-12-09More code not compiled by CMake. :(.Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-12-07Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel
2010-12-06Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel
2010-12-03Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel
2010-12-02Disable .loc support on older darwin OSes.Devang Patel