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 |
2010-10-23 |
Mikhail Glushenkov | Resurrect mcc16, it is useful as an example. |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Syntax tweak in llvmc: (something [a,b,c]) -> (somethin... |
tree | commitdiff |
2010-10-22 |
NAKAMURA Takumi | lli: On Cygwin-1.5, lli crashes at invoking destructors... |
tree | commitdiff |
2010-10-20 |
Rafael Espindola | Record sysbols created by aliases. Fixes PR8414. |
tree | commitdiff |
2010-10-20 |
Tobias Grosser | Add RegionPass support. |
tree | commitdiff |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
tree | commitdiff |
2010-10-16 |
Benjamin Kramer | Hack around incompatible pointer warnings. |
tree | commitdiff |
2010-10-15 |
Daniel Dunbar | lto: Respect LLVM_VERSION_INFO make variable, since... |
tree | commitdiff |
2010-10-14 |
Mikhail Glushenkov | Forward -march correctly. |
tree | commitdiff |
2010-10-13 |
Rafael Espindola | Be more consistent in using ValueToValueMapTy. |
tree | commitdiff |
2010-10-11 |
Chris Lattner | Per discussion with Sanjiv, remove the PIC16 target... |
tree | commitdiff |
2010-10-07 |
Dan Gohman | This file needs ToolOutputFile.h too. |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-10-07 |
Michael J. Spencer | Fix Whitespace. |
tree | commitdiff |
2010-10-07 |
Michael J. Spencer | Fix warnings on Windows. |
tree | commitdiff |
2010-10-06 |
Bill Wendling | Provide a fast "get me the target triple from the modul... |
tree | commitdiff |
2010-10-02 |
Oscar Fuentes | Stop the build if cyclic library dependecies found. |
tree | commitdiff |
2010-09-29 |
Duncan Sands | Convert a bunch of uses of 'bytecode' into 'bitcode... |
tree | commitdiff |
2010-09-27 |
Bill Wendling | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H... |
tree | commitdiff |
2010-09-27 |
Bill Wendling | The "linker_private_weak*" linkages should set the... |
tree | commitdiff |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling... |
tree | commitdiff |
2010-09-24 |
Daniel Dunbar | MC/Lexer: Add 'Real' token type for floating point... |
tree | commitdiff |
next |