Age | Commit message (Expand) | Author |
2010-02-10 | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar |
2010-02-09 | llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor... | Daniel Dunbar |
2010-02-09 | Oops. | Jakob Stoklund Olesen |
2010-02-09 | clang test suite | Jakob Stoklund Olesen |
2010-02-09 | Updated the enhanced disassembly library to produce | Sean Callanan |
2010-02-09 | Fixed a problem where the enhanced disassembly | Sean Callanan |
2010-02-08 | Added header file declarations and .exports entries | Sean Callanan |
2010-02-08 | Fixed build error for redefinition. | Sanjiv Gupta |
2010-02-08 | Add uppercase and lowercase part defines in driver. | Sanjiv Gupta |
2010-02-05 | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin |
2010-02-04 | New flag for GenLibDeps, and llvm-config-perobjincl. | Torok Edwin |
2010-02-04 | Filled in a few new APIs for the enhanced | Sean Callanan |
2010-02-03 | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar |
2010-02-03 | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner |
2010-02-03 | Fixed the disassembler so it accepts multiple | Sean Callanan |
2010-02-02 | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner |
2010-02-02 | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner |
2010-02-02 | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner |
2010-02-02 | ...and fixed the Makefile. | Sean Callanan |
2010-02-02 | Renamed the ed directory to edis, as suggested | Sean Callanan |
2010-02-02 | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner |
2010-02-02 | remove dead code, we're requesting TargetMachine::AssemblyFile here. | Chris Lattner |
2010-02-02 | Removed an unnecessary class from the EDDisassembler | Sean Callanan |
2010-02-02 | Changed to Chris Lattner's suggested approach, which | Sean Callanan |
2010-02-01 | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman |
2010-02-01 | Fix for builds with separate source and build | Sean Callanan |
2010-02-01 | Updated to use the proper .exports file for the | Sean Callanan |
2010-02-01 | Rollback on including blocks functionality in .exports | Sean Callanan |
2010-02-01 | Whoops, left some debugging code in that broke | Sean Callanan |
2010-02-01 | Added the enhanced disassembly library's implementation and | Sean Callanan |
2010-01-29 | Removed symbols from .exports that are not yet in | Sean Callanan |
2010-01-29 | Added a bare-bones Makefile to build the enhanced disassembly | Sean Callanan |
2010-01-28 | Support some more options... | Mikhail Glushenkov |
2010-01-28 | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2010-01-26 | Support -arch. | Mikhail Glushenkov |
2010-01-26 | Support for -iquote. | Mikhail Glushenkov |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-24 | mark some libraries that currently require RTTI. | Chris Lattner |
2010-01-22 | pass "-fasm-verbose" into createAsmStreamer. | Chris Lattner |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-22 | elimiante the dynamic_cast's from opt. | Chris Lattner |
2010-01-22 | simplify code. | Chris Lattner |
2010-01-22 | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner |
2010-01-22 | create a new MCParser library and move some stuff into it. | Chris Lattner |
2010-01-22 | remove some confused code that used strtoull | Chris Lattner |
2010-01-21 | Moved handling of inclusion from the AsmLexer to | Sean Callanan |
2010-01-20 | Changed the AsmParser to handle error messages itself | Sean Callanan |
2010-01-20 | Promoted the reference to the SourceMgr from AsmLexer | Sean Callanan |
2010-01-20 | Modified MCAsmLexer to return error information upward | Sean Callanan |