summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-04
* Filled in a few new APIs for the enhancedSean Callanan2010-02-04
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-03
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-03
* Fixed the disassembler so it accepts multipleSean Callanan2010-02-03
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-02
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-02
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-02
* ...and fixed the Makefile.Sean Callanan2010-02-02
* Renamed the ed directory to edis, as suggestedSean Callanan2010-02-02
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-02
* remove dead code, we're requesting TargetMachine::AssemblyFile here.Chris Lattner2010-02-02
* Removed an unnecessary class from the EDDisassemblerSean Callanan2010-02-02
* Changed to Chris Lattner's suggested approach, whichSean Callanan2010-02-02
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-01
* Fix for builds with separate source and buildSean Callanan2010-02-01
* Updated to use the proper .exports file for theSean Callanan2010-02-01
* Rollback on including blocks functionality in .exportsSean Callanan2010-02-01
* Whoops, left some debugging code in that brokeSean Callanan2010-02-01
* Added the enhanced disassembly library's implementation andSean Callanan2010-02-01
* Removed symbols from .exports that are not yet inSean Callanan2010-01-29
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-29
* Support some more options...Mikhail Glushenkov2010-01-28
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-28
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Support -arch.Mikhail Glushenkov2010-01-26
* Support for -iquote.Mikhail Glushenkov2010-01-26
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* mark some libraries that currently require RTTI.Chris Lattner2010-01-24
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* simplify code.Chris Lattner2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* remove some confused code that used strtoullChris Lattner2010-01-22
* Moved handling of inclusion from the AsmLexer toSean Callanan2010-01-21
* Changed the AsmParser to handle error messages itselfSean Callanan2010-01-20
* Promoted the reference to the SourceMgr from AsmLexerSean Callanan2010-01-20
* Modified MCAsmLexer to return error information upwardSean Callanan2010-01-20
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-20
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Added a Lex function to the AsmParser, to allow handlingSean Callanan2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* fix parsing .comm directives on systems which do not represent alignmentsChris Lattner2010-01-19
* Make opt -O3 act more like clang -O3 etc., by making the inlining thresholdsEli Friedman2010-01-18
* make llvm-config more portable to windows versions of perl,Chris Lattner2010-01-18
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-17
* Don't create a (empty) output file, and don't warn about bitcode outputDan Gohman2010-01-17