lit: warn when passed invalid pathname
[oota-llvm.git] / tools /
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.
2014-05-05 Patrik HagglundFix gcc -pedantic warning in lto.cpp.
2014-05-03 Rafael EspindolaMove LTOModule and LTOCodeGenerator to the llvm namespace.
2014-05-03 Rafael EspindolaStyle update: don't duplicate comments, they were getti...
2014-05-01 Simon Atanasyan[llvm-readobj] Transform 'switch' with the only 'case...
2014-05-01 Simon Atanasyan[llvm-readobj] Add support for Mips specific ELF header...
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-04-30 Hans WennborgUse the new StringTableBuilder in yaml2elf
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-29 Benjamin Kramerraw_ostream: Forward declare OpenFlags and include...
2014-04-29 David BlaikiePR19553: Memory leak in RuntimeDyldELF::createObjectIma...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-25 Tom RoederAdd an -mattr option to the gold plugin to support...
2014-04-25 David BlaikieBugPoint: Fix some memory leaks.
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-25 Reid KlecknerChange llvm-config --ldflags to report ${CMAKE_CXX_LINK...
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Justin Bognerllvm-cov: Allow short options to be grouped
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 David BlaikieUse unique_ptr to manage ParsedBinariesAndObjects in...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 Rafael EspindolaConvert getFileOffset to getOffset and move it to its...
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...
2014-04-21 Chandler Carruth[PM] Wire the analysis passes (such as they are) into...
2014-04-21 Chandler Carruth[PM] Add a nice low-tech registry of passes as a boring...
2014-04-20 Simon Atanasyan[C++11] Range-based loop simplification.
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-18 Alexey Samsonov[DWARF parser] Turn DILineInfo into a struct.
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 Saleem Abdulrasoolobjdump: identify WoA WinCOFF/ARM correctly
2014-04-16 Saleem Abdulrasooltools: fix invalid printing, buffer overrun in llvm...
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-14 Saleem Abdulrasooltools: simplify symbol handling in objdump
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: remove duplication of coff_aux_file
2014-04-13 Saleem Abdulrasooltools: avoid a string duplication
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-12 Saleem Abdulrasooltools: remove unnecessary copy of array_lengthof
2014-04-12 Jim Grosbachllc: Add support for -mcpu=native.
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-06 Simon Atanasyan[yaml2obj][ELF] Rename class SectionNameToIdxMap =...
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
next