Fix incorrect uses of an ocaml llbuilder without extracting it from ocaml.
[oota-llvm.git] / tools /
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...
2010-01-24 Chris Lattnermark some libraries that currently require RTTI.
2010-01-22 Chris Lattnerpass "-fasm-verbose" into createAsmStreamer.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnersimplify code.
2010-01-22 Chris Lattnermove some files out of the llvm-mc tool into the MCPars...
2010-01-22 Chris Lattnercreate a new MCParser library and move some stuff into it.
2010-01-22 Chris Lattnerremove some confused code that used strtoull
2010-01-21 Sean CallananMoved handling of inclusion from the AsmLexer to
2010-01-20 Sean CallananChanged the AsmParser to handle error messages itself
2010-01-20 Sean CallananPromoted the reference to the SourceMgr from AsmLexer
2010-01-20 Sean CallananModified MCAsmLexer to return error information upward
2010-01-20 Chris Lattnergive createAsmStreamer an 'isLittleEndian' argument.
2010-01-19 Sean CallananPromoted the getTok() method to MCAsmParser so that
2010-01-19 Sean CallananAdded a Lex function to the AsmParser, to allow handling
2010-01-19 Chris LattnerGeneralize mcasmstreamer data emission APIs to take...
2010-01-19 Chris Lattneradd a "MCStreamer::EmitFill" method, and move the defau...
2010-01-19 Chris Lattnerfix parsing .comm directives on systems which do not...
2010-01-18 Eli FriedmanMake opt -O3 act more like clang -O3 etc., by making...
2010-01-18 Chris Lattnermake llvm-config more portable to windows versions...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-17 Dan GohmanDon't create a (empty) output file, and don't warn...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerremove obsolete comment.
2010-01-16 Chris Lattnerbugpoint doesn't need the mangler at all. Disambiguate...
2010-01-16 Chris Lattnerremove calls to dead methods.
2010-01-16 Chris Lattnerremove use of getMangledName.
2010-01-16 Chris Lattnerswitch liblto to use the new getNameWithPrefix() method...
2010-01-15 Chris Lattnerfix a bug in range information for $42, eliminate an
2010-01-15 Chris Lattnerextend MCAsmParser::ParseExpression and ParseParenExpre...
2010-01-15 Nate BegemanHook up llc's -filetype=obj to use MCStreamer if an...
2010-01-14 Chris Lattneradd virtual methods to get the start/end of a MCParsedA...
2010-01-14 Chris LattnerSplit the TargetAsmParser "ParseInstruction" interface...
2010-01-14 Chris Lattnerprune #includes in TargetAsmParser.h
2010-01-11 Benjamin KramerReimplement getToken and SplitString as "StringRef...
next