COFF: Fix weak external aliases.
[oota-llvm.git] / tools /
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...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-12 Krzysztof ParzyszekAdd support for the pubnames section to llvm-dwarfdump.
2013-02-10 Bill WendlingUpdate with attribute group IDs.
2013-02-08 Michael J. Spencer[readobj] Fix memory leak.
2013-02-05 Eli BenderskyInitial support for DWARF CFI parsing and dumping in...
2013-02-05 Michael J. Spencer[objdump,readobj] Document the purpose and goals of...
2013-02-05 Alexey SamsonovPrint error messages from MemoryBuffer::getFile() in...
2013-02-04 Alexey SamsonovReplace global std::string with const char[]
2013-02-03 Michael J. Spencer[Object][Archive] Improve performance.
2013-01-31 Chandler CarruthFix a copy/paste-o that got missed because 'check'...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-28 Michael GottesmanExtracted ObjCARC.cpp into its own library libLLVMObjCA...
2013-01-26 Andrew KaylorAdd DIContext::getLineInfoForAddressRange() function...
2013-01-25 Andrew KaylorAdd support for applying in-memory relocations to the...
2013-01-25 Eli BenderskyWhen encountering an unknown file format, ObjectFile...
2013-01-25 Eli BenderskyAdd command-line flags for DWARF dumping.
2013-01-25 Eli BenderskyRename variable to be more comprehensible and follow...
2013-01-24 Saleem Abdulrasool[bugpoint] make tool selection messages unique
2013-01-24 Saleem Abdulrasool[bugpoint] set Message after tool configuration
2013-01-24 NAKAMURA Takumilli/RecordingMemoryManager: Free allocated sections...
2013-01-22 Alexey Samsonovllvm-symbolizer: factor out bits of the tool into separ...
2013-01-22 Tim NorthoverFix missed out llvm-stress after APFloat change.
next