Enable the new no-SP register classes by default. This is to address
[oota-llvm.git] / lib / Target / X86 / AsmParser /
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-07-31 Daniel Dunbarllvm-mc: A few more parsing / match tweaks.
2009-07-31 Daniel Dunbarllvm-mc/X86: Sketch match functions for immediates...
2009-07-31 Benjamin KramerFix a struct/class mismatch, to silence a MSVC warning.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-29 Chris Lattnermore syntactic cleanups.
2009-07-29 Chris Lattnerminor smallvector cleanups
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-21 Daniel DunbarRemove some unused code.
2009-07-20 Daniel DunbarAdd MCAsmLexer interface.
2009-07-20 Daniel DunbarAdd MCAsmParser interface.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-17 Daniel DunbarSketch support for target specific assembly parser.