Clean up some style and formatting issues.
[oota-llvm.git] / tools /
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.
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-18 Rafael EspindolaSimplify code.
2014-06-18 Simon Atanasyan[llvm-readobj] Fix member functions name style.
2014-06-18 Simon Atanasyan[llvm-readobj] Fix compile error.
2014-06-18 Simon Atanasyan[llvm-readobj][ELF] New `-mips-plt-got` command line...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Tobias Grosseropt: Initialize asm printers
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
2014-06-13 Rafael EspindolaRemove all uses of 'using std::error_code' from headers.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Jim Grosbachllvm-mc: Add option for prefering hex format disassembly.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Simon Atanasyan[llvm-readobj][ELF] Factor out the code retrieve ELF...
2014-06-07 Saleem Abdulrasooltools: add a high level explanation for WoA EH data
2014-06-06 Simon Atanasyan[yaml2obj][obj2yaml] Support ELF symbol's visibility...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-06-05 Iain Sandoelld (build with configur and make) Enable build
2014-06-04 Saleem Abdulrasooltools: fix parenthesis warning from GCC
2014-06-04 Saleem Abdulrasooltools: fix silly typo in llvm-readobj
2014-06-04 Saleem Abdulrasooltools: initial implementation of WoA EH decoding
next