summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-04-10Template the MachO types over endianness.Rafael Espindola1-5/+6
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola4-20/+22
2013-04-08Template the MachO types over the word size.Rafael Espindola1-5/+6
2013-04-08Remove a global 'endl' variable from the other file as well.Chandler Carruth1-25/+22
2013-04-08Clean up namespaces in obj2yaml.cpp.Chandler Carruth1-11/+12
2013-04-08Cleanup the formatting of obj2yaml.cpp.Chandler Carruth1-22/+23
2013-04-08Don't define our own global 'endl' variable. While technically it hadChandler Carruth1-5/+3
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola1-4/+4
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola1-3/+3
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola1-2/+2
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola1-10/+8
2013-04-07Remove two uses of getObject.Rafael Espindola1-13/+2
2013-04-07Remove usage of InMemoryStruct in getSymbol.Rafael Espindola1-26/+6
2013-04-07Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola1-9/+6
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola2-3/+3
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola1-2/+2
2013-04-07Remove dead code.Rafael Espindola1-17/+0
2013-04-07Remove unused argument.Rafael Espindola1-3/+1
2013-04-05Move yaml2obj to tools too.Rafael Espindola5-1/+734
2013-04-05Fix include guards to match new location.Rafael Espindola1-2/+2
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola3-23/+12
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov1-5/+18
2013-04-05Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola7-1/+511
2013-04-04Don't export symbols in every binary on linux.Rafael Espindola2-0/+2
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher15-426/+3073
2013-04-03Don't disassemble symbols with an unknown address or size.Eric Christopher1-0/+1
2013-03-29Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson1-0/+5
2013-03-26Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth9-9/+9
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth24-23/+29
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran1-12/+19
2013-03-19Remove stale commentEli Bendersky1-3/+0
2013-03-19Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov1-1/+2
2013-03-19llvm-symbolizer: flush internal caches functionalityDmitry Vyukov2-0/+5
2013-03-17Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola1-1/+2
2013-03-13Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames1-13/+5
2013-02-28Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea1-0/+1
2013-02-28Add the -disable-opt option to LTO. This adds:Bill Wendling1-1/+7
2013-02-27print TLS segmentShankar Easwaran1-0/+3
2013-02-26Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky1-1/+3
2013-02-26Fix auto_ptr is deprecated warningsMatt Arsenault1-11/+11
2013-02-25Provide workaround for PR 15130.Andrew Kaylor2-12/+34
2013-02-21[objdump] Add PT_PHDR.Michael J. Spencer1-0/+3
2013-02-20[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer1-0/+6
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer4-0/+228
2013-02-15clang-formatize llvm-symbolizer codeAlexey Samsonov3-78/+69
2013-02-14llvm-symbolizer: speedup symbol lookupDmitry Vyukov2-43/+73
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling1-1/+1
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei2-2/+2
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek1-0/+1
2013-02-10Update with attribute group IDs.Bill Wendling1-11/+14