summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Fix whitespace.Michael J. Spencer2010-12-16
* build: Fix ONLY_TOOLS to not build lto etc. unless specified.Daniel Dunbar2010-12-16
* Fix some compiler warnings.Daniel Dunbar2010-12-16
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* MC: Make TargetAsmBackend available to the AsmStreamer.Daniel Dunbar2010-12-16
* Copy-pastos.Mikhail Glushenkov2010-12-15
* Remove ConvertToMAttrImpl, it became too '-march'-specific.Mikhail Glushenkov2010-12-15
* llvmc: Support -march arguments that should be forwarded to llc as -mcpu.Mikhail Glushenkov2010-12-15
* llvmc: Better -mfpu/-mcpu support for ARM & PPC.Mikhail Glushenkov2010-12-15
* llvmc: more complete -march table for ARM.Mikhail Glushenkov2010-12-15
* llvmc: Support -mabi/-mfloat-abi.Mikhail Glushenkov2010-12-15
* llvmc: Forward -march/-mcpu/-mtune to as & ld.Mikhail Glushenkov2010-12-15
* macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi2010-12-10
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* macho-dump: Switch to C++ macho-dump tool.Daniel Dunbar2010-12-10
* Mach-O: Tweak field name.Daniel Dunbar2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Add dependency to "make check".NAKAMURA Takumi2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* Print breakpoints for call instructions. This is used by optimized debug info...Devang Patel2010-12-09
* Give CurStreamType's enum a name. This works around what is apparentlyDan Gohman2010-12-09
* More code not compiled by CMake. :(.Michael J. Spencer2010-12-09
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Add a simple breakpoint location printer. This will be used by upcoming "debu...Devang Patel2010-12-07
* Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel2010-12-06
* Do not try luck by using given name to create temporary file. In parallel bui...Devang Patel2010-12-03
* Disable .loc support on older darwin OSes.Devang Patel2010-12-02
* Move check of command line options after command line parsing.Tobias Grosser2010-12-02
* Add hiddent command line option, as an debugging aid, to disable .loc use.Devang Patel2010-12-01
* convert llvm-ar and llvm-ranlib to raw_ostream from iostreams.Chris Lattner2010-11-29
* Now to chant the magical incantation that will exorcise the System libraryCharles Davis2010-11-29
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29
* tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai...NAKAMURA Takumi2010-11-29
* tools/Makefile: Fix indentation.NAKAMURA Takumi2010-11-29
* tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming.NAKAMURA Takumi2010-11-29
* llvmc: First stab at better -march handling.Mikhail Glushenkov2010-11-28
* macho-dump: Add support for --dump-section-data and tweak a few format strings.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symbol table entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping string table data.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping relocation entries.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping sections.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping dysymtab indirect symbol table.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping symtab and dysymtab commands.Daniel Dunbar2010-11-27
* macho-dump: Add support for dumping segment load commands.Daniel Dunbar2010-11-27
* Object/Mach-O: Add header and load command information.Daniel Dunbar2010-11-27
* macho-dump: More sketching.Daniel Dunbar2010-11-27
* macho-dump: Stub out C++ macho-dump tool.Daniel Dunbar2010-11-27
* Add a newline.Mikhail Glushenkov2010-11-22
* llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc.Mikhail Glushenkov2010-11-22