Age | Commit message (Expand) | Author |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-29 | tools/Makefile: Don't look into $(TARGET_OS), but $(HOST_OS), to inspect avai... | NAKAMURA Takumi |
2010-11-29 | tools/Makefile: Fix indentation. | NAKAMURA Takumi |
2010-11-29 | tools/Makefile: Enable building lto, edis and bugpoint-passes on Cygming. | NAKAMURA Takumi |
2010-11-28 | llvmc: First stab at better -march handling. | Mikhail Glushenkov |
2010-11-27 | macho-dump: Add support for --dump-section-data and tweak a few format strings. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping symbol table entries. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping string table data. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping relocation entries. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping sections. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping dysymtab indirect symbol table. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping symtab and dysymtab commands. | Daniel Dunbar |
2010-11-27 | macho-dump: Add support for dumping segment load commands. | Daniel Dunbar |
2010-11-27 | Object/Mach-O: Add header and load command information. | Daniel Dunbar |
2010-11-27 | macho-dump: More sketching. | Daniel Dunbar |
2010-11-27 | macho-dump: Stub out C++ macho-dump tool. | Daniel Dunbar |
2010-11-22 | Add a newline. | Mikhail Glushenkov |
2010-11-22 | llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc. | Mikhail Glushenkov |
2010-11-17 | Make MCJIT work with CMake. | Wesley Peck |
2010-11-17 | MCJIT: Stub out MCJIT implementation, still doesn't do anything useful. | Daniel Dunbar |
2010-11-17 | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar |
2010-11-14 | fix the autoconf script to detect "has asmprinter"ness of a target by | Chris Lattner |
2010-11-13 | Update CMake. | Daniel Dunbar |
2010-11-13 | lli: Switch to using ParseIRFile, for consistency with other LLVM tools. | Daniel Dunbar |
2010-11-09 | Fix some places where error messages were being swallowed. | Dan Gohman |
2010-11-08 | Add registry hook for assembly text output | Che-Liang Chiou |
2010-11-03 | Rename FindExecutable to PrependMainExecutablePath. | Mikhail Glushenkov |
2010-11-03 | 80-col violations, trailing whitespace. | Mikhail Glushenkov |
2010-11-02 | Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc and | Jakob Stoklund Olesen |
2010-11-02 | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. | Mikhail Glushenkov |
2010-11-02 | Trailing whitespace. | Mikhail Glushenkov |
2010-10-30 | Allow specifying a CPU to llvm-mc, so that we can properly set up subtarget | Jim Grosbach |
2010-10-30 | Add polly support to the build system. | Tobias Grosser |
2010-10-29 | Check for (unlikely) errors from FindExecutable. | Dan Gohman |
2010-10-29 | Fix these error messages to not mention PATH in cases where | Dan Gohman |
2010-10-29 | Delete this obsolete comment. | Dan Gohman |
2010-10-28 | tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD. | NAKAMURA Takumi |
2010-10-25 | llvm-mc: Teach -as-lex to print the raw token string as well. | Daniel Dunbar |
2010-10-23 | Resurrect mcc16, it is useful as an example. | Mikhail Glushenkov |
2010-10-23 | Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c). | Mikhail Glushenkov |
2010-10-22 | lli: On Cygwin-1.5, lli crashes at invoking destructors in atexit handler. | NAKAMURA Takumi |
2010-10-20 | Record sysbols created by aliases. Fixes PR8414. | Rafael Espindola |
2010-10-20 | Add RegionPass support. | Tobias Grosser |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-16 | Hack around incompatible pointer warnings. | Benjamin Kramer |
2010-10-15 | lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments with | Daniel Dunbar |
2010-10-14 | Forward -march correctly. | Mikhail Glushenkov |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
2010-10-11 | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner |
2010-10-07 | This file needs ToolOutputFile.h too. | Dan Gohman |