Add a clang-format file so that the tool can automatically detect the
[oota-llvm.git] / tools /
2013-09-02 Dmitri GribenkoAdded std:: qualifier to find() invocation
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-29 Reid KlecknerSubstitute LLVM's version into the msbuild property...
2013-08-29 Warren HuntModified ms-build configuration file to be version...
2013-08-28 Warren HuntAdding VCIncludeDir and WindowsSDKDir to the msbuild...
2013-08-28 Rafael EspindolaFix name matching to work on windows.
2013-08-28 Hal FinkelDisable unrolling in the loop vectorizer when disabled...
2013-08-28 Hans Wennborgcmake: Prevent semicolon separated lists in llvm-config...
2013-08-28 Rafael EspindolaAdd a minimal implementation of ranlib.
2013-08-28 Hans Wennborgcmake: Add msbuild integration to the install
2013-08-27 Argyrios Kyrtzidis[CMake] Put back the add_llvm_external_project() calls...
2013-08-27 Reid KlecknerAdd xml files for msbuild integration
2013-08-27 Shuxin Yang Revert 189297, the original commit message is following.
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 David BlaikieFix the build broken by r189315.
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Shuxin Yang Add new API lto_codegen_compile_parallel().
2013-08-26 Alexey Samsonovllvm-symbolizer: use real path when looking for debug...
2013-08-26 Hans WennborgCMake: move lto.h install to tools/lto/CMakeLists.txt
2013-08-23 Hans WennborgCMake: build llvm-config on Windows.
2013-08-23 NAKAMURA Takumilto/CMakeLists.txt: Cut the dep to intrinsics_gen....
2013-08-21 Argyrios Kyrtzidis[CMake] Automatically pick up subdirectories in llvm...
2013-08-21 Ahmed BougachaAdd basic YAML MC CFG testcase.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-21 NAKAMURA Takumilli/RecordingMemoryManager.cpp: Make it complain if...
2013-08-14 Alexey Samsonovllvm-symbolizer: add support for .gnu_debuglink section
2013-08-13 Arnold SchwaighoferRemove logic that decides whether to vectorize or not...
2013-08-12 Shuxin YangRevert r188188 and r188200.
2013-08-12 Eric ChristopherFix warning about unused member.
2013-08-12 Shuxin YangMisc enhancements to LTO:
2013-08-09 Benjamin KramerRemove byte order mark from source file.
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-08 Bill WendlingRevert r185882. This is causing problems with the gold...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-08-07 Shuxin YangChange public functions of LTOCodeGenerator from ret...
2013-08-06 Shuxin YangChange private functions of LTOCodeGenerator from ret...
2013-08-06 Tom StellardFactor FlattenCFG out from SimplifyCFG
2013-08-06 Shuxin YangAdd some comment to LTOCodeGenerator class
2013-08-05 Michael Gottesman[bugpoint] Allow the user to specify the path to opt...
2013-08-03 Benjamin KramerUnbreak llvm-rtdyld build.
2013-08-03 Benjamin Kramerllvm-rtdyld: Don't leak memory managers.
2013-08-02 Hal FinkelFix invalid function pointers in bugpoint ExtractLoops
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-07-29 Rafael EspindolaAdd support for the 's' operation to llvm-ar.
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-23 Rafael EspindolaFix use of the getOpenFile api.
2013-07-23 Rafael EspindolaFix the build in c++03 mode.
2013-07-23 Rafael EspindolaAdd an initial implementation of archive symbol table...
2013-07-23 Shuxin Yangremove unnecessary space
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-22 Shuxin YangInitialize/Register LTO passes to enable flags like...
2013-07-22 Rafael EspindolaReplace archive members in the old position.
2013-07-21 Rafael EspindolaHandle replacement into a position past the original...
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.
next