summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* llvm-mc: Support -filetype=null, for timing purposes.Daniel Dunbar2010-03-23
* Remove if DISABLED not if not DISABLED...Bill Wendling2010-03-23
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-23
* make sure to delete the llvm module before calling llvm_shutdown,Chris Lattner2010-03-23
* llc doesn't need LinkAllVMCore.Dan Gohman2010-03-22
* Avoid leaking the FunctionPassManager from opt.Jeffrey Yasskin2010-03-22
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-22
* llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar2010-03-20
* llvm-mc: Fix memory leak of MCAsmInfo.Daniel Dunbar2010-03-20
* llvm-mc: Fix target selection for --disassemble to use GetTarget.Daniel Dunbar2010-03-19
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-19
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-19