summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Fix memory leak found by clang static analyzer.Ted Kremenek1-1/+1
2011-01-14Disable debug mode.Devang Patel1-2/+2
2011-01-13Little help to debug the bugpoint itself.Devang Patel1-0/+12
2011-01-10Fix Whitespace.Michael J. Spencer1-14/+14
2011-01-10Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2-3/+8
2011-01-07Do not include DataTypes.h in llvm-c/lto.h.Devang Patel1-3/+3
2011-01-06Correctly disassemble truncated asm.Rafael Espindola1-1/+1
2011-01-02split dom frontier handling stuff out to its own DominanceFrontier header,Chris Lattner1-7/+4
2010-12-29autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv...NAKAMURA Takumi1-2/+3
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-6/+3
2010-12-18Revert r122143 through r122140, which collectively broke the LLVMC tests onOwen Anderson1-3/+6
2010-12-18Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.Michael J. Spencer1-6/+3
2010-12-16llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership ofMichael J. Spencer1-5/+7
2010-12-16llvm-dis: Simplify MemoryBuffer usage.Michael J. Spencer1-4/+2
2010-12-16Fix whitespace.Michael J. Spencer1-10/+10
2010-12-16build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar1-0/+2
2010-12-16Fix some compiler warnings.Daniel Dunbar1-2/+2
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer8-42/+38
2010-12-16MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar1-2/+6
2010-12-15Copy-pastos.Mikhail Glushenkov1-17/+15
2010-12-15Remove ConvertToMAttrImpl, it became too '-march'-specific.Mikhail Glushenkov1-62/+70
2010-12-15llvmc: Support -march arguments that should be forwarded to llc as -mcpu.Mikhail Glushenkov1-10/+42
2010-12-15llvmc: Better -mfpu/-mcpu support for ARM & PPC.Mikhail Glushenkov2-14/+89
2010-12-15llvmc: more complete -march table for ARM.Mikhail Glushenkov1-2/+4
2010-12-15llvmc: Support -mabi/-mfloat-abi.Mikhail Glushenkov1-0/+10
2010-12-15llvmc: Forward -march/-mcpu/-mtune to as & ld.Mikhail Glushenkov1-0/+6
2010-12-10macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi1-1/+1
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola3-7/+14
2010-12-10macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar1-1/+1
2010-12-10Mach-O: Tweak field name.Daniel Dunbar1-1/+1
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola3-14/+7
2010-12-10Add dependency to "make check".NAKAMURA Takumi1-0/+2
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola3-7/+14
2010-12-09Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel1-0/+13
2010-12-09Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman1-4/+11
2010-12-09More code not compiled by CMake. :(.Michael J. Spencer2-5/+14
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer6-37/+35
2010-12-07Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel1-1/+59
2010-12-06Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel1-1/+1
2010-12-03Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel1-1/+1
2010-12-02Disable .loc support on older darwin OSes.Devang Patel1-0/+12
2010-12-02Move check of command line options after command line parsing.Tobias Grosser1-5/+5
2010-12-01Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel1-0/+5
2010-11-29convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner2-26/+23
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer5-11/+11
2010-11-29Merge System into Support.Michael J. Spencer21-30/+30
2010-11-29tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi1-1/+1
2010-11-29tools/Makefile: Fix indentation.NAKAMURA Takumi1-12/+12
2010-11-29tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi1-3/+8