aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-04-27r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling
2010-04-24Fixed edis to tokenize instructions with noSean Callanan
2010-04-23Fixes to edis that mark x86 call targets asSean Callanan
2010-04-23Fixed EDOperand to use the operand type, not theSean Callanan
2010-04-19Support .a files directly (without -l).Mikhail Glushenkov
2010-04-17Fix more -Wcast-qual warnings.Dan Gohman
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner
2010-04-16Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky
2010-04-16Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman
2010-04-16Make things static that don't need to be referenced from outside the file.Dan Gohman
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2010-04-15Simplify ".bc" detection.Benjamin Kramer
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar
2010-04-15fix a crash on "lli ex" or any other file whose name is exactly twoChris Lattner
2010-04-14Don't forget cmake!Nick Lewycky
2010-04-14Remove accidentally committed cruft.Nick Lewycky
2010-04-14Bugpoint no longer uses exceptions.Nick Lewycky
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