summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* 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
* Changed install_name for libEnhancedDisassembly.dylib onSean Callanan2010-03-17
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-16
* llvm-mc: Delete output files on error.Daniel Dunbar2010-03-13
* llvm-mc: Support -n, useful for comparing -integrated-as output since theDaniel Dunbar2010-03-13
* llvm-mc: Support -arch as a simplified form of -triple.Daniel Dunbar2010-03-13
* give Mangler access to TargetData.Chris Lattner2010-03-12
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-12
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-12
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-11
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-11
* Attempt to fix random build failures seen when doing highlyDuncan Sands2010-03-09
* Make it not an error to specify -O* options several times.Mikhail Glushenkov2010-03-05
* apparently if gold is around lto needs to be part of DIRS.Chris Lattner2010-03-05
* Only build libedis if ENABLE_SHARED is specified, just like liblto.Chris Lattner2010-03-05
* liblto and gold don't need to be built in serialChris Lattner2010-03-05
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman2010-03-01
* don't build edis if the x86 target isn't enabld.Chris Lattner2010-02-26
* disable-mem2reg and disable-gvn options should not be used by the driver.Sanjiv Gupta2010-02-26
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Oops. Pass -lgcc _only_ on ARM, not on everything except ARM.Jeffrey Yasskin2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Fix -mtune forwarding.Mikhail Glushenkov2010-02-23
* Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...Mikhail Glushenkov2010-02-23
* Input files with empty suffixes must be passed to linker.Mikhail Glushenkov2010-02-23
* Support -Xlinker et al.Mikhail Glushenkov2010-02-23
* Typo.Mikhail Glushenkov2010-02-23