summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2012-12-21Add a function to get the segment name of a section.Rafael Espindola2-5/+28
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky1-0/+4
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky1-3/+0
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky3-187/+0
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola2-28/+5
2012-12-19Add r170095 back.Rafael Espindola2-5/+28
2012-12-18Add support for passing -main-file-name all the way through toEric Christopher1-0/+6
2012-12-17Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth1-1/+7
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler1-0/+3
2012-12-13Revert "Add a funciton to get the segment name of a section."Eric Christopher2-18/+4
2012-12-13Add a funciton to get the segment name of a section.Rafael Espindola2-4/+18
2012-12-11llvm/tools: Add #include "llvm/TargetTransformInfo.h"NAKAMURA Takumi3-0/+3
2012-12-11Change some functions to take const pointers.Rafael Espindola2-24/+26
2012-12-10Revert r169656.Bill Wendling4-18/+3
2012-12-10[CMake] Update dependencies to intrinsics_gen corresponding to r169711.NAKAMURA Takumi1-0/+2
2012-12-10Revert to old behavior until linker can pass export-dynamic option.Bill Wendling1-1/+6
2012-12-08Add the `lto_codegen_set_export_dynamic' function.Bill Wendling4-3/+14
2012-12-07Add C API for specifying CPU to the disassembler.Jim Grosbach1-0/+1
2012-12-05Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer1-4/+4
2012-12-05Add dump of Win64 EH unwind data.Michael J. Spencer4-3/+391
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby1-4/+16
2012-12-04Sort the #include lines for tools/...Chandler Carruth49-222/+208
2012-11-30Add a -time-compilations=<N> option to llc.Jakob Stoklund Olesen1-0/+16
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth1-1/+1
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas7-16/+0
2012-11-28Add back support for reading and parsing 'deplibs'.Bill Wendling1-0/+1
2012-11-27Modifying lli to use the SectionMemoryManager.Andrew Kaylor1-222/+10
2012-11-27Remove the dependent libraries feature.Bill Wendling1-1/+0
2012-11-27Make building of llvm-jitlistener conditional on the USE_INTEL_JITEVENTS sett...Andrew Kaylor1-1/+6
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson7-0/+16
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson7-16/+0
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer3-0/+28
2012-11-23Add a -disable-cfi option to llvm-mc. This is useful for debugging asRafael Espindola1-1/+5
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor7-2/+281
2012-11-20Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky1-2/+9
2012-11-18MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi1-0/+13
2012-11-15Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor4-6/+16
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson7-0/+16
2012-11-13llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar1-1/+12
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran1-0/+22
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher3-197/+8
2012-11-12Don't use __cxa_demangle under MSVC (which doesn't have it)Alexander Potapenko1-1/+5
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov1-1/+1
2012-11-12[ASan] Add llvm-symbolizer from to tools/Alexander Potapenko5-1/+413
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher1-1/+58
2012-11-07Remove accidental commit.Bill Wendling1-21/+0
2012-11-07Add comment describing what's going on here.Bill Wendling1-0/+21
2012-11-05Add a method to indicate section address re-assignment is finished.Andrew Kaylor1-0/+4
2012-11-05lli: Initialize the native asm parser for inline assembly.Jim Grosbach4-3/+4
2012-11-01Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor1-1/+1