summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Template the MachO types over the word size.Rafael Espindola2013-04-08
* Remove a global 'endl' variable from the other file as well.Chandler Carruth2013-04-08
* Clean up namespaces in obj2yaml.cpp.Chandler Carruth2013-04-08
* Cleanup the formatting of obj2yaml.cpp.Chandler Carruth2013-04-08
* Don't define our own global 'endl' variable. While technically it hadChandler Carruth2013-04-08
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-07
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-07
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-07
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-07
* Remove two uses of getObject.Rafael Espindola2013-04-07
* Remove usage of InMemoryStruct in getSymbol.Rafael Espindola2013-04-07
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-07
* Remove dead code.Rafael Espindola2013-04-07
* Remove unused argument.Rafael Espindola2013-04-07
* Move yaml2obj to tools too.Rafael Espindola2013-04-05
* Fix include guards to match new location.Rafael Espindola2013-04-05
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov2013-04-05
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-05
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-04
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-03
* Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson2013-03-29
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-26
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-25
* Remove stale commentEli Bendersky2013-03-19
* Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov2013-03-19
* llvm-symbolizer: flush internal caches functionalityDmitry Vyukov2013-03-19
* Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-17
* Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames2013-03-13
* Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-28
* Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-28
* print TLS segmentShankar Easwaran2013-02-27
* Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky2013-02-26
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-26
* Provide workaround for PR 15130.Andrew Kaylor2013-02-25
* [objdump] Add PT_PHDR.Michael J. Spencer2013-02-21
* [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer2013-02-20
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-20
* clang-formatize llvm-symbolizer codeAlexey Samsonov2013-02-15
* llvm-symbolizer: speedup symbol lookupDmitry Vyukov2013-02-14
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-13
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-12
* Update with attribute group IDs.Bill Wendling2013-02-10
* [readobj] Fix memory leak.Michael J. Spencer2013-02-08