summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-08[readobj] Fix memory leak.Michael J. Spencer1-1/+2
2013-02-05Initial support for DWARF CFI parsing and dumping in LLVMEli Bendersky1-0/+1
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2-4/+10
2013-02-05Print error messages from MemoryBuffer::getFile() in llvm-symbolizerAlexey Samsonov1-1/+2
2013-02-04Replace global std::string with const char[]Alexey Samsonov2-2/+2
2013-02-03[Object][Archive] Improve performance.Michael J. Spencer1-1/+3
2013-01-31Fix a copy/paste-o that got missed because 'check' doesn't build lto.Chandler Carruth1-1/+1
2013-01-31Give the MCStreamer class hierarchy LLVM RTTI facilities for use withChandler Carruth1-1/+6
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor4-2/+5
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman8-6/+8
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor1-2/+8
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor3-3/+63
2013-01-25When encountering an unknown file format, ObjectFile::createObjectFile shouldEli Bendersky1-0/+5
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky1-1/+18
2013-01-25Rename variable to be more comprehensible and follow naming conventionEli Bendersky1-4/+4
2013-01-24[bugpoint] make tool selection messages uniqueSaleem Abdulrasool1-1/+1
2013-01-24[bugpoint] set Message after tool configurationSaleem Abdulrasool1-1/+1
2013-01-24lli/RecordingMemoryManager: Free allocated sections in the destructor to sati...NAKAMURA Takumi2-1/+12
2013-01-22llvm-symbolizer: factor out bits of the tool into separate LLVMSymbolize.{h,c...Alexey Samsonov4-288/+381
2013-01-22Fix missed out llvm-stress after APFloat change.Tim Northover1-3/+1
2013-01-22[CMake] bugpoint-passes should not be built in "all", when LLVM_BUILD_TOOLS i...NAKAMURA Takumi1-0/+4
2013-01-21Remove unneeded #include.Jakub Staszak1-1/+0
2013-01-20switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion ofChris Lattner1-69/+73
2013-01-19fix method name.Chris Lattner1-1/+1
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth3-3/+2
2013-01-18[MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar1-1/+29
2013-01-16Remove unneeded include and empty lineEli Bendersky1-2/+0
2013-01-16We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby1-0/+11
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-1/+1
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer1-12/+12
2013-01-15LTO: Also init TTI for codegen passes.Nadav Rotem1-0/+1
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky1-0/+1
2013-01-11Added -view-callgraph module pass.Andrew Trick1-72/+1
2013-01-11llvm-symbolizer: add DATA command that allows to symbolize global variables.Dmitry Vyukov1-34/+88
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer1-2/+5
2013-01-10Fix #includes after my last commit.Jakub Staszak2-2/+2
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky1-1/+1
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2-2/+2
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth3-13/+6
2013-01-06[objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer1-6/+8
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer4-1/+103