aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-161-1/+1
* Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman2010-05-141-12/+8
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-131-3/+2
* Add an also-emit-llvm option to the gold plugin.Rafael Espindola2010-05-131-0/+14
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-111-7/+7
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-111-67/+26
* Extended the edis "IsBranch" property to callSean Callanan2010-05-112-1/+8
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-112-4/+6
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-103-17/+30
* don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090)Chris Lattner2010-05-071-2/+0
* make -filetype=obj default to emitting its output to foo.obj Chris Lattner2010-05-061-3/+8
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-051-0/+2
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-14/+0
* The llc -f flag was removed.Nick Lewycky2010-04-292-2/+1
* llc no longer requires the -f option to overwrite files.Dan Gohman2010-04-291-1/+1
* Remove dead option.Daniel Dunbar2010-04-291-3/+0
* r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling2010-04-271-1/+1
* Fixed edis to tokenize instructions with noSean Callanan2010-04-241-3/+5
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-231-0/+3
* Fixed EDOperand to use the operand type, not theSean Callanan2010-04-231-1/+3
* Support .a files directly (without -l).Mikhail Glushenkov2010-04-191-1/+2
* Fix more -Wcast-qual warnings.Dan Gohman2010-04-172-2/+2
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-5/+4
* Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky2010-04-161-4/+2
* Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman2010-04-162-0/+3
* Make things static that don't need to be referenced from outside the file.Dan Gohman2010-04-161-12/+12
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-152-2/+2
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-154-62/+63
* Simplify ".bc" detection.Benjamin Kramer2010-04-151-2/+1
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-152-5/+3
* fix a crash on "lli ex" or any other file whose name is exactly twoChris Lattner2010-04-151-1/+2
* Don't forget cmake!Nick Lewycky2010-04-141-1/+0
* Remove accidentally committed cruft.Nick Lewycky2010-04-141-3/+0
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-142-4/+4
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-131-17/+1
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-136-68/+36
* Add CMake support for 'edis'.Ted Kremenek2010-04-134-0/+44
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-131-1/+3
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-121-2/+2
* Build system fixes. llvm-mc depends onSean Callanan2010-04-122-14/+11
* Bug fix: made the enhanced disassembler's linkSean Callanan2010-04-121-1/+1
* Second try at integrating the edis tester. ThisSean Callanan2010-04-125-41/+252
* Boolify.Benjamin Kramer2010-04-121-1/+1
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-1210-341/+463
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-103-16/+6
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-103-1/+31
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-095-249/+42
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-095-42/+249
* Bugfixes for edis. Code to initialize instructionSean Callanan2010-04-092-5/+4
* Added support for ARM disassembly to edis.Sean Callanan2010-04-086-112/+263