aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-03-19fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner
2010-03-19Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin
2010-03-17Changed install_name for libEnhancedDisassembly.dylib onSean Callanan
2010-03-16add support for bugpointing the integrated assembler. Something like thisChris Lattner
2010-03-13llvm-mc: Delete output files on error.Daniel Dunbar
2010-03-13llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar
2010-03-13llvm-mc: Support -arch as a simplified form of -triple.Daniel Dunbar
2010-03-12give Mangler access to TargetData.Chris Lattner
2010-03-12make the mangler take an MCContext instead of an MAI.Chris Lattner
2010-03-12remove MAI argument from createAsmStreamer since itChris Lattner
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner
2010-03-11MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar
2010-03-09Attempt to fix random build failures seen when doing highlyDuncan Sands
2010-03-05Make it not an error to specify -O* options several times.Mikhail Glushenkov
2010-03-05apparently if gold is around lto needs to be part of DIRS.Chris Lattner
2010-03-05Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner
2010-03-05liblto and gold don't need to be built in serialChris Lattner
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-03-01Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman
2010-02-26don't build edis if the x86 target isn't enabld.Chris Lattner
2010-02-26disable-mem2reg and disable-gvn options should not be used by the driver.Sanjiv Gupta
2010-02-25Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin
2010-02-23Roll back r96959 again.Jeffrey Yasskin
2010-02-23Oops. Pass -lgcc _only_ on ARM, not on everything except ARM.Jeffrey Yasskin
2010-02-23Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin
2010-02-23Fix -mtune forwarding.Mikhail Glushenkov
2010-02-23Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...Mikhail Glushenkov
2010-02-23Input files with empty suffixes must be passed to linker.Mikhail Glushenkov
2010-02-23Support -Xlinker et al.Mikhail Glushenkov
2010-02-23Typo.Mikhail Glushenkov
2010-02-23Correct option forwarding: initial implementation.Mikhail Glushenkov
2010-02-23Precompiled headers: initial support.Mikhail Glushenkov
2010-02-23New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov
2010-02-23Support '-install_name'.Mikhail Glushenkov
2010-02-23Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar
2010-02-23Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar
2010-02-18Uniformize the way these options are printed. Requested byDuncan Sands
2010-02-18Avoid a dangling pointer dereference, PassManager::add can delete the Pass.Benjamin Kramer
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-13Support some more Darwin-only options.Mikhail Glushenkov
2010-02-13Support -mfix-and-continue properly.Mikhail Glushenkov
2010-02-13Revert r94752, turns out we don't need to touch these options.Mikhail Glushenkov
2010-02-12give MCCodeEmitters access to the current MCContext.Chris Lattner
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman
2010-02-10llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar
2010-02-09llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar
2010-02-09Oops.Jakob Stoklund Olesen
2010-02-09clang test suiteJakob Stoklund Olesen