aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* llvmc: Support -march arguments that should be forwarded to llc as -mcpu.Mikhail Glushenkov2010-12-151-10/+42
* llvmc: Better -mfpu/-mcpu support for ARM & PPC.Mikhail Glushenkov2010-12-152-14/+89
* llvmc: more complete -march table for ARM.Mikhail Glushenkov2010-12-151-2/+4
* llvmc: Support -mabi/-mfloat-abi.Mikhail Glushenkov2010-12-151-0/+10
* llvmc: Forward -march/-mcpu/-mtune to as & ld.Mikhail Glushenkov2010-12-151-0/+6
* macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi2010-12-101-1/+1
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-103-7/+14
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-101-1/+1
* Mach-O: Tweak field name.Daniel Dunbar2010-12-101-1/+1
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-103-14/+7
* Add dependency to "make check".NAKAMURA Takumi2010-12-101-0/+2
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-093-7/+14
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-091-0/+13
* Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman2010-12-091-4/+11
* More code not compiled by CMake. :(.Michael J. Spencer2010-12-092-5/+14
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-096-37/+35
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-071-1/+59
* Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel2010-12-061-1/+1
* Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel2010-12-031-1/+1
* Disable .loc support on older darwin OSes.Devang Patel2010-12-021-0/+12
* Move check of command line options after command line parsing.Tobias Grosser2010-12-021-5/+5
* Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel2010-12-011-0/+5
* convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner2010-11-292-26/+23
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-291-1/+1
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-295-11/+11
* Merge System into Support.Michael J. Spencer2010-11-2921-30/+30
* tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi2010-11-291-1/+1
* tools/Makefile: Fix indentation.NAKAMURA Takumi2010-11-291-12/+12
* tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi2010-11-291-3/+8
* llvmc: First stab at better -march handling.Mikhail Glushenkov2010-11-282-6/+58
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-271-5/+19
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-271-1/+43
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-271-0/+8
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-271-19/+42
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-271-6/+72
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-271-1/+19
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-271-0/+52
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-271-3/+58
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-271-12/+69
* macho-dump: More sketching.Daniel Dunbar2010-11-271-2/+28
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-275-1/+60
* Add a newline.Mikhail Glushenkov2010-11-221-1/+2
* llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc.Mikhail Glushenkov2010-11-221-6/+6
* Make MCJIT work with CMake.Wesley Peck2010-11-171-1/+1
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-172-1/+2
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-171-0/+8
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-141-0/+3
* Update CMake.Daniel Dunbar2010-11-131-1/+1
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-132-11/+7
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-091-6/+7