summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCParser/AsmParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ↵Daniel Dunbar2010-02-131-2/+10
| | | | | | avoid fixups for obvious cases like '-(16)'. llvm-svn: 96064
* wirte up .file and .file to the mc asmparser.Chris Lattner2010-01-251-3/+7
| | | | llvm-svn: 94438
* fix a parsing problem on instructions like:Chris Lattner2010-01-241-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 classChris Lattner2010-01-231-14/+14
| | | | | | into a new MCDirectives.h file. llvm-svn: 94294
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-221-0/+1781
other tools can link it. llvm-svn: 94131
OpenPOWER on IntegriCloud