aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a use of InMemoryStruct in llvm-readobj.Rafael Espindola2013-04-071-9/+6
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-072-3/+3
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-071-2/+2
* Remove dead code.Rafael Espindola2013-04-071-17/+0
* Remove unused argument.Rafael Espindola2013-04-071-3/+1
* Move yaml2obj to tools too.Rafael Espindola2013-04-055-1/+734
* Fix include guards to match new location.Rafael Espindola2013-04-051-2/+2
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-053-23/+12
* llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov2013-04-051-5/+18
* Move obj2yaml to tools to sort out make's dependencies.Rafael Espindola2013-04-057-1/+511
* Don't export symbols in every binary on linux.Rafael Espindola2013-04-042-0/+2
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0315-426/+3073
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-031-0/+1
* Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>Bob Wilson2013-03-291-0/+5
* Manually update the dependencies in the Makefiles. It turns out that allChandler Carruth2013-03-269-9/+9
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-2624-23/+29
* [tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran2013-03-251-12/+19
* Remove stale commentEli Bendersky2013-03-191-3/+0
* Fix for r177390: map values are pointers, use DeleteContainerSeconds() instea...Alexey Samsonov2013-03-191-1/+2
* llvm-symbolizer: flush internal caches functionalityDmitry Vyukov2013-03-192-0/+5
* Build LLVMgold.so on FreeBSD using cmake.Rafael Espindola2013-03-171-1/+2
* Make LTO codegen use a PassManager, rather than a FunctionPassManager, for theLang Hames2013-03-131-13/+5
* Connect LLVM CMake build scripts to LLDB's CMake scripts:Daniel Malea2013-02-281-0/+1
* Add the -disable-opt option to LTO. This adds:Bill Wendling2013-02-281-1/+7
* print TLS segmentShankar Easwaran2013-02-271-0/+3
* Try to get rid of a -wunitialized warning: explicitly initialize the pointerEli Bendersky2013-02-261-1/+3
* Fix auto_ptr is deprecated warningsMatt Arsenault2013-02-261-11/+11
* Provide workaround for PR 15130.Andrew Kaylor2013-02-252-12/+34
* [objdump] Add PT_PHDR.Michael J. Spencer2013-02-211-0/+3
* [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer2013-02-201-0/+6
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-204-0/+228
* clang-formatize llvm-symbolizer codeAlexey Samsonov2013-02-153-78/+69
* llvm-symbolizer: speedup symbol lookupDmitry Vyukov2013-02-142-43/+73
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-131-1/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-122-2/+2
* Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek2013-02-121-0/+1
* Update with attribute group IDs.Bill Wendling2013-02-101-11/+14
* [readobj] Fix memory leak.Michael J. Spencer2013-02-081-1/+2
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-051-0/+1
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-052-4/+10
* Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov2013-02-051-1/+2
* Replace global std::string with const char[]Alexey Samsonov2013-02-042-2/+2
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-031-1/+3
* Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth2013-01-311-1/+1
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-311-1/+6
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-284-2/+5
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-288-6/+8
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-261-2/+8
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-253-3/+63
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-251-0/+5