Correct vector type definition in LangRef.
[oota-llvm.git] / tools /
2014-07-30 Lang Hames[MCJIT] Actually remap sections based llvm-rtdyld optio...
2014-07-30 Rafael EspindolaUse range loops.
2014-07-30 Rafael EspindolaConvert a few more function pointer calls to just ...
2014-07-30 Rafael EspindolaDon't duplicate the function name in a comment.
2014-07-30 Rafael EspindolaUse function pointers with just f(1,2) instead of ...
2014-07-29 Lang Hames[MCJIT] Add options to llvm-rtdyld to describe a phony...
2014-07-29 Rafael EspindolaUse nullptr instead of NULL.
2014-07-29 Rafael EspindolaRemove unused includes.
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Rafael EspindolaSmall gold plugin simplifications.
2014-07-29 Simon AtanasyanInstall the `obj2yaml` and `yaml2obj` utilities togethe...
2014-07-29 Duncan P. N. Exon... llvm-uselistorder: Fix header comments from r214144
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Get it building in configure+make...
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Add -save-temps option
2014-07-28 Duncan P. N. Exon... llvm-uselistorder: Check the correct flag for assembly
2014-07-28 Alex Lorenzllvm-cov: move the gcov code into a separate file.
2014-07-25 NAKAMURA Takumillvm-uselistorder: Fix up LINK_COMPONENTS.
2014-07-25 Duncan P. N. Exon... Move -verify-use-list-order into llvm-uselistorder
2014-07-25 David Majnemerllvm-vtabledump: use a std::map instead of a StringMap...
2014-07-24 Kevin EnderbyAdd an implementation for llvm-nm’s -print-file-name...
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-07-24 NAKAMURA Takumi[CMake] tools/lto: Prune redundant libdep(s).
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-23 Reid KlecknerAdd a VS "14" msbuild toolset
2014-07-22 Lang Hames[MCJIT] Refactor and add stub inspection to the Runtime...
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-21 David BlaikieCorrect the ownership passing semantics of object:...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-07-17 Kevin EnderbyTweak formating to match what clang-format would be...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-16 Kevin EnderbyAdd the "-x" flag to llvm-nm for Mach-O files that...
2014-07-15 NAKAMURA TakumiPrune Redundant libdeps in CMake's target_link_librarie...
2014-07-14 Justin BognerSupport: Fix option handling when using cl::Required...
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-07-14 NAKAMURA Takumi[CMake] Update libdeps.
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-13 NAKAMURA Takumi[CMake] Add LLVM_LINK_COMPONENTS to loadable modules...
2014-07-13 NAKAMURA Takumibugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
2014-07-11 Kevin EnderbyAdd the "-s" flag to llvm-nm for Mach-O files that...
2014-07-08 Kevin EnderbyChanged the lvm-nm alias "-s" for -print-armap to ...
2014-07-07 Rafael EspindolaUse raw_fd_ostream instead of std::ofstream.
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaDeclare variable on first use.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-04 Rafael EspindolaChange LTOModule`s getTargetTriple and setTargetTriple...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-07-04 Alp TokerSink undesirable LTO functions into the old C API
2014-07-03 Peter Collingbournegold plugin: move target initialization to the top...
2014-07-03 Peter CollingbourneLTO: rename the various makeLTOModule overloads.
2014-07-03 Kevin EnderbyAdd the -just-symbol-name (aka -j) flag to llvm-nm...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols in llvm-ar.
2014-07-03 Rafael Espindolafix configure+make build
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-07-03 Kevin EnderbyAdd the -U flag to llvm-nm as an alias to -defined...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-07-02 Kevin EnderbyAdd the -reverse-sort flag (aka -r) to llvm-nm
2014-07-02 Rafael EspindolaFix configure+make build.
2014-07-02 Rafael EspindolaMove CFG building code to a new lib/MC/MCAnalysis library.
2014-07-01 Kevin EnderbyAlso run clang-format on llvm-nm.cpp to tidy things...
2014-07-01 Kevin EnderbyRun clang-format on llvm-size.cpp to tidy things up...
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-07-01 Benjamin KramerRephrase loop so it doesn't leave unused bools around...
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-30 Tim Northovermacho-dump: add code to print LC_ID_DYLIB load commands.
2014-06-28 Rafael EspindolaSimplify code a bit, no functionality change.
2014-06-27 Justin Bognerllvm-cov: Support specifying multiple source files
2014-06-27 Lang Hames[RuntimeDyld] Add a framework for testing relocation...
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
2014-06-27 Rafael EspindolaDon't force the build of toos/lto as a static lib.
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Tom RoederFix the new LTOCodeGenerator setup in gold to parse...
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-25 Alexey VolkovFix unresolved symbols when loading gold plugin
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-23 Rafael EspindolaSimplify memory management with std::unique_ptr.
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-20 Kevin EnderbyFix some double printing of filenames for archives...
2014-06-20 Rafael EspindolaSmall clanups:
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Rafael EspindolaThe gold plugin doesn't need disassemblers.
2014-06-19 Rafael EspindolaSet gold plugin options in a sane order.
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-06-19 Rafael EspindolaSimplify. No functionality change.
2014-06-19 Rafael EspindolaReduce indentation. No functionality change.
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-19 Rafael EspindolaUse lib/LTO directly in the gold plugin.
2014-06-19 Rafael EspindolaRemove an incorrect fixme.
2014-06-19 Alp TokerRemove unused includes following r211294
2014-06-19 Rafael EspindolaUse the c++ APIs.
2014-06-19 Eric ChristopherMove -dwarf-version to an MC level command line option...
2014-06-19 Eric Christopher80-column fixups.
next