Fix tagging name.
[oota-llvm.git] / tools /
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-02-27 Rafael EspindolaGold now rescans archives as needed, so the pass-throug...
2011-02-27 Rafael Espindolabfd was fixed, remove the work around.
2011-02-26 Rafael EspindolaLTO uses MC now.
2011-02-24 Rafael EspindolaSwitch LTO to use MC. This takes the linking of libxul...
2011-02-24 Chris Lattnerfit in 80 cols.
2011-02-24 Benjamin KramerPlug some leaks in edis.
2011-02-23 Sean CallananFixed a bug in the enhanced disassembly tester that
2011-02-22 Oscar FuentesCMake: remove unnecessary variable.
2011-02-22 Sean CallananFixed llvm-mc in edis mode to use the result of
2011-02-20 Rafael EspindolaDispose modules early and only create codegen when...
2011-02-20 Rafael EspindolaFix some memory leaks and avoid looking in the hash...
2011-02-20 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-02-19 Rafael EspindolaAdd modules to codegen as soon as possible. This reduce...
2011-02-19 Mikhail GlushenkovMake "-opt [-emit-llvm]" work for .ll files.
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris LattnerHave opt set up a specific TargetLibraryInfo for modules
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-02-18 Owen AndersonRevert r125956, which broke the build if you _don't_...
2011-02-18 Stephen WilsonThis patch lets LLDB build as an LLVM subproject. ...
2011-02-18 Peter CollingbourneMake -disable-simplify-libcalls work with -std-compile...
2011-02-16 Rafael EspindolaAdd a debug obj-path option to make it easy to keep...
2011-02-14 Rafael EspindolaSwitch llvm to using comdats. For now always use groups...
2011-02-13 Chris Lattnerimprove solaris support, from PR9109, patch by Yuri!
2011-02-12 Rafael EspindolaPreserve aliases if needed.
2011-02-12 Rafael EspindolaFix a silly bug I introduced when dropping std::string.
2011-02-11 Chris Lattnerfix dumping of METADATA_ATTACHMENT2 names, patch by...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-02-09 NAKAMURA Takumitools/llvm-ld/CMakeLists.txt: llvm-ld depends on llvm...
2011-02-09 NAKAMURA Takumitools/llvm-ld: Cygwin can handle #!shbang.
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2011-02-01 Rafael EspindolaDon't tell the linker about available_externally defini...
2011-01-31 Devang PatelWhile printing "interesting" breakpoint locations for...
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-20 Tobias GrosserRegionPassPrinter should contain the name of the pass...
2011-01-20 Michael J. Spencerllvm-objdump: Remove redundant includes.
2011-01-20 Michael J. Spencerllvm-nm: Fix warning.
2011-01-20 Michael J. SpencerAdd llvm-objdump
2011-01-20 Michael J. Spencerllvm-nm: Update to use the new LLVMObject library.
2011-01-20 Michael J. Spencergold: MinGW fix.
2011-01-17 Oscar FuentesAdd some platform checks. Also fix a typo on a Makefile.
2011-01-14 Ted KremenekFix memory leak found by clang static analyzer.
2011-01-14 Devang PatelDisable debug mode.
2011-01-13 Devang PatelLittle help to debug the bugpoint itself.
2011-01-10 Michael J. SpencerFix Whitespace.
2011-01-10 Michael J. SpencerSupport/Path: Deprecate PathV1::exists and replace...
2011-01-07 Devang PatelDo not include DataTypes.h in llvm-c/lto.h.
2011-01-06 Rafael EspindolaCorrectly disassemble truncated asm.
2011-01-02 Chris Lattnersplit dom frontier handling stuff out to its own Domina...
2010-12-29 NAKAMURA Takumiautoconf: Add --disable-embed-stdcxx to suppress linkin...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Michael J. SpencerSupport/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-16 Michael J. Spencerllvm-dis: Fix memory leak. ParseBitcodeFile should...
2010-12-16 Michael J. Spencerllvm-dis: Simplify MemoryBuffer usage.
2010-12-16 Michael J. SpencerFix whitespace.
2010-12-16 Daniel Dunbarbuild: Fix ONLY_TOOLS to not build lto etc. unless...
2010-12-16 Daniel DunbarFix some compiler warnings.
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-16 Daniel DunbarMC: Make TargetAsmBackend available to the AsmStreamer.
2010-12-15 Mikhail GlushenkovCopy-pastos.
2010-12-15 Mikhail GlushenkovRemove ConvertToMAttrImpl, it became too '-march'-specific.
2010-12-15 Mikhail Glushenkovllvmc: Support -march arguments that should be forwarde...
2010-12-15 Mikhail Glushenkovllvmc: Better -mfpu/-mcpu support for ARM & PPC.
2010-12-15 Mikhail Glushenkovllvmc: more complete -march table for ARM.
2010-12-15 Mikhail Glushenkovllvmc: Support -mabi/-mfloat-abi.
2010-12-15 Mikhail Glushenkovllvmc: Forward -march/-mcpu/-mtune to as & ld.
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Daniel Dunbarmacho-dump: Switch to C++ macho-dump tool.
2010-12-10 Daniel DunbarMach-O: Tweak field name.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-09 Devang PatelPrint breakpoints for call instructions. This is used...
2010-12-09 Dan GohmanGive CurStreamType's enum a name. This works around...
2010-12-09 Michael J. SpencerMore code not compiled by CMake. :(.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-07 Devang PatelAdd a simple breakpoint location printer. This will...
2010-12-06 Devang PatelDo not try luck by using given name to create temporary...
2010-12-03 Devang PatelDo not try luck by using given name to create temporary...
2010-12-02 Devang PatelDisable .loc support on older darwin OSes.
2010-12-02 Tobias GrosserMove check of command line options after command line...
2010-12-01 Devang PatelAdd hiddent command line option, as an debugging aid...
2010-11-29 Chris Lattnerconvert llvm-ar and llvm-ranlib to raw_ostream from...
2010-11-29 Charles DavisNow to chant the magical incantation that will exorcise...
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-29 NAKAMURA Takumitools/Makefile: Don't look into $(TARGET_OS), but ...
2010-11-29 NAKAMURA Takumitools/Makefile: Fix indentation.
2010-11-29 NAKAMURA Takumitools/Makefile: Enable building lto, edis and bugpoint...
2010-11-28 Mikhail Glushenkovllvmc: First stab at better -march handling.
2010-11-27 Daniel Dunbarmacho-dump: Add support for --dump-section-data and...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symbol table entries.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping string table data.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping relocation entries.
next