| Commit message (Expand) | Author | Age | Files | Lines |
* | autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llv... | NAKAMURA Takumi | 2010-12-29 | 1 | -2/+3 |
* | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer | 2010-12-18 | 1 | -6/+3 |
* | Revert r122143 through r122140, which collectively broke the LLVMC tests on | Owen Anderson | 2010-12-18 | 1 | -3/+6 |
* | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer | 2010-12-18 | 1 | -6/+3 |
* | llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership of | Michael J. Spencer | 2010-12-16 | 1 | -5/+7 |
* | llvm-dis: Simplify MemoryBuffer usage. | Michael J. Spencer | 2010-12-16 | 1 | -4/+2 |
* | Fix whitespace. | Michael J. Spencer | 2010-12-16 | 1 | -10/+10 |
* | build: Fix ONLY_TOOLS to not build lto etc. unless specified. | Daniel Dunbar | 2010-12-16 | 1 | -0/+2 |
* | Fix some compiler warnings. | Daniel Dunbar | 2010-12-16 | 1 | -2/+2 |
* | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer | 2010-12-16 | 8 | -42/+38 |
* | MC: Make TargetAsmBackend available to the AsmStreamer. | Daniel Dunbar | 2010-12-16 | 1 | -2/+6 |
* | Copy-pastos. | Mikhail Glushenkov | 2010-12-15 | 1 | -17/+15 |
* | Remove ConvertToMAttrImpl, it became too '-march'-specific. | Mikhail Glushenkov | 2010-12-15 | 1 | -62/+70 |
* | llvmc: Support -march arguments that should be forwarded to llc as -mcpu. | Mikhail Glushenkov | 2010-12-15 | 1 | -10/+42 |
* | llvmc: Better -mfpu/-mcpu support for ARM & PPC. | Mikhail Glushenkov | 2010-12-15 | 2 | -14/+89 |
* | llvmc: more complete -march table for ARM. | Mikhail Glushenkov | 2010-12-15 | 1 | -2/+4 |
* | llvmc: Support -mabi/-mfloat-abi. | Mikhail Glushenkov | 2010-12-15 | 1 | -0/+10 |
* | llvmc: Forward -march/-mcpu/-mtune to as & ld. | Mikhail Glushenkov | 2010-12-15 | 1 | -0/+6 |
* | macho-dump: Fix CMake build, following up to r121466. | NAKAMURA Takumi | 2010-12-10 | 1 | -1/+1 |
* | Fixed version of 121434 with no new memory leaks. | Rafael Espindola | 2010-12-10 | 3 | -7/+14 |
* | macho-dump: Switch to C++ macho-dump tool. | Daniel Dunbar | 2010-12-10 | 1 | -1/+1 |
* | Mach-O: Tweak field name. | Daniel Dunbar | 2010-12-10 | 1 | -1/+1 |
* | Revert my previous patch to make the valgrind bots happy. | Rafael Espindola | 2010-12-10 | 3 | -14/+7 |
* | Add dependency to "make check". | NAKAMURA Takumi | 2010-12-10 | 1 | -0/+2 |
* | Initial support for the cfi directives. This is just enough to get | Rafael Espindola | 2010-12-09 | 3 | -7/+14 |
* | Print breakpoints for call instructions. This is used by optimized debug info... | Devang Patel | 2010-12-09 | 1 | -0/+13 |
* | Give CurStreamType's enum a name. This works around what is apparently | Dan Gohman | 2010-12-09 | 1 | -4/+11 |
* | More code not compiled by CMake. :(. | Michael J. Spencer | 2010-12-09 | 2 | -5/+14 |
* | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer | 2010-12-09 | 6 | -37/+35 |
* | Add a simple breakpoint location printer. This will be used by upcoming "debu... | Devang Patel | 2010-12-07 | 1 | -1/+59 |
* | Do not try luck by using given name to create temporary file. In parallel bui... | Devang Patel | 2010-12-06 | 1 | -1/+1 |
* | Do not try luck by using given name to create temporary file. In parallel bui... | Devang Patel | 2010-12-03 | 1 | -1/+1 |
* | Disable .loc support on older darwin OSes. | Devang Patel | 2010-12-02 | 1 | -0/+12 |
* | Move check of command line options after command line parsing. | Tobias Grosser | 2010-12-02 | 1 | -5/+5 |
* | Add hiddent command line option, as an debugging aid, to disable .loc use. | Devang Patel | 2010-12-01 | 1 | -0/+5 |
* | convert llvm-ar and llvm-ranlib to raw_ostream from iostreams. | Chris Lattner | 2010-11-29 | 2 | -26/+23 |
* | Now to chant the magical incantation that will exorcise the System library | Charles Davis | 2010-11-29 | 1 | -1/+1 |
* | I swear I did a make clean and make before committing all this... | Michael J. Spencer | 2010-11-29 | 5 | -11/+11 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 21 | -30/+30 |
* | tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai... | NAKAMURA Takumi | 2010-11-29 | 1 | -1/+1 |
* | tools/Makefile: Fix indentation. | NAKAMURA Takumi | 2010-11-29 | 1 | -12/+12 |
* | tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming. | NAKAMURA Takumi | 2010-11-29 | 1 | -3/+8 |
* | llvmc: First stab at better -march handling. | Mikhail Glushenkov | 2010-11-28 | 2 | -6/+58 |
* | macho-dump: Add support for --dump-section-data and tweak a few format strings. | Daniel Dunbar | 2010-11-27 | 1 | -5/+19 |
* | macho-dump: Add support for dumping symbol table entries. | Daniel Dunbar | 2010-11-27 | 1 | -1/+43 |
* | macho-dump: Add support for dumping string table data. | Daniel Dunbar | 2010-11-27 | 1 | -0/+8 |
* | macho-dump: Add support for dumping relocation entries. | Daniel Dunbar | 2010-11-27 | 1 | -19/+42 |
* | macho-dump: Add support for dumping sections. | Daniel Dunbar | 2010-11-27 | 1 | -6/+72 |
* | macho-dump: Add support for dumping dysymtab indirect symbol table. | Daniel Dunbar | 2010-11-27 | 1 | -1/+19 |
* | macho-dump: Add support for dumping symtab and dysymtab commands. | Daniel Dunbar | 2010-11-27 | 1 | -0/+52 |