Fix paths; AutoRegen.sh changes its current working directory to be the
[oota-llvm.git] / tools /
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.
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-07 Dan GohmanThis file needs ToolOutputFile.h too.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-07 Michael J. SpencerFix Whitespace.
2010-10-07 Michael J. SpencerFix warnings on Windows.
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-10-02 Oscar FuentesStop the build if cyclic library dependecies found.
2010-09-29 Duncan SandsConvert a bunch of uses of 'bytecode' into 'bitcode...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
2010-09-27 Bill WendlingThe "linker_private_weak*" linkages should set the...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-24 Daniel DunbarMC/Lexer: Add 'Real' token type for floating point...
2010-09-23 Dan GohmanFix llvm-extract -delete's lazy loading to materialize...
2010-09-22 Mikhail Glushenkovllvmc: Support '-emit-llvm -S' with -opt.
2010-09-22 Mikhail GlushenkovA more informative output suffix for the opt tool.
2010-09-21 Mikhail Glushenkovllvmc: split llvm_gcc_based into llvm_gcc_{pch,comp...
2010-09-21 Mikhail Glushenkovllvmc: put linker options in a separate OptList.
2010-09-16 Daniel Dunbarllvm-mc: Teach -as-lex to print more token kinds.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-13 Dan GohmanUse ParseIRFile to auto-detect LLVM Assembly automatically.
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 NAKAMURA TakumiDon't build redundant libLLVMgold.a.
2010-09-09 Dan GohmanDiscard metadata produced by LLVM 2.7. The value enumer...
2010-09-08 Tobias GrosserExecute all Pass Printers even if -quiet is set.
2010-09-08 Tobias GrosserInclude original pass name in the PassPrinter's name.
2010-09-05 Chris Lattnercleanups: mark stuff static, only tagdecls should be...
2010-09-03 Bill WendlingQuiesce warning about non-virtual d'tor in virtual...
2010-09-02 Chris Lattneradd a new "llvm-dis -show-annotations" option, which...
2010-09-02 Chris Lattnerlets get crazy and name the header file the exact class...
2010-09-02 Chris LattnerAsmPrinter has a formatted stream, pass it down through...
2010-09-02 Mikhail Glushenkovllvmc: .dylib support.
2010-09-02 Nick LewyckyFix compile errors.
next