aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-04-13Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2010-04-13Add CMake support for 'edis'.Ted Kremenek
2010-04-13Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner
2010-04-12Build system fix to make llvm-mc properly buildSean Callanan
2010-04-12Build system fixes. llvm-mc depends onSean Callanan
2010-04-12Bug fix: made the enhanced disassembler's linkSean Callanan
2010-04-12Second try at integrating the edis tester. ThisSean Callanan
2010-04-12Boolify.Benjamin Kramer
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-04-10Remove dead argument and clean whitespace. No functionality change.Nick Lewycky
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan
2010-04-09Bugfixes for edis. Code to initialize instructionSean Callanan
2010-04-08Added support for ARM disassembly to edis.Sean Callanan
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