Prune some includes
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86AsmBackend.cpp
2012-03-27 Craig TopperPrune some includes
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable in X86 Target...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-21 Rafael EspindolaMove the X86 specific bits of the ELF writer to the...
2011-12-21 Rafael EspindolaReduce the exposure of Triple::OSType in the ELF object...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-10-13 Eli FriedmanSimplify assertion, and avoid undefined shift. Based...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-05 Chandler CarruthSilence unused variable warnings in release builds.
2011-08-05 Jason W KimFix llvm.org/bugs/show_bug.cgi?id=10583\n - test for...
2011-08-04 Jason W KimFix http://llvm.org/bugs/show_bug.cgi?id=10568
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Evan ChengMore refactoring.