summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* LTO: Also init TTI for codegen passes.Nadav Rotem2013-01-15
* Expose an InitToTextSection through MCStreamer.Eli Bendersky2013-01-14
* Added -view-callgraph module pass.Andrew Trick2013-01-11
* llvm-symbolizer: add DATA command that allows to symbolize global variables.Dmitry Vyukov2013-01-11
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-10
* Fix #includes after my last commit.Jakub Staszak2013-01-10
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* [objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06
* Fix another place where we build the TTI pass to the new interface.Chandler Carruth2013-01-05
* Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-01
* Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-31
* Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-31