aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2013-02-14llvm-symbolizer: speedup symbol lookupDmitry Vyukov
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei
2013-02-12Add support for the pubnames section to llvm-dwarfdump.Krzysztof Parzyszek
2013-02-10Update with attribute group IDs.Bill Wendling
2013-02-08[readobj] Fix memory leak.Michael J. Spencer
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer
2013-02-05Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov
2013-02-04Replace global std::string with const char[]Alexey Samsonov
2013-02-03[Object][Archive] Improve performance.Michael J. Spencer
2013-01-31Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-25Rename variable to be more comprehensible and follow naming conventionEli Bendersky
2013-01-24[bugpoint] make tool selection messages uniqueSaleem Abdulrasool
2013-01-24[bugpoint] set Message after tool configurationSaleem Abdulrasool
2013-01-24lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi
2013-01-22llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov
2013-01-22Fix missed out llvm-stress after APFloat change.Tim Northover
2013-01-22[CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi
2013-01-21Remove unneeded #include.Jakub Staszak
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner
2013-01-19fix method name.Chris Lattner
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar
2013-01-16Remove unneeded include and empty lineEli Bendersky
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer