aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-02-10llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar
2010-02-09llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar
2010-02-09Oops.Jakob Stoklund Olesen
2010-02-09clang test suiteJakob Stoklund Olesen
2010-02-09Updated the enhanced disassembly library to produceSean Callanan
2010-02-09Fixed a problem where the enhanced disassemblySean Callanan
2010-02-08Added header file declarations and .exports entriesSean Callanan
2010-02-08Fixed build error for redefinition.Sanjiv Gupta
2010-02-08Add uppercase and lowercase part defines in driver.Sanjiv Gupta
2010-02-05Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin
2010-02-04Filled in a few new APIs for the enhancedSean Callanan
2010-02-03llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner
2010-02-03Fixed the disassembler so it accepts multipleSean Callanan
2010-02-02Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner
2010-02-02...and fixed the Makefile.Sean Callanan
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan
2010-02-02eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner
2010-02-02remove dead code, we're requesting TargetMachine::AssemblyFile here.Chris Lattner
2010-02-02Removed an unnecessary class from the EDDisassemblerSean Callanan
2010-02-02Changed to Chris Lattner's suggested approach, whichSean Callanan
2010-02-01Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman
2010-02-01Fix for builds with separate source and buildSean Callanan
2010-02-01Updated to use the proper .exports file for theSean Callanan
2010-02-01Rollback on including blocks functionality in .exportsSean Callanan
2010-02-01Whoops, left some debugging code in that brokeSean Callanan
2010-02-01Added the enhanced disassembly library's implementation andSean Callanan
2010-01-29Removed symbols from .exports that are not yet inSean Callanan
2010-01-29Added a bare-bones Makefile to build the enhanced disassemblySean Callanan
2010-01-28Support some more options...Mikhail Glushenkov
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-26Support -arch.Mikhail Glushenkov
2010-01-26Support for -iquote.Mikhail Glushenkov
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-24mark some libraries that currently require RTTI.Chris Lattner
2010-01-22pass "-fasm-verbose" into createAsmStreamer.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-22elimiante the dynamic_cast's from opt.Chris Lattner
2010-01-22simplify code.Chris Lattner
2010-01-22move some files out of the llvm-mc tool into the MCParser library soChris Lattner
2010-01-22create a new MCParser library and move some stuff into it.Chris Lattner
2010-01-22remove some confused code that used strtoullChris Lattner
2010-01-21Moved handling of inclusion from the AsmLexer toSean Callanan
2010-01-20Changed the AsmParser to handle error messages itselfSean Callanan
2010-01-20Promoted the reference to the SourceMgr from AsmLexerSean Callanan
2010-01-20Modified MCAsmLexer to return error information upwardSean Callanan