Changing DebugInfoFinder to iterate over all the compile units.
[oota-llvm.git] / tools /
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...
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.
next