Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren't avail...
[oota-llvm.git] / tools / llvm-mc / AsmExpr.cpp
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Daniel DunbarSuppress may-be-used-uninitialized warning.
2009-06-30 Daniel Dunbarllvm-mc: Rewrite binary subtraction for relocatable...
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-29 Daniel DunbarMC: Improve expression parsing and implement evaluation...