aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2013-01-15LTO: Also init TTI for codegen passes.Nadav Rotem
2013-01-14Expose an InitToTextSection through MCStreamer.Eli Bendersky
2013-01-11Added -view-callgraph module pass.Andrew Trick
2013-01-11llvm-symbolizer: add DATA command that allows to symbolize global variables.Dmitry Vyukov
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer
2013-01-10Fix #includes after my last commit.Jakub Staszak
2013-01-07Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth
2013-01-07Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth
2013-01-06[objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer
2013-01-05Fix another place where we build the TTI pass to the new interface.Chandler Carruth
2013-01-05Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth
2013-01-01Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem
2012-12-31Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola
2012-12-31Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola
2012-12-31Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola
2012-12-21Add a function to get the segment name of a section.Rafael Espindola
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola
2012-12-19Add r170095 back.Rafael Espindola