Add llvm::hexDigitValue to convert single characters to hex.
[oota-llvm.git] / tools /
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-16 Eli BenderskyRemove unneeded include and empty line
2013-01-16 Kevin EnderbyWe want the dwarf AT_producer for assembly source files...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2013-01-15 Michael J. Spencer[Object][ELF] Simplify ELFObjectFile by using ELFType.
2013-01-15 Nadav RotemLTO: Also init TTI for codegen passes.
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-11 Dmitry Vyukovllvm-symbolizer: add DATA command that allows to symbol...
2013-01-10 Michael J. Spencer[llvm-objdump] Emit addresses with the correct number...
2013-01-10 Jakub StaszakFix #includes after my last commit.
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-06 Michael J. Spencer[objdump] Use correct format specifiers and fix C+...
2013-01-06 Michael J. Spencer[objdump] Add --private-headers, -p.
2013-01-05 Chandler CarruthFix another place where we build the TTI pass to the...
2013-01-05 Chandler CarruthConvert the TargetTransformInfo from an immutable pass...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2013-01-01 Nadav RotemMake opt grab the triple from the module and use it...
2012-12-31 Rafael EspindolaUse the generic dump template. Extracted from a patch...
2012-12-31 Rafael EspindolaDump sections. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaPrint a header above the symbols. Extracted from a...
2012-12-31 Rafael EspindolaCheck for errors. Extracted from a patch by Sami Liedes.
2012-12-31 Rafael EspindolaFix indentation. Extracted from a patch by Sami Liedes!
2012-12-31 Rafael EspindolaStyle fixes in llvm-readobj.cpp. Extracted from a patch...
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-11 NAKAMURA Takumillvm/tools: Add #include "llvm/TargetTransformInfo.h"
2012-12-11 Rafael EspindolaChange some functions to take const pointers.
2012-12-10 Bill WendlingRevert r169656.
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
2012-12-10 Bill WendlingRevert to old behavior until linker can pass export...
2012-12-08 Bill WendlingAdd the `lto_codegen_set_export_dynamic' function.
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-05 Michael J. SpencerQuick build fix for c++03 clang. This needs a proper...
2012-12-05 Michael J. SpencerAdd dump of Win64 EH unwind data.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-11-30 Jakob Stoklund OlesenAdd a -time-compilations=<N> option to llc.
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Andrew KaylorModifying lli to use the SectionMemoryManager.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Andrew KaylorMake building of llvm-jitlistener conditional on the...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-11-23 Rafael EspindolaAdd a -disable-cfi option to llvm-mc. This is useful...
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-11-20 Eli BenderskyAdd the -no-show-raw-insn option to llvm-objdump, thus...
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-13 Daniel Dunbarllvm-nm: Make sort more stable when symbol names are...
2012-11-13 Shankar EaswaranAdding changes to support GNU style archive library...
2012-11-12 Eric ChristopherRewrite DIContext interface to take an object. Update...
2012-11-12 Alexander PotapenkoDon't use __cxa_demangle under MSVC (which doesn't...
2012-11-12 Alexey SamsonovFixup for r167558: Store raw pointer (instead of refere...
2012-11-12 Alexander Potapenko[ASan] Add llvm-symbolizer from to tools/
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-11-07 Bill WendlingRemove accidental commit.
2012-11-07 Bill WendlingAdd comment describing what's going on here.
2012-11-05 Andrew KaylorAdd a method to indicate section address re-assignment...
2012-11-05 Jim Grosbachlli: Initialize the native asm parser for inline assembly.
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-11-01 Andrew KaylorFixed format strings to avoid pointer truncation during...
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-10-31 Andrew KaylorMark code, not data, as executable in lli RemoteTarget...
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-29 Rafael EspindolaAdd -alias and -ralias options to match what we have...
2012-10-26 Joerg SonnenbergerAdjust llvm-ar and llvm-ranlib to not depend on excepti...
2012-10-26 Rafael EspindolalibLTO has a bug in that it will keep every symbol...
2012-10-24 Nadav RotemOpt does not need to initialize the Asm printer/parser
2012-10-24 Nadav RotemOpt needs to initialize the different targets.
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonRevert "We need this symbol after an LTO build."
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-16 Eric ChristopherFormatting and 80-col.
2012-10-15 Nadav RotemLTO also needs to initialize the TargetTransform infras...
2012-10-12 Bob WilsonSet default CPU for Darwin targets with LTO. <rdar...
2012-10-12 Tim NorthoverAdd float-abi and softfloat options to lli
2012-10-12 Bill WendlingWe need this symbol after an LTO build.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-09 Bob WilsonRevert "Use a special path to place the .o files in."
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
next