| Commit message (Expand) | Author | Age | Files | Lines |
| * | llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen... | Daniel Dunbar | 2010-08-11 | 1 | -0/+5 |
| * | MCAsmParser: Add dump() hook to MCParsedAsmOperand. | Daniel Dunbar | 2010-08-11 | 1 | -2/+6 |
| * | Next bit of support for the dwarf .file directive. This patch takes the | Kevin Enderby | 2010-08-09 | 2 | -0/+7 |
| * | Remove unused variable. | Benjamin Kramer | 2010-08-08 | 1 | -3/+0 |
| * | MC: Add default value for AddrSpace argument to EmitValue. | Daniel Dunbar | 2010-08-06 | 1 | -3/+4 |
| * | Add relax all support to the COFF object streamer. | Michael J. Spencer | 2010-07-31 | 1 | -1/+2 |
| * | Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi... | Benjamin Kramer | 2010-07-29 | 1 | -1/+5 |
| * | Stop leaking std::strings in GetDwarfFile. | Benjamin Kramer | 2010-07-29 | 2 | -5/+6 |
| * | Added first bit of support for the dwarf .file directive. This patch collects | Kevin Enderby | 2010-07-28 | 2 | -0/+79 |
| * | MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). | Daniel Dunbar | 2010-07-28 | 1 | -0/+1 |
| * | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 1 | -1/+3 |
| * | MC: Add WinCOFFStreamer implementation and merge common code from MachO | Michael J. Spencer | 2010-07-19 | 1 | -0/+11 |
| * | MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't | Daniel Dunbar | 2010-07-18 | 2 | -1/+11 |
| * | MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token | Daniel Dunbar | 2010-07-18 | 1 | -0/+5 |
| * | MC/AsmParser: Fix TokError() to accept a Twine. | Daniel Dunbar | 2010-07-18 | 2 | -5/+5 |
| * | MC/AsmParser: Hide the AsmParser implementation. | Daniel Dunbar | 2010-07-18 | 1 | -148/+0 |
| * | MC/AsmParser: Lift Run() and TargetParser to base class. | Daniel Dunbar | 2010-07-17 | 2 | -5/+17 |
| * | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -1/+1 |
| * | use a typedef instead of its expansion, patch by Michael Spencer | Chris Lattner | 2010-07-13 | 1 | -1/+1 |
| * | MC/AsmParser: Move .section parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -1/+0 |
| * | MC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer. | Daniel Dunbar | 2010-07-12 | 2 | -1/+3 |
| * | MC/AsmParser: Move special section directive parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -3/+0 |
| * | MC/AsmParser: Inline AsmParser::CreateSymbol into callers. | Daniel Dunbar | 2010-07-12 | 1 | -3/+1 |
| * | MC/AsmParser: Move .tbss and .zerofill parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -2/+0 |
| * | MC/AsmParser: Move .desc parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 1 | -1/+0 |
| * | MC/AsmParser: Move .lsym parsing to Darwin specific parser. | Daniel Dunbar | 2010-07-12 | 2 | -1/+4 |
| * | MC/AsmParser: Move some misc. Darwin directive handling to DarwinAsmParser. | Daniel Dunbar | 2010-07-12 | 1 | -9/+0 |
| * | MCAsmParser: Add getSourceManager(). | Daniel Dunbar | 2010-07-12 | 3 | -0/+5 |
| * | MC/AsmParser: Add a DarwinAsmParser extension. | Daniel Dunbar | 2010-07-12 | 1 | -0/+1 |
| * | MCAsmParser: Pull some directive handling out into a helper class, and change | Daniel Dunbar | 2010-07-12 | 2 | -10/+20 |
| * | MC: Add MCAsmParserExtension, a base class for all the target/object specific | Daniel Dunbar | 2010-07-12 | 2 | -2/+66 |
| * | MC: Move AsmParser::TokError to MCAsmParser(). | Daniel Dunbar | 2010-07-12 | 2 | -7/+8 |
| * | MC: Move getLoc() to MCAsmLexer(). | Daniel Dunbar | 2010-07-12 | 2 | -4/+5 |
| * | introduce WinCOFFObjectWriter, patch by Michael Spencer! | Chris Lattner | 2010-07-11 | 1 | -0/+2 |
| * | introduce WinCOFFStreamer.cpp, patch by Michael Spencer! | Chris Lattner | 2010-07-11 | 1 | -0/+6 |
| * | Revert some unneeded parts of the change in r107886 for the | Kevin Enderby | 2010-07-08 | 1 | -8/+0 |
| * | Added the darwin .weak_def_can_be_hidden directive. | Kevin Enderby | 2010-07-08 | 2 | -1/+10 |
| * | MC: Fix some stray hunks I didn't intend to commit. | Daniel Dunbar | 2010-07-01 | 1 | -1/+0 |
| * | MC: Pass the target instance to the AsmParser constructor. | Daniel Dunbar | 2010-07-01 | 1 | -1/+4 |
| * | MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael | Daniel Dunbar | 2010-07-01 | 1 | -50/+2 |
| * | Trailing whitespace. | Mikhail Glushenkov | 2010-07-01 | 2 | -35/+35 |
| * | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -8/+0 |
| * | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -0/+8 |
| * | Added the darwin .secure_log_unique and .secure_log_reset directives. | Kevin Enderby | 2010-06-28 | 2 | -0/+26 |
| * | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 1 | -1/+1 |
| * | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar | 2010-06-16 | 1 | -0/+13 |
| * | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar | 2010-06-16 | 1 | -0/+43 |
| * | Don't call flush() at a library level which isn't checking for errors | Dan Gohman | 2010-06-01 | 1 | -1/+1 |
| * | Fix a typo in a comment. | Dan Gohman | 2010-06-01 | 1 | -1/+1 |
| * | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar | 2010-05-26 | 3 | -44/+17 |