| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | elimiante the dynamic_cast's from opt. | Chris Lattner | 2010-01-22 | 1 | -5/+12 |
* | simplify code. | Chris Lattner | 2010-01-22 | 1 | -9/+4 |
* | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner | 2010-01-22 | 7 | -2379/+1 |
* | create a new MCParser library and move some stuff into it. | Chris Lattner | 2010-01-22 | 6 | -6/+6 |
* | remove some confused code that used strtoull | Chris Lattner | 2010-01-22 | 1 | -12/+5 |
* | Moved handling of inclusion from the AsmLexer to | Sean Callanan | 2010-01-21 | 5 | -55/+60 |
* | Changed the AsmParser to handle error messages itself | Sean Callanan | 2010-01-20 | 5 | -15/+15 |
* | Promoted the reference to the SourceMgr from AsmLexer | Sean Callanan | 2010-01-20 | 2 | -2/+4 |
* | Modified MCAsmLexer to return error information upward | Sean Callanan | 2010-01-20 | 2 | -2/+8 |
* | give createAsmStreamer an 'isLittleEndian' argument. | Chris Lattner | 2010-01-20 | 1 | -1/+4 |
* | Promoted the getTok() method to MCAsmParser so that | Sean Callanan | 2010-01-19 | 1 | -17/+17 |
* | Added a Lex function to the AsmParser, to allow handling | Sean Callanan | 2010-01-19 | 2 | -74/+81 |
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 1 | -5/+9 |
* | add a "MCStreamer::EmitFill" method, and move the default implementation | Chris Lattner | 2010-01-19 | 1 | -2/+1 |
* | fix parsing .comm directives on systems which do not represent alignments | Chris Lattner | 2010-01-19 | 2 | -1/+10 |