| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a dangling pointer dereference, PassManager::add can delete the Pass. | Benjamin Kramer | 2010-02-18 | 1 | -1/+2 |
* | Roll back the shared library, r96559. It broke two darwins and arm, mysterio... | Jeffrey Yasskin | 2010-02-18 | 1 | -61/+0 |
* | Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an | Jeffrey Yasskin | 2010-02-18 | 1 | -0/+61 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 2 | -2/+2 |
* | Support some more Darwin-only options. | Mikhail Glushenkov | 2010-02-13 | 1 | -2/+22 |
* | Support -mfix-and-continue properly. | Mikhail Glushenkov | 2010-02-13 | 1 | -0/+3 |
* | Revert r94752, turns out we don't need to touch these options. | Mikhail Glushenkov | 2010-02-13 | 1 | -9/+0 |
* | give MCCodeEmitters access to the current MCContext. | Chris Lattner | 2010-02-12 | 1 | -2/+2 |
* | Add support to llvm-extract for extracting multiple functions and/or | Dan Gohman | 2010-02-10 | 1 | -23/+29 |
* | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar | 2010-02-10 | 1 | -4/+1 |
* | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar | 2010-02-09 | 1 | -1/+4 |
* | Oops. | Jakob Stoklund Olesen | 2010-02-09 | 1 | -1/+0 |
* | clang test suite | Jakob Stoklund Olesen | 2010-02-09 | 1 | -0/+1 |
* | Updated the enhanced disassembly library to produce | Sean Callanan | 2010-02-09 | 1 | -0/+17 |
* | Fixed a problem where the enhanced disassembly | Sean Callanan | 2010-02-09 | 1 | -2/+8 |
* | Added header file declarations and .exports entries | Sean Callanan | 2010-02-08 | 2 | -1/+6 |
* | Fixed build error for redefinition. | Sanjiv Gupta | 2010-02-08 | 1 | -2/+0 |
* | Add uppercase and lowercase part defines in driver. | Sanjiv Gupta | 2010-02-08 | 3 | -22/+98 |
* | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -0/+19 |
* | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin | 2010-02-04 | 2 | -0/+45 |
* | Filled in a few new APIs for the enhanced | Sean Callanan | 2010-02-04 | 3 | -0/+61 |
* | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar | 2010-02-03 | 1 | -1/+5 |
* | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner | 2010-02-03 | 2 | -21/+10 |
* | Fixed the disassembler so it accepts multiple | Sean Callanan | 2010-02-03 | 1 | -28/+20 |
* | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner | 2010-02-02 | 1 | -0/+1 |
* | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner | 2010-02-02 | 2 | -3/+0 |
* | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner | 2010-02-02 | 2 | -11/+12 |
* | ...and fixed the Makefile. | Sean Callanan | 2010-02-02 | 1 | -1/+1 |
* | Renamed the ed directory to edis, as suggested | Sean Callanan | 2010-02-02 | 11 | -0/+0 |
* | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner | 2010-02-02 | 2 | -15/+0 |
* | remove dead code, we're requesting TargetMachine::AssemblyFile here. | Chris Lattner | 2010-02-02 | 1 | -9/+2 |
* | Removed an unnecessary class from the EDDisassembler | Sean Callanan | 2010-02-02 | 1 | -53/+2 |
* | Changed to Chris Lattner's suggested approach, which | Sean Callanan | 2010-02-02 | 4 | -42/+16 |
* | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman | 2010-02-01 | 1 | -9/+1 |
* | Fix for builds with separate source and build | Sean Callanan | 2010-02-01 | 1 | -4/+4 |
* | Updated to use the proper .exports file for the | Sean Callanan | 2010-02-01 | 3 | -1/+44 |
* | Rollback on including blocks functionality in .exports | Sean Callanan | 2010-02-01 | 1 | -3/+0 |
* | Whoops, left some debugging code in that broke | Sean Callanan | 2010-02-01 | 1 | -8/+0 |
* | Added the enhanced disassembly library's implementation and | Sean Callanan | 2010-02-01 | 10 | -2/+1865 |
* | Removed symbols from .exports that are not yet in | Sean Callanan | 2010-01-29 | 1 | -30/+0 |
* | Added a bare-bones Makefile to build the enhanced disassembly | Sean Callanan | 2010-01-29 | 4 | -1/+108 |
* | Support some more options... | Mikhail Glushenkov | 2010-01-28 | 1 | -0/+9 |
* | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer | 2010-01-28 | 2 | -8/+5 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 5 | -27/+19 |
* | Support -arch. | Mikhail Glushenkov | 2010-01-26 | 1 | -0/+9 |
* | Support for -iquote. | Mikhail Glushenkov | 2010-01-26 | 1 | -0/+4 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 14 | -14/+0 |
* | mark some libraries that currently require RTTI. | Chris Lattner | 2010-01-24 | 1 | -0/+1 |
* | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner | 2010-01-22 | 1 | -1/+1 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 16 | -4/+14 |