summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Make MCJIT work with CMake.Wesley Peck2010-11-17
* MCJIT: Stub out MCJIT implementation, still doesn't do anything useful.Daniel Dunbar2010-11-17
* lli: Add stub -use-mcjit option, which doesn't currently do anything.Daniel Dunbar2010-11-17
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-14
* Update CMake.Daniel Dunbar2010-11-13
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-13
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-09
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-08
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-03
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-03
* Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen2010-11-02
* GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov2010-11-02
* Trailing whitespace.Mikhail Glushenkov2010-11-02
* Allow specifying a CPU to llvm-mc, so that we can properly set up subtargetJim Grosbach2010-10-30
* Add polly support to the build system.Tobias Grosser2010-10-30
* Check for (unlikely) errors from FindExecutable.Dan Gohman2010-10-29
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-29
* Delete this obsolete comment.Dan Gohman2010-10-29
* tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.NAKAMURA Takumi2010-10-28
* llvm-mc: Teach -as-lex to print the raw token string as well.Daniel Dunbar2010-10-25
* Resurrect mcc16, it is useful as an example.Mikhail Glushenkov2010-10-23
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-23