summaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmBackend.cpp
Commit message (Expand)AuthorAge
* Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]).Craig Topper2013-07-15
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-11
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Section relative fixups are a coff concept, not a x86 one. Replace theRafael Espindola2011-12-24
* This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka2011-11-23
* Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng2011-07-25