summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin1-61/+0
2010-02-18Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin1-0/+61
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2-2/+2
2010-02-13Support some more Darwin-only options.Mikhail Glushenkov1-2/+22
2010-02-13Support -mfix-and-continue properly.Mikhail Glushenkov1-0/+3
2010-02-13Revert r94752, turns out we don't need to touch these options.Mikhail Glushenkov1-9/+0
2010-02-12give MCCodeEmitters access to the current MCContext.Chris Lattner1-2/+2
2010-02-10Add support to llvm-extract for extracting multiple functions and/orDan Gohman1-23/+29
2010-02-10llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar1-4/+1
2010-02-09llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar1-1/+4
2010-02-09Oops.Jakob Stoklund Olesen1-1/+0
2010-02-09clang test suiteJakob Stoklund Olesen1-0/+1
2010-02-09Updated the enhanced disassembly library to produceSean Callanan1-0/+17
2010-02-09Fixed a problem where the enhanced disassemblySean Callanan1-2/+8
2010-02-08Added header file declarations and .exports entriesSean Callanan2-1/+6
2010-02-08Fixed build error for redefinition.Sanjiv Gupta1-2/+0
2010-02-08Add uppercase and lowercase part defines in driver.Sanjiv Gupta3-22/+98
2010-02-05Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin1-0/+19
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2-0/+45
2010-02-04Filled in a few new APIs for the enhancedSean Callanan3-0/+61
2010-02-03llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar1-1/+5
2010-02-03change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2-21/+10
2010-02-03Fixed the disassembler so it accepts multipleSean Callanan1-28/+20
2010-02-02Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner1-0/+1
2010-02-02Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2-3/+0
2010-02-02eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2-11/+12
2010-02-02...and fixed the Makefile.Sean Callanan1-1/+1
2010-02-02Renamed the ed directory to edis, as suggestedSean Callanan11-0/+0
2010-02-02eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2-15/+0
2010-02-02remove dead code, we're requesting TargetMachine::AssemblyFile here.Chris Lattner1-9/+2
2010-02-02Removed an unnecessary class from the EDDisassemblerSean Callanan1-53/+2
2010-02-02Changed to Chris Lattner's suggested approach, whichSean Callanan4-42/+16
2010-02-01Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman1-9/+1
2010-02-01Fix for builds with separate source and buildSean Callanan1-4/+4
2010-02-01Updated to use the proper .exports file for theSean Callanan3-1/+44
2010-02-01Rollback on including blocks functionality in .exportsSean Callanan1-3/+0
2010-02-01Whoops, left some debugging code in that brokeSean Callanan1-8/+0
2010-02-01Added the enhanced disassembly library's implementation andSean Callanan10-2/+1865
2010-01-29Removed symbols from .exports that are not yet inSean Callanan1-30/+0
2010-01-29Added a bare-bones Makefile to build the enhanced disassemblySean Callanan4-1/+108
2010-01-28Support some more options...Mikhail Glushenkov1-0/+9
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2-8/+5
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin5-27/+19
2010-01-26Support -arch.Mikhail Glushenkov1-0/+9
2010-01-26Support for -iquote.Mikhail Glushenkov1-0/+4
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner14-14/+0
2010-01-24mark some libraries that currently require RTTI.Chris Lattner1-0/+1
2010-01-22pass "-fasm-verbose" into createAsmStreamer.Chris Lattner1-1/+1
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner16-4/+14
2010-01-22elimiante the dynamic_cast's from opt.Chris Lattner1-5/+12