aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2010-12-02Move check of command line options after command line parsing.Tobias Grosser
2010-12-01Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel
2010-11-29convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-29tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi
2010-11-29tools/Makefile: Fix indentation.NAKAMURA Takumi
2010-11-29tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi
2010-11-28llvmc: First stab at better -march handling.Mikhail Glushenkov
2010-11-27macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symbol table entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping string table data.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping relocation entries.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping sections.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar
2010-11-27macho-dump: Add support for dumping segment load commands.Daniel Dunbar
2010-11-27Object/Mach-O: Add header and load command information.Daniel Dunbar
2010-11-27macho-dump: More sketching.Daniel Dunbar
2010-11-27macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar
2010-11-22Add a newline.Mikhail Glushenkov
2010-11-22llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc.Mikhail Glushenkov
2010-11-17Make MCJIT work with CMake.Wesley Peck
2010-11-17MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar
2010-11-17lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar
2010-11-14fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner
2010-11-13Update CMake.Daniel Dunbar
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar
2010-11-09Fix some places where error messages were being swallowed.Dan Gohman
2010-11-08Add registry hook for assembly text outputChe-Liang Chiou
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov
2010-11-0380-col violations, trailing whitespace.Mikhail Glushenkov
2010-11-02Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen