aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a -disable-cfi option to llvm-mc. This is useful for debugging asRafael Espindola2012-11-231-1/+5
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-217-2/+281
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-201-2/+9
* MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...NAKAMURA Takumi2012-11-181-0/+13
* Interface changes to allow RuntimeDyld memory managers to set memory permissi...Andrew Kaylor2012-11-154-6/+16
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-157-0/+16
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-131-1/+12
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-0/+22
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-123-197/+8
* Don't use __cxa_demangle under MSVC (which doesn't have it)Alexander Potapenko2012-11-121-1/+5
* Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov2012-11-121-1/+1
* [ASan] Add llvm-symbolizer from to tools/Alexander Potapenko2012-11-125-1/+413
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-1/+58
* Remove accidental commit.Bill Wendling2012-11-071-21/+0
* Add comment describing what's going on here.Bill Wendling2012-11-071-0/+21
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-051-0/+4
* lli: Initialize the native asm parser for inline assembly.Jim Grosbach2012-11-054-3/+4
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-011-1/+1
* Fixed format strings to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-4/+4
* MC: Simple example parser for MC assembly markup.Jim Grosbach2012-10-317-2/+272
* Mark code, not data, as executable in lli RemoteTarget simulator.Andrew Kaylor2012-10-311-2/+2
* Align the data section correctly when loading an ELF file.Tim Northover2012-10-291-3/+11
* Add -alias and -ralias options to match what we have for functions andRafael Espindola2012-10-291-0/+47
* Adjust llvm-ar and llvm-ranlib to not depend on exception handling.Joerg Sonnenberger2012-10-269-137/+132
* libLTO has a bug in that it will keep every symbol if none is needed. We usedRafael Espindola2012-10-261-10/+0
* Opt does not need to initialize the Asm printer/parserNadav Rotem2012-10-241-2/+0
* Opt needs to initialize the different targets.Nadav Rotem2012-10-241-0/+6