summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-04-17Fix more -Wcast-qual warnings.Dan Gohman2-2/+2
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner1-5/+4
2010-04-16Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky1-4/+2
2010-04-16Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman2-0/+3
2010-04-16Make things static that don't need to be referenced from outside the file.Dan Gohman1-12/+12
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman2-2/+2
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman4-62/+63
2010-04-15Simplify ".bc" detection.Benjamin Kramer1-2/+1
2010-04-15Remove unnecessary uses of <iostream>.Daniel Dunbar2-5/+3
2010-04-15fix a crash on "lli ex" or any other file whose name is exactly twoChris Lattner1-1/+2
2010-04-14Don't forget cmake!Nick Lewycky1-1/+0
2010-04-14Remove accidentally committed cruft.Nick Lewycky1-3/+0
2010-04-14Bugpoint no longer uses exceptions.Nick Lewycky2-4/+4
2010-04-13Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor1-17/+1
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan6-68/+36
2010-04-13Add CMake support for 'edis'.Ted Kremenek4-0/+44
2010-04-13Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner1-1/+3
2010-04-12Build system fix to make llvm-mc properly buildSean Callanan1-2/+2
2010-04-12Build system fixes. llvm-mc depends onSean Callanan2-14/+11
2010-04-12Bug fix: made the enhanced disassembler's linkSean Callanan1-1/+1
2010-04-12Second try at integrating the edis tester. ThisSean Callanan5-41/+252
2010-04-12Boolify.Benjamin Kramer1-1/+1
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky10-341/+463
2010-04-10Remove dead argument and clean whitespace. No functionality change.Nick Lewycky3-16/+6
2010-04-10Updated the edis build mechanism to allow for buildsSean Callanan3-1/+31
2010-04-09revert r100842 which broke several of the build bots.Chris Lattner5-249/+42
2010-04-09Added a tester for the enhanced disassembler,Sean Callanan5-42/+249
2010-04-09Bugfixes for edis. Code to initialize instructionSean Callanan2-5/+4
2010-04-08Added support for ARM disassembly to edis.Sean Callanan6-112/+263
2010-04-05add .o file writing for inline asm in llc. Here's a sillyChris Lattner1-0/+1
2010-04-05tidy #includes.Chris Lattner1-7/+7
2010-04-05stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner1-7/+7
2010-04-04fix an ugly wart in the MCInstPrinter api where theChris Lattner3-12/+8
2010-04-03remove some extraneous castsChris Lattner1-2/+2
2010-04-03Add special case bitcode support for DebugLoc. This avoidsChris Lattner1-0/+2
2010-04-03Pass -shared to the linker.Mikhail Glushenkov1-0/+3
2010-04-03add a couple missing enum names.Chris Lattner1-0/+2
2010-04-02Updated the install location for EnhancedDisassemblySean Callanan1-10/+7
2010-03-31Pass -m32/-m64 to assembler.Mikhail Glushenkov1-0/+2
2010-03-30Fix llvm-ld to clean up its output files in case of an error.Dan Gohman1-38/+48
2010-03-27revert r99719 which is breaking the botz.Chris Lattner1-18/+6
2010-03-27Make llvm-ld remove its output files in the event of an error.Dan Gohman1-6/+18
2010-03-27No need to check the same condition twice.Dan Gohman1-1/+1
2010-03-25llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar1-1/+4
2010-03-24Trim #includes.Dan Gohman8-17/+0
2010-03-24It's not necessary to call raw_ostream::close explicitly on automaticDan Gohman1-4/+0
2010-03-23llvm-mc: Support -filetype=null, for timing purposes.Daniel Dunbar1-0/+5
2010-03-23Remove if DISABLED not if not DISABLED...Bill Wendling1-1/+1
2010-03-23Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling1-2/+6
2010-03-23make sure to delete the llvm module before calling llvm_shutdown,Chris Lattner1-23/+25