aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAtom.h
Commit message (Expand)AuthorAgeFilesLines
* MC CFG: uint64_t -> size_t for vector size.Ahmed Bougacha2013-08-211-1/+1
* MC CFG: Add a getter for MCDataAtom's data array.Ahmed Bougacha2013-08-211-1/+5
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-241-25/+149
* Make methods const.Jakub Staszak2013-03-181-2/+2
* MCAtom extending methods need to extend the range of the atom as well.Owen Anderson2011-10-101-9/+2
* Start stubbing out MCModule and MCAtom, which provide an API for accessing th...Owen Anderson2011-09-221-0/+75
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-26/+0
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-0/+2
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+24