aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCContext.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-291-0/+2
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-10/+5
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-0/+7
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-1/+1
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-231-4/+4
* Start flushing out MCContext.Daniel Dunbar2009-06-231-5/+128
* Start sketching MCStreamer interface.Daniel Dunbar2009-06-231-0/+41