summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky2013-02-05
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-05
* Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov2013-02-05
* Replace global std::string with const char[]Alexey Samsonov2013-02-04
* [Object][Archive] Improve performance.Michael J. Spencer2013-02-03
* Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth2013-01-31
* Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth2013-01-31
* Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor2013-01-28
* Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman2013-01-28
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky2013-01-25
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-25
* Rename variable to be more comprehensible and follow naming conventionEli Bendersky2013-01-25
* [bugpoint] make tool selection messages uniqueSaleem Abdulrasool2013-01-24
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-24
* lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi2013-01-24
* llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov2013-01-22
* Fix missed out llvm-stress after APFloat change.Tim Northover2013-01-22
* [CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi2013-01-22
* Remove unneeded #include.Jakub Staszak2013-01-21
* switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner2013-01-20
* fix method name.Chris Lattner2013-01-19
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* Remove unneeded include and empty lineEli Bendersky2013-01-16