Fix x86 JIT stub on MSVC.
[oota-llvm.git] / tools /
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...
2010-01-05 David GreeneEnable debug buffering.
2010-01-05 David GreeneEnable debug buffering.
2010-01-02 Mikhail GlushenkovForward -O0 to llvm-gcc.
2010-01-02 Mikhail GlushenkovApparently, it is OK for -MT to be specified several...
2010-01-01 Mikhail GlushenkovMinor simplifactions.
2010-01-01 Mikhail GlushenkovMinor simplifications.
2009-12-28 Bill WendlingMark some debug variables as 'unused' to quiet compiler...
2009-12-23 Douglas GregorFix another -Wmismatched-tags warning
2009-12-23 Douglas GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
2009-12-23 Mikhail GlushenkovMake it easier to regenerate docs when srcdir != objdir.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-22 Chris Lattnerrename HexDisassembler -> Disassembler, it works on...
2009-12-22 Chris Lattnerjust discard the debug output from the disassembler.
2009-12-22 Chris Lattnerspecify what is invalid about it
2009-12-22 Chris Lattnerreject invalid input with a caret, e.g.:
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris LattnerIf you thought that it didn't make sense for the disass...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...
2009-12-22 Chris Lattnerdon't crash on blank lines, rename some variables.
2009-12-19 Sanjiv GuptaAdding a bunch of options to the mcc16 driver.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-17 Chandler CarruthUpdate CMake build to include HexDisassembler.cpp.
2009-12-17 Sean CallananTest harness for the LLVM disassembler. When invoked
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovSmall documentation update.
2009-12-09 Chris Lattnerwhen opt crashes, print its command line arguments...
2009-12-07 Mikhail GlushenkovDocumentation update.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovPass '-msse' and friends to llc as '-mattr=+/-'.
2009-12-04 Mikhail GlushenkovForward -m32/-m64 to the linker.
2009-12-04 Mikhail GlushenkovSupport -march/-mtune/-mcpu.
2009-12-01 Mikhail GlushenkovAdd relocation model options.
2009-12-01 Mikhail GlushenkovTypo.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
next