[OCaml] Llvm_target: fix typo (Int_val instead of Int64_val)
[oota-llvm.git] / tools /
2013-11-02 Rafael Espindolamove getSymbolNMTypeChar to the one program that needs...
2013-11-02 Yuchen WuAdded command-line option to output llvm-cov to file.
2013-10-31 Rafael EspindolaUse LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead...
2013-10-31 Rafael EspindolaRules adjustments in order to build on DragonFly BSD.
2013-10-31 Yuchen WuUpdated llvm-cov's OVERVIEW description
2013-10-29 Rafael EspindolaSupport names like llvm-ar-3.4 and llvm-ranlib-3.4.
2013-10-29 Andrew KaylorCleaning up comments in lli
2013-10-29 Andrew KaylorAdding a workaround for __main linking with remote...
2013-10-28 Alp TokerFix the lli --extra-module value_desc
2013-10-28 Andrew KaylorStandardizing lli's extra module command line option
2013-10-27 NAKAMURA TakumiMCJIT-remote: __main should be resolved in child context.
2013-10-26 NAKAMURA Takumilli/RemoteMemoryManager.cpp: Resurrect __main stuff...
2013-10-25 Daniel Sanders[bugpoint] Increase the default memory limit for subpro...
2013-10-25 Benjamin Kramerllvm-c-test: Don't leak memory buffers.
2013-10-24 Reid Klecknerlto.h: Use lto_bool_t instead of int to restore the ABI
2013-10-23 NAKAMURA Takumillvm/tools/llvm-c-test should be built also on msvc.
2013-10-23 NAKAMURA Takumillvm-c/lto.h: Avoid use of bool.
2013-10-23 NAKAMURA Takumillvm-c-test: Make them C89-compliant.
2013-10-23 Anders WaldenborgAdd llvm-c-test tool for testing llvm-c
2013-10-22 Bob WilsonChange llvm-cov output formatting to be more similar...
2013-10-22 Bob WilsonMove the printing of llvm-cov information out from...
2013-10-18 Rafael EspindolaCheck for errors when calling lto_codegen_add_module...
2013-10-16 Rafael Espindola[pr17595] Fix a use after free.
2013-10-16 Alexey Samsonovllvm-symbolizer: don't always run demangler on global...
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-14 Hans Wennborgvs2013 msbuild integration: add missing .target files...
2013-10-12 Will Dietzyaml2coff/elf: Touchup for compatibility.
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-11 Andrew KaylorFixing problems in lli's RemoteMemoryManager.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-10 Manman RenDebug Info: In DIBuilder, the context field of subprogr...
2013-10-10 Hans WennborgProvide msbuild integration for vs2013.
2013-10-10 Hans WennborgFix msbuild integration install script.
2013-10-09 Greg BedwellTest commit. Remove whitespace from otherwise empty...
2013-10-08 Andrew KaylorRemoving unintended code block from lli
2013-10-08 Rafael EspindolaOnly modify lto.exports.def when contents have changed.
2013-10-07 NAKAMURA TakumiRevert r191088, corresponding to r191823 to re-enable...
2013-10-07 Simon Atanasyan[Mips] Teach llvm-readobj to print MIPS-specific ELF...
2013-10-05 Benjamin Kramerlli: Plug leaks in the remote target external implement...
2013-10-04 Rafael EspindolaFix object file writing in llvm-lto on Windows.
2013-10-04 Andrew KaylorAttempting to fix lli build error
2013-10-04 Andrew KaylorFixing container/pointer bug in remote-lli found by...
2013-10-04 Benjamin Kramerlli: Check pipe creation for errors.
2013-10-04 Rafael EspindolaAdd lto_codegen_add_dso_symbol to the export list.
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-03 Rafael EspindolaDispose the codegen even when just writing the bitcode...
2013-10-02 Andrew KaylorFixing lli-child-target build
2013-10-02 Benjamin KramerAdd newline at eof.
2013-10-02 Richard SmithPass the resolved lli-child-target executable name...
2013-10-02 Andrew KaylorFix build problems with remote lli implementation
2013-10-02 Andrew KaylorClean up lli execution code
2013-10-02 Andrew KaylorFixing compile warnings
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-02 Chandler CarruthTidy up this line of the Makefile before I start hackin...
2013-10-02 Rafael EspindolaFix option parsing in the gold plugin.
2013-10-02 Rafael EspindolaAdd a -exported-symbol option to llvm-lto.
2013-10-02 Rafael EspindolaEnable building LTO on WIN32.
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-09-30 Rafael EspindolaMove command line options to the users of libLTO. Fixes...
2013-09-30 Rafael EspindolaRevert "Enable building LTO on WIN32."
2013-09-30 Rafael EspindolaEnable building LTO on WIN32.
2013-09-27 Rui UeyamaObject/COFF: Rename getXXX{Begin,End} -> xxx_{begin...
2013-09-27 Rui UeyamaRe-submit r191472 with a fix for big endian.
2013-09-27 Rui UeyamaRevert "llvm-objdump: Dump COFF import table if -privat...
2013-09-27 Rui UeyamaFix another -Wnon-pod-varargs error in r191472.
2013-09-27 Rui UeyamaFix -Wnon-pod-varargs error in r191472.
2013-09-27 Rui Ueyamallvm-objdump: Dump COFF import table if -private-header...
2013-09-25 Eric ChristopherAdd gnu pubsections as options to llvm-dwarfdump.
2013-09-25 Eric ChristopherDump the normal dwarf pubtypes section as well.
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-09-20 NAKAMURA Takumillvm/tools/Makefile: Suppress building llvm-lto on...
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).
2013-09-19 Reid Klecknermsbuild: Set _MSC_VER to match the CRT we're using
2013-09-19 Reid KlecknerInclude an LLVM-vs2012_xp toolset in the MSBuild integr...
2013-09-19 Andrew TrickRevert "Encapsulate PassManager debug flags to avoid...
2013-09-18 Andrew TrickEncapsulate PassManager debug flags to avoid static...
2013-09-18 Andrew Trickwhitespace
2013-09-18 Craig TopperLift alignment restrictions for load/store folding...
2013-09-15 Benjamin KramerELF: Add support for the exclude section bit for gas...
2013-09-12 Joey Gouly[LTO] Fix the LTO tool, after my API breakage.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-06 Hans Wennborgmsbuild integration: provide separate files for VS2010...
2013-09-05 Reid Klecknermsbuild: Add clang's compiler-rt libs to the LibraryPath
2013-09-04 Rafael EspindolaRename some variables to match the style guide.
2013-09-04 Rafael EspindolaRename variables to match the style guide and clang...
2013-09-03 Joerg SonnenbergerPrint string value for DT_RPATH and DT_RUNPATH.
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...
next