Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / tools /
2013-05-09 Rafael EspindolaIntroduce convenience typedefs for the 4 ELF object...
2013-05-09 Rafael EspindolaChange getRelocationAdditionalInfo to be ELF only.
2013-05-08 Daniel MaleaAdd DebugIR pass -- emits IR file and replace source...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Rafael EspindolaSplit Alignment out of the Section Characteristics.
2013-05-06 Rafael EspindolaRemove some redundant includes in llvm-mc.cpp.
2013-05-04 Rafael EspindolaOptimize llvm-link too.
2013-05-04 Rafael EspindolaLast batch of cleanups to Linker.h.
2013-05-04 Rafael EspindolaDon't construct or delete a module on the Linker.
2013-05-04 Rafael EspindolaRemove unused members and constructor arguments.
2013-05-04 Rafael EspindolaAdd missing header.
2013-05-03 Amara EmersonRevert r181009.
2013-05-03 Amara EmersonAdd support for reading ARM ELF build attributes.
2013-05-02 Bill WendlingRemove redundant flag.
2013-05-02 Bill WendlingWe don't want FP elimination when doing an Apple-style...
2013-04-26 Rafael EspindolaUse llvm/Object/MachO.h in macho-dumper. Drop the old...
2013-04-25 Rafael EspindolaClarify getRelocationAddress x getRelocationOffset...
2013-04-25 Rafael EspindolaDon't compute a std::vector<uint8_t> just to write...
2013-04-24 Rafael EspindolaUse pointers to iterate over symbols.
2013-04-24 Rafael EspindolaDon't produce an empty llvm.compiler.used in LTO.
2013-04-23 Rafael EspindolaFix typo.
2013-04-23 Rafael EspindolaSimplify yaml2obj a bit.
2013-04-23 Rafael EspindolaWrite relocations in yaml2obj.
2013-04-22 Nico Rieckllvm-readobj: Dump more COFF auxiliary records
2013-04-22 Nico Rieckllvm-readobj: Check for null section pointer
2013-04-22 Nico Rieckllvm-readobj: Do not print NULL StringRefs
2013-04-20 Rafael EspindolaRemove dead code.
2013-04-20 Rafael EspindolaThese can be void.
2013-04-20 Rafael EspindolaRename obj2yaml local namespace to avoid conflicts...
2013-04-20 Rafael EspindolaRemove local namespace yaml to avoid confusion with...
2013-04-20 Rafael EspindolaSmall obj2yaml cleanups.
2013-04-20 Rafael EspindolaRemove COFFYAML::Header.
2013-04-19 Rafael EspindolaRemove COFFYAML::Relocation.
2013-04-19 Rafael EspindolaDon't read one command past the end.
2013-04-18 Rafael EspindolaAt Jim Grosbach's request detemplate Object/MachO.h.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-16 Alexey Samsonovllvm-objdump: Don't print contents of BSS sections...
2013-04-15 Rafael EspindolaRemove getters now that we can specialize structs on...
2013-04-15 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-15 Eric ChristopherRevert "Recommit r179497 after fixing uninitialized...
2013-04-15 Eric ChristopherRecommit r179497 after fixing uninitialized variable.
2013-04-14 Eric ChristopherRevert "Remove some unused triple and data layout."
2013-04-14 Eric ChristopherIf we've specified a triple on the command line then...
2013-04-13 Rafael EspindolaFinish templating MachObjectFile over endianness.
2013-04-12 Benjamin KramerRevert broken pieces of r179373.
2013-04-12 Andy GibbsReplace uses of the deprecated std::auto_ptr with Ownin...
2013-04-12 Nico RieckTeach llvm-readobj to print ELF program headers
2013-04-12 Nico RieckAdd -expand-relocs to llvm-readobj
2013-04-12 Rafael EspindolaAdd 179294 back, but don't use bit fields so that it...
2013-04-11 Rafael EspindolaRevert my last two commits while I debug what is wrong...
2013-04-11 Rafael EspindolaPrint more information about relocations.
2013-04-11 Rafael EspindolaSimplify the code. No functionality change.
2013-04-10 Rafael EspindolaTemplate MachOObjectFile over endianness too.
2013-04-10 Rafael EspindolaTemplate the MachO types over endianness.
2013-04-09 Rafael EspindolaConvert MachOObjectFile to a template.
2013-04-08 Rafael EspindolaTemplate the MachO types over the word size.
2013-04-08 Chandler CarruthRemove a global 'endl' variable from the other file...
2013-04-08 Chandler CarruthClean up namespaces in obj2yaml.cpp.
2013-04-08 Chandler CarruthCleanup the formatting of obj2yaml.cpp.
2013-04-08 Chandler CarruthDon't define our own global 'endl' variable. While...
2013-04-07 Rafael EspindolaImplement MachOObjectFile::getHeader directly.
2013-04-07 Rafael EspindolaRemove LoadCommandInfo now that we always have a pointe...
2013-04-07 Rafael EspindolaAdd MachOObjectFile::LoadCommandInfo.
2013-04-07 Rafael EspindolaRemove MachOObjectFile::getObject.
2013-04-07 Rafael EspindolaRemove two uses of getObject.
2013-04-07 Rafael EspindolaRemove usage of InMemoryStruct in getSymbol.
2013-04-07 Rafael EspindolaRemove a use of InMemoryStruct in llvm-readobj.
2013-04-07 Rafael EspindolaMake getObject const. Remove a const_cast.
2013-04-07 Rafael EspindolaRemove last use of InMemoryStruct in llvm-objdump.
2013-04-07 Rafael EspindolaRemove dead code.
2013-04-07 Rafael EspindolaRemove unused argument.
2013-04-05 Rafael EspindolaMove yaml2obj to tools too.
2013-04-05 Rafael EspindolaFix include guards to match new location.
2013-04-05 Rafael EspindolaDon't fetch pointers from a InMemoryStruct.
2013-04-05 Alexey Samsonovllvm-symbolizer: correctly parse filenames given in...
2013-04-05 Rafael EspindolaMove obj2yaml to tools to sort out make's dependencies.
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
2013-04-03 Eric ChristopherDon't disassemble symbols with an unknown address or...
2013-03-29 Bob WilsonRun the ObjCARCContract pass for LTO. <rdar://problem...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-25 Shankar Easwaran[tools][llvm-readobj] print the name of the section...
2013-03-19 Eli BenderskyRemove stale comment
2013-03-19 Alexey SamsonovFix for r177390: map values are pointers, use DeleteCon...
2013-03-19 Dmitry Vyukovllvm-symbolizer: flush internal caches functionality
2013-03-17 Rafael EspindolaBuild LLVMgold.so on FreeBSD using cmake.
2013-03-13 Lang HamesMake LTO codegen use a PassManager, rather than a Funct...
2013-02-28 Daniel MaleaConnect LLVM CMake build scripts to LLDB's CMake scripts:
2013-02-28 Bill WendlingAdd the -disable-opt option to LTO. This adds:
2013-02-27 Shankar Easwaranprint TLS segment
2013-02-26 Eli BenderskyTry to get rid of a -wunitialized warning: explicitly...
2013-02-26 Matt ArsenaultFix auto_ptr is deprecated warnings
2013-02-25 Andrew KaylorProvide workaround for PR 15130.
2013-02-21 Michael J. Spencer[objdump] Add PT_PHDR.
2013-02-20 Michael J. Spencer[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
2013-02-20 Michael J. Spencer[llvm-readobj] Add ELF .dynamic table dumping.
2013-02-15 Alexey Samsonovclang-formatize llvm-symbolizer code
2013-02-14 Dmitry Vyukovllvm-symbolizer: speedup symbol lookup
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
next