aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola
2013-04-11Print more information about relocations.Rafael Espindola
2013-04-11Simplify the code. No functionality change.Rafael Espindola
2013-04-10Template MachOObjectFile over endianness too.Rafael Espindola
2013-04-10Template the MachO types over endianness.Rafael Espindola
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola
2013-04-08Template the MachO types over the word size.Rafael Espindola
2013-04-08Remove a global 'endl' variable from the other file as well.Chandler Carruth
2013-04-08Clean up namespaces in obj2yaml.cpp.Chandler Carruth
2013-04-08Cleanup the formatting of obj2yaml.cpp.Chandler Carruth
2013-04-08Don't define our own global 'endl' variable. While technically it hadChandler Carruth
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola
2013-04-07Remove two uses of getObject.Rafael Espindola
2013-04-07Remove usage of InMemoryStruct in getSymbol.Rafael Espindola
2013-04-07Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola
2013-04-07Remove dead code.Rafael Espindola
2013-04-07Remove unused argument.Rafael Espindola
2013-04-05Move yaml2obj to tools too.Rafael Espindola
2013-04-05Fix include guards to match new location.Rafael Espindola
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher
2013-04-03Don't disassemble symbols with an unknown address or size.Eric Christopher
2013-03-29Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran
2013-03-19Remove stale commentEli Bendersky
2013-03-19Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov
2013-03-19llvm-symbolizer: flush internal caches functionalityDmitry Vyukov
2013-03-17Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola
2013-03-13Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames
2013-02-28Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea
2013-02-28Add the -disable-opt option to LTO. This adds:Bill Wendling
2013-02-27print TLS segmentShankar Easwaran
2013-02-26Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky
2013-02-26Fix auto_ptr is deprecated warningsMatt Arsenault
2013-02-25Provide workaround for PR 15130.Andrew Kaylor
2013-02-21[objdump] Add PT_PHDR.Michael J. Spencer
2013-02-20[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer
2013-02-15clang-formatize llvm-symbolizer codeAlexey Samsonov