summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-31
* Add a function to get the segment name of a section.Rafael Espindola2012-12-21
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-20
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-20
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-19
* Add r170095 back.Rafael Espindola2012-12-19
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-16
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-13
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-13
* llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-11
* Change some functions to take const pointers.Rafael Espindola2012-12-11
* Revert r169656.Bill Wendling2012-12-10
* [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-10
* Revert to old behavior until linker can pass export-dynamic option.Bill Wendling2012-12-10
* Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-08
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-07
* Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer2012-12-05
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-05
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-05
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen2012-11-30
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-30
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-28
* Modifying lli to use the SectionMemoryManager.Andrew Kaylor2012-11-27
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor2012-11-27
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-24
* Add a -disable-cfi option to llvm-mc. This is useful for debugging asRafael Espindola2012-11-23
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-21
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-20
* MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi2012-11-18
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-15
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-13
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-13
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12
* Don't use __cxa_demangle under MSVC (which doesn't have it)Alexander Potapenko2012-11-12