Add Option unit tests to the make build
[oota-llvm.git] / tools /
2013-07-19 Rui UeyamaRetry submitting r186623: COFFDumper: Dump data directo...
2013-07-19 Rafael EspindolaFix inserting new elements in a specified location.
2013-07-19 Tim NorthoverImprove llvm-mc disassembler mode and refactor ARM...
2013-07-18 Rui UeyamaRevert "COFFDumper: Dump data directory entries."
2013-07-18 Rui UeyamaCOFFDumper: Dump data directory entries.
2013-07-17 NAKAMURA Takumillvm-ar: doExtract(): Write extracted files with F_Bina...
2013-07-17 NAKAMURA TakumiLLVMSymbolize.cpp: Fix build. Triple::ArchType is not...
2013-07-17 Alexey Samsonovllvm-symbolizer: be more careful with colons in file...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Rafael EspindolaOn error, close the temporary file descriptor.
2013-07-16 Rafael EspindolaUse open+fstat instead of stat+open.
2013-07-16 Rafael EspindolaRemember that we have a null terminated string.
2013-07-13 Rafael EspindolaTry to open the file before use data from stat.
2013-07-13 Rafael EspindolaRemove unused file. Thanks to Sean Silva for noticing it.
2013-07-13 Rafael EspindolaAdd r186216 back, but make the test tolerant of differe...
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-13 Chandler CarruthRevert commit r186216 -- it's breaking bots:
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-07-12 Rafael EspindolaFix a off by one error about which members need to...
2013-07-12 Rafael Espindolafix autoconf build
2013-07-12 Rafael EspindolaFix the build with c++03.
2013-07-12 Rafael EspindolaChange llvm-ar to use lib/Object.
2013-07-12 Rafael EspindolaAdd static.
2013-07-11 Benjamin Kramerllvm-ar: Clean up memory management with OwningPtr.
2013-07-11 Rafael EspindolaUse %llu to print a 64 bit number. Should fix the ARM...
2013-07-11 Rafael EspindolaInsertBefore is the same as AddBefore. Delete it.
2013-07-11 Rafael EspindolaFix a FIXME about the format and add a test.
2013-07-11 Rafael EspindolaRemove the 'N' modifier from llvm-ar.
2013-07-11 Rafael EspindolaDelete dead code.
2013-07-11 Rafael EspindolaRemove support for truncating names in archives.
2013-07-11 Rafael EspindolaSync llvm-ar's help string with the options it supports.
2013-07-10 Rafael EspindolaDon't crash in 'llvm -s' when an archive has no symtab.
2013-07-08 Bill WendlingDon't run internalize if we're outputing bit-code and...
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-08 Manuel KlimekFixes problem when calling llvm-ar from an unmodifiable...
2013-07-06 Benjamin KramerCOFFDumper: Print uint64_t with the right format string.
2013-07-06 Michael Gottesman[llvm-ar] Added llvm_unreachable to quiet -Wreturn...
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-07-05 Rafael EspindolaDon't create an archive if, for example, we are asked...
2013-07-05 Rafael EspindolaUse simpler version of exists.
2013-07-05 Rafael EspindolaRemove NoOperation.
2013-07-05 Rafael EspindolaDon't treat bitcode files specially in llvm-ar.
2013-07-03 Rafael EspindolaMake llvm-nm return 1 on error.
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 NAKAMURA Takumillvm-symbolizer: Recognize a drive letter on win32...
2013-07-01 Sylvestre LedruThe build system is currently miss-identifying GNU...
2013-06-28 Daniel MaleaAdd flag to lli to enable debugging of IR when used...
2013-06-28 Hal FinkelFix bugpoint execution/reference output file name
2013-06-28 Alexey Samsonovllvm-symbolizer: don't leave dangling pointers after...
2013-06-28 Alexey Samsonovllvm-symbolizer: skip leading underscore in Mach-O...
2013-06-28 Alexey Samsonovllvm-symbolizer: make name demangling a public static...
2013-06-28 Alexey Samsonovllvm-symbolizer: add support for Mach-O universal binaries
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Rafael EspindolaUse enums instead of raw octal values.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Andy GibbsProvide bootstrap support to build only llvm+clang...
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-06-22 Rafael EspindolaCreate the file with the right permissions instead...
2013-06-22 Sean Silva[yaml2obj][ELF] Make symbol table top-level key.
2013-06-22 Sean Silva[yaml2obj][ELF] Narrow parameter.
2013-06-22 Sean Silva[yaml2obj][ELF] Don't special case writing these.
2013-06-22 Sean Silva[yaml2obj][ELF] Make this "type switch" actually readable.
2013-06-22 Sean Silva[yaml2obj][ELF] Align section contents in the output.
2013-06-21 Rafael EspindolaConvert some uses of PathV1.h in ArchiveWriter.cpp.
2013-06-21 Sean Silva[yaml2obj][ELF] Allow expressing undefined symbols.
2013-06-21 Sean SilvaUnbreak bots. Didn't realize this was a C++11 feature.
2013-06-21 Sean Silva[yaml2obj][ELF] Don't explicitly set `Binding` with...
2013-06-20 Rafael EspindolaAdd a fixme.
2013-06-20 Rafael EspindolaRemove last use of PathV1.h from Archive.cpp.
2013-06-20 Sean Silva[yaml2obj][ELF] Add support for st_value and st_size.
2013-06-20 Sean Silva[yaml2obj][ELF] Allow symbols to reference sections.
2013-06-20 Sean Silva[yaml2obj][ELF] Add the section name -> section index...
2013-06-20 Rafael EspindolaAdd a setLastModificationAndAccessTime to PathV2.
2013-06-20 Rafael EspindolaUse a raw_fd_ostream instead of a std::ofstream.
2013-06-20 Meador IngeRemove the simplify-libcalls pass (finally)
2013-06-20 Sean Silva[yaml2obj][ELF] Start factoring into "single point...
2013-06-20 Sean Silva[yaml2obj][ELF] Just let this class own its buffer.
2013-06-20 Rafael EspindolaRemove a trivial use of sys::Path.
2013-06-20 Rafael EspindolaAdd support for getting the last modification time...
2013-06-20 Rafael EspindolaUse only the filename when deciding if a file is a...
2013-06-20 Rafael EspindolaAdd r184420 back, but also handle long file names.
2013-06-20 Rafael EspindolaRevert "Don't include directory names in archives."
2013-06-20 Rafael EspindolaDon't include directory names in archives.
2013-06-20 Rafael EspindolaRemove remaining bits of the old LLVM specific symtab...
2013-06-20 Rafael EspindolaRemove more unused functions.
2013-06-20 Rafael EspindolaRemove unused methods.
2013-06-20 Rafael EspindolaUse the simpler sys::fs::exists.
2013-06-20 Rafael EspindolaConvert a use of sys::Path.
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-06-19 Rafael EspindolaRemove unused function.
2013-06-19 Rafael EspindolaReally fix the missing header :-(
2013-06-19 Rafael EspindolaAdd missing include found by the bots.
2013-06-19 Rafael EspindolaRemove last use of PathV1.h from Archive.h
2013-06-19 Rafael EspindolaAlways set the mode.
2013-06-19 Rafael EspindolaRemove more uses of sys::Path.
next