aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-2/+2
* Make llc opt into the addPassesToEmitFile verify pass.Dan Gohman2010-03-011-2/+12
* don't build edis if the x86 target isn't enabld.Chris Lattner2010-02-261-0/+5
* disable-mem2reg and disable-gvn options should not be used by the driver.Sanjiv Gupta2010-02-261-3/+3
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-251-0/+60
* Roll back r96959 again.Jeffrey Yasskin2010-02-231-67/+0
* Oops. Pass -lgcc _only_ on ARM, not on everything except ARM.Jeffrey Yasskin2010-02-231-1/+1
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-231-0/+67
* Fix -mtune forwarding.Mikhail Glushenkov2010-02-231-5/+5
* Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' cha...Mikhail Glushenkov2010-02-233-38/+32
* Input files with empty suffixes must be passed to linker.Mikhail Glushenkov2010-02-231-1/+1
* Support -Xlinker et al.Mikhail Glushenkov2010-02-231-1/+10
* Typo.Mikhail Glushenkov2010-02-231-1/+1
* Correct option forwarding: initial implementation.Mikhail Glushenkov2010-02-233-31/+20
* Precompiled headers: initial support.Mikhail Glushenkov2010-02-231-6/+28
* New experimental/undocumented feature: 'works_on_empty'.Mikhail Glushenkov2010-02-231-0/+5
* Support '-install_name'.Mikhail Glushenkov2010-02-231-2/+4
* Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables.Daniel Dunbar2010-02-231-1/+0
* Kill off LLVMGCC_MAJVERS make variable.Daniel Dunbar2010-02-231-1/+0
* Uniformize the way these options are printed. Requested byDuncan Sands2010-02-181-1/+1
* Avoid a dangling pointer dereference, PassManager::add can delete the Pass.Benjamin Kramer2010-02-181-1/+2
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-181-61/+0
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-181-0/+61
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-162-2/+2
* Support some more Darwin-only options.Mikhail Glushenkov2010-02-131-2/+22
* Support -mfix-and-continue properly.Mikhail Glushenkov2010-02-131-0/+3
* Revert r94752, turns out we don't need to touch these options.Mikhail Glushenkov2010-02-131-9/+0
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-121-2/+2
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-101-23/+29
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-4/+1
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-091-1/+4
* Oops.Jakob Stoklund Olesen2010-02-091-1/+0