tblgen: Add support for non-inheritable attributes
[oota-llvm.git] / tools /
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.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping sections.
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping dysymtab indirect...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping symtab and dysymtab...
2010-11-27 Daniel Dunbarmacho-dump: Add support for dumping segment load commands.
2010-11-27 Daniel DunbarObject/Mach-O: Add header and load command information.
2010-11-27 Daniel Dunbarmacho-dump: More sketching.
2010-11-27 Daniel Dunbarmacho-dump: Stub out C++ macho-dump tool.
2010-11-22 Mikhail GlushenkovAdd a newline.
2010-11-22 Mikhail Glushenkovllvmc: Make -march/-mcpu/-mtune behaviour more consiste...
2010-11-17 Wesley PeckMake MCJIT work with CMake.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-14 Chris Lattnerfix the autoconf script to detect "has asmprinter"ness...
2010-11-13 Daniel DunbarUpdate CMake.
2010-11-13 Daniel Dunbarlli: Switch to using ParseIRFile, for consistency with...
2010-11-09 Dan GohmanFix some places where error messages were being swallowed.
2010-11-08 Che-Liang ChiouAdd registry hook for assembly text output
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Mikhail Glushenkov80-col violations, trailing whitespace.
2010-11-02 Jakob Stoklund OlesenTweak the opt -O2 / opt -O3 inliner thresholds to be...
2010-11-02 Mikhail GlushenkovGetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.
2010-11-02 Mikhail GlushenkovTrailing whitespace.
2010-10-30 Jim GrosbachAllow specifying a CPU to llvm-mc, so that we can prope...
2010-10-30 Tobias GrosserAdd polly support to the build system.
2010-10-29 Dan GohmanCheck for (unlikely) errors from FindExecutable.
2010-10-29 Dan GohmanFix these error messages to not mention PATH in cases...
2010-10-29 Dan GohmanDelete this obsolete comment.
2010-10-28 NAKAMURA Takumitools/llvm-shlib/Makefile: Support for FreeBSD and...
2010-10-25 Daniel Dunbarllvm-mc: Teach -as-lex to print the raw token string...
2010-10-23 Mikhail GlushenkovResurrect mcc16, it is useful as an example.
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-10-22 NAKAMURA Takumilli: On Cygwin-1.5, lli crashes at invoking destructors...
2010-10-20 Rafael EspindolaRecord sysbols created by aliases. Fixes PR8414.
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-16 Benjamin KramerHack around incompatible pointer warnings.
2010-10-15 Daniel Dunbarlto: Respect LLVM_VERSION_INFO make variable, since...
2010-10-14 Mikhail GlushenkovForward -march correctly.
next