2011-02-22 |
Sean Callanan | Fixed llvm-mc in edis mode to use the result of |
tree | commitdiff |
2011-02-20 |
Rafael Espindola | Dispose modules early and only create codegen when... |
tree | commitdiff |
2011-02-20 |
Rafael Espindola | Fix some memory leaks and avoid looking in the hash... |
tree | commitdiff |
2011-02-20 |
Stephen Wilson | This patch lets LLDB build as an LLVM subproject. ... |
tree | commitdiff |
2011-02-19 |
Rafael Espindola | Add modules to codegen as soon as possible. This reduce... |
tree | commitdiff |
2011-02-19 |
Mikhail Glushenkov | Make "-opt [-emit-llvm]" work for .ll files. |
tree | commitdiff |
2011-02-18 |
Chris Lattner | add a way to disable all builtins, wire it up to opt... |
tree | commitdiff |
2011-02-18 |
Chris Lattner | Have opt set up a specific TargetLibraryInfo for modules |
tree | commitdiff |
2011-02-18 |
Oscar Fuentes | Move library stuff out of the toplevel CMakeLists.txt... |
tree | commitdiff |
2011-02-18 |
Owen Anderson | Revert r125956, which broke the build if you _don't_... |
tree | commitdiff |
2011-02-18 |
Stephen Wilson | This patch lets LLDB build as an LLVM subproject. ... |
tree | commitdiff |
2011-02-18 |
Peter Collingbourne | Make -disable-simplify-libcalls work with -std-compile... |
tree | commitdiff |
2011-02-16 |
Rafael Espindola | Add a debug obj-path option to make it easy to keep... |
tree | commitdiff |
2011-02-14 |
Rafael Espindola | Switch llvm to using comdats. For now always use groups... |
tree | commitdiff |
2011-02-13 |
Chris Lattner | improve solaris support, from PR9109, patch by Yuri! |
tree | commitdiff |
2011-02-12 |
Rafael Espindola | Preserve aliases if needed. |
tree | commitdiff |
2011-02-12 |
Rafael Espindola | Fix a silly bug I introduced when dropping std::string. |
tree | commitdiff |
2011-02-11 |
Chris Lattner | fix dumping of METADATA_ATTACHMENT2 names, patch by... |
tree | commitdiff |
2011-02-11 |
Rafael Espindola | Remove std::string version of getNameWithPrefix. |
tree | commitdiff |
2011-02-10 |
NAKAMURA Takumi | CMake: LLVM_NO_RTTI must be obsolete now! |
tree | commitdiff |
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 |
next |