Rename DIBuilder::createNullPtrType to createUnspecifiedType and introduce
[oota-llvm.git] / tools /
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.
2013-06-19 Rafael EspindolaRemove unused function.
2013-06-19 Rafael EspindolaAnother attempt at fixing the bots.
2013-06-19 Rafael EspindolaAttempt at fixing some bots.
2013-06-19 Rafael EspindolaReduce sys::Path usage in llvm-ar.
2013-06-19 Rafael EspindolaRemove the 'R' modifier.
2013-06-19 Wan XiaofeiTest commit access.
2013-06-19 Sean SilvaRemove `using namespace` and use explicit qualification.
2013-06-19 Sean SilvaRemove spurious space.
2013-06-19 Sean SilvaRemove unused parameter.
2013-06-19 Sean Silva[yaml2obj][ELF] Support ELFOSABI_* enum.
2013-06-19 Sean SilvaThere is no ELF ABI version enum.
2013-06-19 Sean Silva[yaml2obj][ELF] Support st_info through `Binding` and...
2013-06-18 Sean Silva[yaml2obj][ELF] Don't monkeypatch the YAML sections.
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure STN_UNDEF entry is present.
2013-06-18 Sean Silva[yaml2obj][ELF] Rudimentary symbol table support.
2013-06-18 Sean Silva[yaml2obj][ELF] Add dummy .strtab section.
2013-06-18 Rafael EspindolaConvert most uses of PathV1.h in ToolRunner.cpp.
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Rafael EspindolaReturn a std::string from PrependMainExecutablePath.
2013-06-18 Rafael EspindolaRemove PathV1.h use from BugDriver.cpp.
2013-06-18 Rafael EspindolaRemove use of PathV1.h from ExecutionDriver.cpp.
2013-06-18 Rafael EspindolaRemove usage of PathV1.h from OptimizerDriver.cpp.
2013-06-18 Rafael EspindolaConvert some uses of eraseFromDisk.
2013-06-18 Rafael EspindolaDon't use PathV1.h in tools/bugpoint/Miscompilation...
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-18 Sean Silva[yaml2obj][ELF] Factor out string table section creation.
2013-06-18 Sean Silva[yaml2obj][ELF] Refer specifically to the section heade...
2013-06-18 Sean Silva[yaml2obj][ELF] Ensure more fields are zero'd.
2013-06-17 Rafael EspindolaFix the build with gcc 4.7 and -std=c++11.
2013-06-17 Rafael EspindolaConvert two uses of eraseFromDisk.
2013-06-17 Rafael EspindolaRemove usage of PathV1.h in FindBugs.cpp.
2013-06-17 Sean Silva[yaml2obj][ELF] Exit with error status on error.
2013-06-17 Rafael EspindolaDon't use PathV1.h in CrashDebugger.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-06-17 Rafael EspindolaRemove CBE related code.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ExtractFunction.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in tools/gold/gold-plugin.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in LTOCodeGenerator.cpp
2013-06-17 Rafael EspindolaDon't use PathV1.h in llvm-link.
2013-06-17 Rafael EspindolaMove lib/Archive to tools/llvm-ar.
2013-06-17 Rafael EspindolaDon't link with the archive library programs that don...
2013-06-15 Sean Silva[yaml2obj] Move some classes into anonymous namespaces.
2013-06-15 Sean Silva[yaml2obj] Add support for sh_link via `Link` key.
2013-06-14 Rafael EspindolaRemove the LLVM specific archive index.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-14 Rafael EspindolaRemove unused header.
2013-06-14 Sean Silva[yaml2obj] Add support for sh_addralign via `AddressAli...
2013-06-13 Sean Silva[yaml2obj] Add support for specifying raw section content.
2013-06-13 Sean Silva[yaml2obj] Add sh_addr via `Address` key.
2013-06-13 Sean Silva[yaml2obj] Initial ELF section support.
2013-06-13 Rafael EspindolaDon't use PathV1.h in Signals.h.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
next