aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAtom.h
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-199/+0
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+4
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+1
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-161-1/+3
* 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