2011-02-09 |
NAKAMURA Takumi | tools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm... |
tree | commitdiff |
2011-02-09 |
NAKAMURA Takumi | tools/llvm-ld: Cygwin can handle #!shbang. |
tree | commitdiff |
2011-02-08 |
Rafael Espindola | Don't open the file again in the gold plugin. To be... |
tree | commitdiff |
2011-02-08 |
Andrew Trick | Added bugpoint options: -compile-custom and -compile... |
tree | commitdiff |
2011-02-08 |
Andrew Trick | whitespace |
tree | commitdiff |
2011-02-01 |
Rafael Espindola | Don't tell the linker about available_externally defini... |
tree | commitdiff |
2011-01-31 |
Devang Patel | While printing "interesting" breakpoint locations for... |
tree | commitdiff |
2011-01-27 |
Oscar Fuentes | Don't show -pedantic, -W and -Wall on the output of |
tree | commitdiff |
2011-01-23 |
Rafael Espindola | Add support for the --noexecstack option. |
tree | commitdiff |
2011-01-20 |
Tobias Grosser | RegionPassPrinter should contain the name of the pass... |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | llvm-objdump: Remove redundant includes. |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | llvm-nm: Fix warning. |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | Add llvm-objdump |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | llvm-nm: Update to use the new LLVMObject library. |
tree | commitdiff |
2011-01-20 |
Michael J. Spencer | gold: MinGW fix. |
tree | commitdiff |
2011-01-17 |
Oscar Fuentes | Add some platform checks. Also fix a typo on a Makefile. |
tree | commitdiff |
2011-01-14 |
Ted Kremenek | Fix memory leak found by clang static analyzer. |
tree | commitdiff |
2011-01-14 |
Devang Patel | Disable debug mode. |
tree | commitdiff |
2011-01-13 |
Devang Patel | Little help to debug the bugpoint itself. |
tree | commitdiff |
2011-01-10 |
Michael J. Spencer | Fix Whitespace. |
tree | commitdiff |
2011-01-10 |
Michael J. Spencer | Support/Path: Deprecate PathV1::exists and replace... |
tree | commitdiff |
2011-01-07 |
Devang Patel | Do not include DataTypes.h in llvm-c/lto.h. |
tree | commitdiff |
2011-01-06 |
Rafael Espindola | Correctly disassemble truncated asm. |
tree | commitdiff |
2011-01-02 |
Chris Lattner | split dom frontier handling stuff out to its own Domina... |
tree | commitdiff |
2010-12-29 |
NAKAMURA Takumi | autoconf: Add --disable-embed-stdcxx to suppress linkin... |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
tree | commitdiff |
2010-12-18 |
Owen Anderson | Revert r122143 through r122140, which collectively... |
tree | commitdiff |
2010-12-18 |
Michael J. Spencer | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | llvm-dis: Fix memory leak. ParseBitcodeFile should... |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | llvm-dis: Simplify MemoryBuffer usage. |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | Fix whitespace. |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | build: Fix ONLY_TOOLS to not build lto etc. unless... |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | Fix some compiler warnings. |
tree | commitdiff |
2010-12-16 |
Michael J. Spencer | MemoryBuffer now return an error_code and returns a... |
tree | commitdiff |
2010-12-16 |
Daniel Dunbar | MC: Make TargetAsmBackend available to the AsmStreamer. |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | Copy-pastos. |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | Remove ConvertToMAttrImpl, it became too '-march'-specific. |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | llvmc: Support -march arguments that should be forwarde... |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | llvmc: Better -mfpu/-mcpu support for ARM & PPC. |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | llvmc: more complete -march table for ARM. |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | llvmc: Support -mabi/-mfloat-abi. |
tree | commitdiff |
2010-12-15 |
Mikhail Glushenkov | llvmc: Forward -march/-mcpu/-mtune to as & ld. |
tree | commitdiff |
2010-12-10 |
NAKAMURA Takumi | macho-dump: Fix CMake build, following up to r121466. |
tree | commitdiff |
2010-12-10 |
Rafael Espindola | Fixed version of 121434 with no new memory leaks. |
tree | commitdiff |
2010-12-10 |
Daniel Dunbar | macho-dump: Switch to C++ macho-dump tool. |
tree | commitdiff |
2010-12-10 |
Daniel Dunbar | Mach-O: Tweak field name. |
tree | commitdiff |
2010-12-10 |
Rafael Espindola | Revert my previous patch to make the valgrind bots... |
tree | commitdiff |
2010-12-10 |
NAKAMURA Takumi | Add dependency to "make check". |
tree | commitdiff |
2010-12-09 |
Rafael Espindola | Initial support for the cfi directives. This is just... |
tree | commitdiff |
2010-12-09 |
Devang Patel | Print breakpoints for call instructions. This is used... |
tree | commitdiff |
2010-12-09 |
Dan Gohman | Give CurStreamType's enum a name. This works around... |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | More code not compiled by CMake. :(. |
tree | commitdiff |
2010-12-09 |
Michael J. Spencer | Support/MemoryBuffer: Replace all uses of std::string... |
tree | commitdiff |
2010-12-07 |
Devang Patel | Add a simple breakpoint location printer. This will... |
tree | commitdiff |
2010-12-06 |
Devang Patel | Do not try luck by using given name to create temporary... |
tree | commitdiff |
2010-12-03 |
Devang Patel | Do not try luck by using given name to create temporary... |
tree | commitdiff |
2010-12-02 |
Devang Patel | Disable .loc support on older darwin OSes. |
tree | commitdiff |
2010-12-02 |
Tobias Grosser | Move check of command line options after command line... |
tree | commitdiff |
2010-12-01 |
Devang Patel | Add hiddent command line option, as an debugging aid... |
tree | commitdiff |
2010-11-29 |
Chris Lattner | convert llvm-ar and llvm-ranlib to raw_ostream from... |
tree | commitdiff |
2010-11-29 |
Charles Davis | Now to chant the magical incantation that will exorcise... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | I swear I did a make clean and make before committing... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-29 |
NAKAMURA Takumi | tools/Makefile: Don't look into $(TARGET_OS), but ... |
tree | commitdiff |
2010-11-29 |
NAKAMURA Takumi | tools/Makefile: Fix indentation. |
tree | commitdiff |
2010-11-29 |
NAKAMURA Takumi | tools/Makefile: Enable building lto, edis and bugpoint... |
tree | commitdiff |
2010-11-28 |
Mikhail Glushenkov | llvmc: First stab at better -march handling. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for --dump-section-data and... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symbol table entries. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping string table data. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping relocation entries. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping sections. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping dysymtab indirect... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping symtab and dysymtab... |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Add support for dumping segment load commands. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | Object/Mach-O: Add header and load command information. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: More sketching. |
tree | commitdiff |
2010-11-27 |
Daniel Dunbar | macho-dump: Stub out C++ macho-dump tool. |
tree | commitdiff |
2010-11-22 |
Mikhail Glushenkov | Add a newline. |
tree | commitdiff |
2010-11-22 |
Mikhail Glushenkov | llvmc: Make -march/-mcpu/-mtune behaviour more consiste... |
tree | commitdiff |
2010-11-17 |
Wesley Peck | Make MCJIT work with CMake. |
tree | commitdiff |
2010-11-17 |
Daniel Dunbar | MCJIT: Stub out MCJIT implementation, still doesn't... |
tree | commitdiff |
2010-11-17 |
Daniel Dunbar | lli: Add stub -use-mcjit option, which doesn't currentl... |
tree | commitdiff |
2010-11-14 |
Chris Lattner | fix the autoconf script to detect "has asmprinter"ness... |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | Update CMake. |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | lli: Switch to using ParseIRFile, for consistency with... |
tree | commitdiff |
2010-11-09 |
Dan Gohman | Fix some places where error messages were being swallowed. |
tree | commitdiff |
2010-11-08 |
Che-Liang Chiou | Add registry hook for assembly text output |
tree | commitdiff |
2010-11-03 |
Mikhail Glushenkov | Rename FindExecutable to PrependMainExecutablePath. |
tree | commitdiff |
2010-11-03 |
Mikhail Glushenkov | 80-col violations, trailing whitespace. |
tree | commitdiff |
2010-11-02 |
Jakob Stoklund Olesen | Tweak the opt -O2 / opt -O3 inliner thresholds to be... |
tree | commitdiff |
2010-11-02 |
Mikhail Glushenkov | GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. |
tree | commitdiff |
2010-11-02 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-10-30 |
Jim Grosbach | Allow specifying a CPU to llvm-mc, so that we can prope... |
tree | commitdiff |
2010-10-30 |
Tobias Grosser | Add polly support to the build system. |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Check for (unlikely) errors from FindExecutable. |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Fix these error messages to not mention PATH in cases... |
tree | commitdiff |
2010-10-29 |
Dan Gohman | Delete this obsolete comment. |
tree | commitdiff |
2010-10-28 |
NAKAMURA Takumi | tools/llvm-shlib/Makefile: Support for FreeBSD and... |
tree | commitdiff |
2010-10-25 |
Daniel Dunbar | llvm-mc: Teach -as-lex to print the raw token string... |
tree | commitdiff |
next |