Don't overwrite previous value, if it succeeded.
[oota-llvm.git] / tools /
2010-03-27 Chris Lattnerrevert r99719 which is breaking the botz.
2010-03-27 Dan GohmanMake llvm-ld remove its output files in the event of...
2010-03-27 Dan GohmanNo need to check the same condition twice.
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-24 Dan GohmanTrim #includes.
2010-03-24 Dan GohmanIt's not necessary to call raw_ostream::close explicitl...
2010-03-23 Daniel Dunbarllvm-mc: Support -filetype=null, for timing purposes.
2010-03-23 Bill WendlingRemove if DISABLED not if not DISABLED...
2010-03-23 Bill WendlingUse "DISABLE_EDIS" to disable building "edis" explicitl...
2010-03-23 Chris Lattnermake sure to delete the llvm module before calling...
2010-03-22 Dan Gohmanllc doesn't need LinkAllVMCore.
2010-03-22 Jeffrey YasskinAvoid leaking the FunctionPassManager from opt.
2010-03-22 Jeffrey YasskinFree all Constants in ~LLVMConstantImpl. We avoid...
2010-03-20 Daniel Dunbarllvm-mc: Fix MCInstPrinter memory leaks.
2010-03-20 Daniel Dunbarllvm-mc: Fix memory leak of MCAsmInfo.
2010-03-19 Daniel Dunbarllvm-mc: Fix target selection for --disassemble to...
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2010-03-17 Sean CallananChanged install_name for libEnhancedDisassembly.dylib on
2010-03-16 Chris Lattneradd support for bugpointing the integrated assembler...
2010-03-13 Daniel Dunbarllvm-mc: Delete output files on error.
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-13 Daniel Dunbarllvm-mc: Support -arch as a simplified form of -triple.
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Chris Lattnerremove MAI argument from createAsmStreamer since it
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-09 Duncan SandsAttempt to fix random build failures seen when doing...
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-03-05 Chris Lattnerapparently if gold is around lto needs to be part of...
2010-03-05 Chris LattnerOnly build libedis if ENABLE_SHARED is specified, just...
2010-03-05 Chris Lattnerliblto and gold don't need to be built in serial
2010-03-04 Erick TryzelaarRewrite makefiles to explicitly reference DESTDIR to...
2010-03-01 Dan GohmanMake llc opt into the addPassesToEmitFile verify pass.
2010-02-26 Chris Lattnerdon't build edis if the x86 target isn't enabld.
2010-02-26 Sanjiv Guptadisable-mem2reg and disable-gvn options should not...
2010-02-25 Jeffrey YasskinTry r96559 for the third time. This time the shared...
2010-02-23 Jeffrey YasskinRoll back r96959 again.
2010-02-23 Jeffrey YasskinOops. Pass -lgcc _only_ on ARM, not on everything...
2010-02-23 Jeffrey YasskinRoll r96559 forward again, adding libLLVM-2.7svn.so...
2010-02-23 Mikhail GlushenkovFix -mtune forwarding.
2010-02-23 Mikhail GlushenkovUpdate mcc16 and the ancient Clang plugin for the ...
2010-02-23 Mikhail GlushenkovInput files with empty suffixes must be passed to linker.
2010-02-23 Mikhail GlushenkovSupport -Xlinker et al.
2010-02-23 Mikhail GlushenkovTypo.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovPrecompiled headers: initial support.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovSupport '-install_name'.
2010-02-23 Daniel DunbarKill off LLVMGCCARCH and LLVMGCC_VERSION make variables.
2010-02-23 Daniel DunbarKill off LLVMGCC_MAJVERS make variable.
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-18 Benjamin KramerAvoid a dangling pointer dereference, PassManager:...
2010-02-18 Jeffrey YasskinRoll back the shared library, r96559. It broke two...
2010-02-18 Jeffrey YasskinAdd a shared library for LLVM, named libLLVM2.7svn...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-13 Mikhail GlushenkovSupport some more Darwin-only options.
2010-02-13 Mikhail GlushenkovSupport -mfix-and-continue properly.
2010-02-13 Mikhail GlushenkovRevert r94752, turns out we don't need to touch these...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-10 Dan GohmanAdd support to llvm-extract for extracting multiple...
2010-02-10 Daniel Dunbarllvm-mc: Remove --show-fixups and always show as part...
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-09 Jakob Stoklund OlesenOops.
2010-02-09 Jakob Stoklund Olesenclang test suite
2010-02-09 Sean CallananUpdated the enhanced disassembly library to produce
2010-02-09 Sean CallananFixed a problem where the enhanced disassembly
2010-02-08 Sean CallananAdded header file declarations and .exports entries
2010-02-08 Sanjiv GuptaFixed build error for redefinition.
2010-02-08 Sanjiv GuptaAdd uppercase and lowercase part defines in driver.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-04 Torok EdwinNew flag for GenLibDeps, and llvm-config-perobjincl.
2010-02-04 Sean CallananFilled in a few new APIs for the enhanced
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-03 Sean CallananFixed the disassembler so it accepts multiple
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Sean Callanan...and fixed the Makefile.
2010-02-02 Sean CallananRenamed the ed directory to edis, as suggested
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Chris Lattnerremove dead code, we're requesting TargetMachine::Assem...
2010-02-02 Sean CallananRemoved an unnecessary class from the EDDisassembler
2010-02-02 Sean CallananChanged to Chris Lattner's suggested approach, which
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-02-01 Sean CallananFix for builds with separate source and build
2010-02-01 Sean CallananUpdated to use the proper .exports file for the
2010-02-01 Sean CallananRollback on including blocks functionality in .exports
2010-02-01 Sean CallananWhoops, left some debugging code in that broke
2010-02-01 Sean CallananAdded the enhanced disassembly library's implementation and
2010-01-29 Sean CallananRemoved symbols from .exports that are not yet in
2010-01-29 Sean CallananAdded a bare-bones Makefile to build the enhanced disas...
2010-01-28 Mikhail GlushenkovSupport some more options...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Mikhail GlushenkovSupport -arch.
2010-01-26 Mikhail GlushenkovSupport for -iquote.
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
next