Remove the storage and use of the subtarget out of the sparc frame
[oota-llvm.git] / tools /
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
2014-06-04 Saleem Abdulrasooltools: introduce StreamWriter::printBoolean
2014-06-04 Simon Atanasyan[Object][ELF] Range-based loop simplification.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-31 Simon Atanasyan[yaml2obj] Add new command line option `-docnum`.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-05-29 Simon Atanasyan[elf2yaml][ELF] Move Info field to the RelocationSectio...
2014-05-25 Saleem Abdulrasooltools: avoid use of std::function
2014-05-25 Saleem Abdulrasooltools: split out Win64EHDumper from COFFDumper
2014-05-25 Saleem Abdulrasooltools: inline simple single-use function
2014-05-25 Saleem Abdulrasooltools: refactor COFFDumper symbol resolution logic
2014-05-25 Saleem Abdulrasooltools: use references rather than out pointers in COFFD...
2014-05-24 Saleem Abdulrasoolbuild: sort llvm-readobj sources
2014-05-24 Saleem Abdulrasoolllvm-readobj: remove some dead code
2014-05-23 Filipe Cabecinhasllvm-ar: Output the file we errored on.
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
2014-05-21 Eric ChristopherMake a couple of command lines static and remove an...
2014-05-21 Eric ChristopherThis command line option is only used in one place...
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Simon Atanasyan[Mips] Add more relocation types and MIPS specific...
2014-05-20 Saleem Abdulrasoolllvm-readobj: use range-based for loop
2014-05-19 Alexey SamsonovKill symbolization functionality in llvm-dwarfdump...
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Simon Atanasyan[yaml2obj][ELF] Add an optional `Size` field to the...
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-05-15 Simon Atanasyan[yaml2obj] Add "-o" command line option to specify...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-13 Lang Hames[tools][llvm-rtdyld] Add a '-dylib <file>' option to...
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so (2nd...
2014-05-13 Tom StellardRevert "autoconf: Fix soname for libLLVM-Major.Minor.so"
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so
2014-05-12 Kevin EnderbySuggested improvement by Rafael Espindola to use isa...
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-09 Kevin EnderbyFix llvm-nm to print the full 64-bit address for symbol...
2014-05-08 Rafael EspindolaUse range loops.
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Simon Atanasyan[obj2yaml] Recognize input file format using llvm:...
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
2014-05-06 Eric ChristopherHave the SubtargetFeature help routine just not return...
2014-05-05 Rafael EspindolaRemove the -disable-cfi option.
next