aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Avoid a dangling pointer dereference, PassManager::add can delete the Pass.Benjamin Kramer2010-02-181-1/+2
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-181-61/+0
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-181-0/+61
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-162-2/+2
* Support some more Darwin-only options.Mikhail Glushenkov2010-02-131-2/+22
* Support -mfix-and-continue properly.Mikhail Glushenkov2010-02-131-0/+3
* Revert r94752, turns out we don't need to touch these options.Mikhail Glushenkov2010-02-131-9/+0
* give MCCodeEmitters access to the current MCContext.Chris Lattner2010-02-121-2/+2
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-101-23/+29
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-4/+1
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-091-1/+4
* Oops.Jakob Stoklund Olesen2010-02-091-1/+0
* clang test suiteJakob Stoklund Olesen2010-02-091-0/+1
* Updated the enhanced disassembly library to produceSean Callanan2010-02-091-0/+17
* Fixed a problem where the enhanced disassemblySean Callanan2010-02-091-2/+8
* Added header file declarations and .exports entriesSean Callanan2010-02-082-1/+6
* Fixed build error for redefinition.Sanjiv Gupta2010-02-081-2/+0
* Add uppercase and lowercase part defines in driver.Sanjiv Gupta2010-02-083-22/+98
* Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp.Jeffrey Yasskin2010-02-051-0/+19
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-042-0/+45
* Filled in a few new APIs for the enhancedSean Callanan2010-02-043-0/+61
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-031-1/+5
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-032-21/+10
* Fixed the disassembler so it accepts multipleSean Callanan2010-02-031-28/+20
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-021-0/+1
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-022-3/+0
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-022-11/+12
* ...and fixed the Makefile.Sean Callanan2010-02-021-1/+1
* Renamed the ed directory to edis, as suggestedSean Callanan2010-02-0211-0/+0
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-022-15/+0
* remove dead code, we're requesting TargetMachine::AssemblyFile here.Chris Lattner2010-02-021-9/+2
* Removed an unnecessary class from the EDDisassemblerSean Callanan2010-02-021-53/+2
* Changed to Chris Lattner's suggested approach, whichSean Callanan2010-02-024-42/+16
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-011-9/+1
* Fix for builds with separate source and buildSean Callanan2010-02-011-4/+4
* Updated to use the proper .exports file for theSean Callanan2010-02-013-1/+44
* Rollback on including blocks functionality in .exportsSean Callanan2010-02-011-3/+0
* Whoops, left some debugging code in that brokeSean Callanan2010-02-011-8/+0
* Added the enhanced disassembly library's implementation andSean Callanan2010-02-0110-2/+1865
* Removed symbols from .exports that are not yet inSean Callanan2010-01-291-30/+0
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-294-1/+108
* Support some more options...Mikhail Glushenkov2010-01-281-0/+9
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-282-8/+5
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-275-27/+19
* Support -arch.Mikhail Glushenkov2010-01-261-0/+9
* Support for -iquote.Mikhail Glushenkov2010-01-261-0/+4
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-2414-14/+0
* mark some libraries that currently require RTTI.Chris Lattner2010-01-241-0/+1
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-221-1/+1
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-2216-4/+14