aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* add .o file writing for inline asm in llc. Here's a sillyChris Lattner2010-04-051-0/+1
* tidy #includes.Chris Lattner2010-04-051-7/+7
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-051-7/+7
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-043-12/+8
* remove some extraneous castsChris Lattner2010-04-031-2/+2
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-031-0/+2
* Pass -shared to the linker.Mikhail Glushenkov2010-04-031-0/+3
* add a couple missing enum names.Chris Lattner2010-04-031-0/+2
* Updated the install location for EnhancedDisassemblySean Callanan2010-04-021-10/+7
* Pass -m32/-m64 to assembler.Mikhail Glushenkov2010-03-311-0/+2
* Fix llvm-ld to clean up its output files in case of an error.Dan Gohman2010-03-301-38/+48
* revert r99719 which is breaking the botz.Chris Lattner2010-03-271-18/+6
* Make llvm-ld remove its output files in the event of an error.Dan Gohman2010-03-271-6/+18
* No need to check the same condition twice.Dan Gohman2010-03-271-1/+1
* llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar2010-03-251-1/+4
* Trim #includes.Dan Gohman2010-03-248-17/+0
* It's not necessary to call raw_ostream::close explicitly on automaticDan Gohman2010-03-241-4/+0
* llvm-mc: Support -filetype=null, for timing purposes.Daniel Dunbar2010-03-231-0/+5
* Remove if DISABLED not if not DISABLED...Bill Wendling2010-03-231-1/+1
* Use "DISABLE_EDIS" to disable building "edis" explicitly. Don't build it forBill Wendling2010-03-231-2/+6
* make sure to delete the llvm module before calling llvm_shutdown,Chris Lattner2010-03-231-23/+25
* llc doesn't need LinkAllVMCore.Dan Gohman2010-03-221-1/+0
* Avoid leaking the FunctionPassManager from opt.Jeffrey Yasskin2010-03-221-2/+2
* Free all Constants in ~LLVMConstantImpl. We avoid assertion failuresJeffrey Yasskin2010-03-222-0/+5
* llvm-mc: Fix MCInstPrinter memory leaks.Daniel Dunbar2010-03-201-9/+8
* llvm-mc: Fix memory leak of MCAsmInfo.Daniel Dunbar2010-03-201-2/+2
* llvm-mc: Fix target selection for --disassemble to use GetTarget.Daniel Dunbar2010-03-191-6/+2
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-191-4/+3
* Bugpoint's default memory limit (100MB) was too low for valgrind, soJeffrey Yasskin2010-03-194-9/+25
* Changed install_name for libEnhancedDisassembly.dylib onSean Callanan2010-03-171-1/+2
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-163-40/+66
* llvm-mc: Delete output files on error.Daniel Dunbar2010-03-131-0/+4
* llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar2010-03-131-1/+5
* llvm-mc: Support -arch as a simplified form of -triple.Daniel Dunbar2010-03-131-2/+15
* give Mangler access to TargetData.Chris Lattner2010-03-122-2/+2
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-122-44/+48
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-121-2/+1
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-112-10/+9
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-1/+4
* Attempt to fix random build failures seen when doing highlyDuncan Sands2010-03-091-2/+1
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-052-14/+20
* apparently if gold is around lto needs to be part of DIRS.Chris Lattner2010-03-051-2/+7
* Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner2010-03-051-10/+11
* liblto and gold don't need to be built in serialChris Lattner2010-03-051-3/+3