| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ↵ | Daniel Dunbar | 2010-02-13 | 1 | -2/+10 | |
| | | | | | | | avoid fixups for obvious cases like '-(16)'. llvm-svn: 96064 | |||||
| * | wirte up .file and .file to the mc asmparser. | Chris Lattner | 2010-01-25 | 1 | -3/+7 | |
| | | | | | llvm-svn: 94438 | |||||
| * | fix a parsing problem on instructions like: | Chris Lattner | 2010-01-24 | 1 | -4/+3 | |
| | | | | | | | | | movw $8, (_cost_table_-L97$pb)+66(%eax) After the parens, we could still have a binop. llvm-svn: 94345 | |||||
| * | move the various directive enums out of the MCStreamer class | Chris Lattner | 2010-01-23 | 1 | -14/+14 | |
| | | | | | | | into a new MCDirectives.h file. llvm-svn: 94294 | |||||
| * | move some files out of the llvm-mc tool into the MCParser library so | Chris Lattner | 2010-01-22 | 1 | -0/+1781 | |
| other tools can link it. llvm-svn: 94131 | ||||||

