Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / lib / MC / MCAsmBackend.cpp
2012-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-05-11 Jim GrosbachTidy up. Trailing whitespace.
2012-03-26 Craig TopperPrune some includes and forward declarations.
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-11-23 Akira HatanakaThis patch addresses gp relative fixups/relocations...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...