aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-04-05add .o file writing for inline asm in llc. Here's a sillyChris Lattner
2010-04-05tidy #includes.Chris Lattner
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner
2010-04-03remove some extraneous castsChris Lattner
2010-04-03Add special case bitcode support for DebugLoc. This avoidsChris Lattner
2010-04-03Pass -shared to the linker.Mikhail Glushenkov
2010-04-03add a couple missing enum names.Chris Lattner
2010-04-02Updated the install location for EnhancedDisassemblySean Callanan
2010-03-31Pass -m32/-m64 to assembler.Mikhail Glushenkov
2010-03-30Fix llvm-ld to clean up its output files in case of an error.Dan Gohman
2010-03-27revert r99719 which is breaking the botz.Chris Lattner
2010-03-27Make llvm-ld remove its output files in the event of an error.Dan Gohman
2010-03-27No need to check the same condition twice.Dan Gohman
2010-03-25llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar
2010-03-24Trim #includes.Dan Gohman
2010-03-24It's not necessary to call raw_ostream::close explicitly on automaticDan Gohman
2010-03-23llvm-mc: Support -filetype=null, for timing purposes.Daniel Dunbar
2010-03-23Remove if DISABLED not if not DISABLED...Bill Wendling
2010-03-23Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling
2010-03-23make sure to delete the llvm module before calling llvm_shutdown,Chris Lattner
2010-03-22llc doesn't need LinkAllVMCore.Dan Gohman
2010-03-22Avoid leaking the FunctionPassManager from opt.Jeffrey Yasskin
2010-03-22Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin
2010-03-20llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar
2010-03-20llvm-mc: Fix memory leak of MCAsmInfo.Daniel Dunbar
2010-03-19llvm-mc: Fix target selection for --disassemble to use GetTarget.Daniel Dunbar
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