aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix dependencies for llc/ARMAsmPrinter.Stephen Hines2013-02-261-0/+1
* Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-2188-1258/+2401
|\
| * Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-071-1/+1
| * Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-072-2/+2
| * Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-073-13/+6
| * [objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer2013-01-061-6/+8
| * [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-064-1/+103
| * Fix another place where we build the TTI pass to the new interface.Chandler Carruth2013-01-051-2/+2
| * Convert the TargetTransformInfo from an immutable pass with dynamicChandler Carruth2013-01-052-4/+4
| * Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-0230-79/+79
| * Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-024-4/+4
| * Make opt grab the triple from the module and use it to initialize the target ...Nadav Rotem2013-01-011-8/+8
| * Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-53/+19
| * Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-0/+76
| * Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-0/+12
| * Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola2012-12-311-6/+12
| * Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-311-32/+32
| * Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola2012-12-311-28/+18
| * Add a function to get the segment name of a section.Rafael Espindola2012-12-212-5/+28
| * Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-201-0/+4
| * Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-201-3/+0
| * Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-193-187/+0
| * Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-192-28/+5
| * Add r170095 back.Rafael Espindola2012-12-192-5/+28
| * Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+6
| * Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-1/+7
| * This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+3
| * Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-132-18/+4
| * Add a funciton to get the segment name of a section.Rafael Espindola2012-12-132-4/+18
| * llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi2012-12-113-0/+3
| * Change some functions to take const pointers.Rafael Espindola2012-12-112-24/+26
| * Revert r169656.Bill Wendling2012-12-104-18/+3
| * [CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi2012-12-101-0/+2
| * Revert to old behavior until linker can pass export-dynamic option.Bill Wendling2012-12-101-1/+6
| * Add the `lto_codegen_set_export_dynamic' function.Bill Wendling2012-12-084-3/+14
| * Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-071-0/+1
| * Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer2012-12-051-4/+4
| * Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-054-3/+391
| * Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-4/+16
| * Sort the #include lines for tools/...Chandler Carruth2012-12-0449-222/+208
| * Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen2012-11-301-0/+16
| * Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-1/+1
| * One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-297-16/+0
| * Add back support for reading and parsing 'deplibs'.Bill Wendling2012-11-281-0/+1
| * Modifying lli to use the SectionMemoryManager.Andrew Kaylor2012-11-271-222/+10
| * Remove the dependent libraries feature.Bill Wendling2012-11-271-1/+0
| * Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor2012-11-271-1/+6
| * Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-277-0/+16
| * Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-267-16/+0
| * libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer2012-11-243-0/+28