summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Fixed edis to tokenize instructions with noSean Callanan2010-04-24
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-23
* Fixed EDOperand to use the operand type, not theSean Callanan2010-04-23
* Support .a files directly (without -l).Mikhail Glushenkov2010-04-19
* Fix more -Wcast-qual warnings.Dan Gohman2010-04-17
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky2010-04-16
* Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman2010-04-16
* Make things static that don't need to be referenced from outside the file.Dan Gohman2010-04-16
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-15
* Simplify ".bc" detection.Benjamin Kramer2010-04-15
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-15
* fix a crash on "lli ex" or any other file whose name is exactly twoChris Lattner2010-04-15
* Don't forget cmake!Nick Lewycky2010-04-14
* Remove accidentally committed cruft.Nick Lewycky2010-04-14
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-14
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-13
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-13
* Add CMake support for 'edis'.Ted Kremenek2010-04-13
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-13
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-12
* Build system fixes. llvm-mc depends onSean Callanan2010-04-12
* Bug fix: made the enhanced disassembler's linkSean Callanan2010-04-12
* Second try at integrating the edis tester. ThisSean Callanan2010-04-12
* Boolify.Benjamin Kramer2010-04-12
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* Remove dead argument and clean whitespace. No functionality change.Nick Lewycky2010-04-10
* Updated the edis build mechanism to allow for buildsSean Callanan2010-04-10
* revert r100842 which broke several of the build bots.Chris Lattner2010-04-09
* Added a tester for the enhanced disassembler,Sean Callanan2010-04-09
* Bugfixes for edis. Code to initialize instructionSean Callanan2010-04-09
* Added support for ARM disassembly to edis.Sean Callanan2010-04-08
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-05
* tidy #includes.Chris Lattner2010-04-05
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-04
* remove some extraneous castsChris Lattner2010-04-03
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-03
* Pass -shared to the linker.Mikhail Glushenkov2010-04-03
* add a couple missing enum names.Chris Lattner2010-04-03
* Updated the install location for EnhancedDisassemblySean Callanan2010-04-02
* Pass -m32/-m64 to assembler.Mikhail Glushenkov2010-03-31
* Fix llvm-ld to clean up its output files in case of an error.Dan Gohman2010-03-30
* revert r99719 which is breaking the botz.Chris Lattner2010-03-27
* Make llvm-ld remove its output files in the event of an error.Dan Gohman2010-03-27
* No need to check the same condition twice.Dan Gohman2010-03-27
* llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar2010-03-25
* Trim #includes.Dan Gohman2010-03-24
* It's not necessary to call raw_ostream::close explicitly on automaticDan Gohman2010-03-24