Put Darwin-specific code inside an __APPLE__ ifdef.
[oota-llvm.git] / lib / Target / ARM / Disassembler / ARMDisassemblerCore.h
2011-07-21 Owen AndersonGet rid of the extraneous GPR operand on so_reg_imm...
2011-04-12 Johnny ChenPrint out a debug message when the reglist fails the...
2011-04-11 Johnny ChenTrivial comment fix.
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-04 Johnny ChenRFE encoding should also specify the "should be" encodi...
2010-09-07 Chris Lattnerhopefully fix a problem building on cygwin-1.5
2010-08-11 Bob WilsonAdd a separate ARM instruction format for Saturate...
2010-07-20 Chris Lattnerprune #includes a little.
2010-06-08 Bruno Cardoso LopesReapply r105521, this time appending "LLU" to 64 bit
2010-06-05 Chris Lattnerrevert r105521, which is breaking the buildbots with...
2010-06-05 Bruno Cardoso LopesInitial AVX support for some instructions. No patterns...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-14 Johnny ChenFixed another assert exposed by fuzzing. The utility...
2010-04-14 Johnny ChenFixed an assert() exposed by fuzzing. Now, instead...
2010-04-05 Evan ChengRe-apply 100265 but instead disable building of ARM...
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-03 Johnny ChenGet rid of the middleman (ARMAlgorithm), which causes...
2010-04-03 Johnny ChenRegister ARMAlgorithm::DoCleanup() to be called on...
2010-04-02 Johnny ChenFix another build warning.
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...