Skip to content
  1. Feb 17, 2010
  2. Feb 16, 2010
  3. Feb 15, 2010
  4. Feb 14, 2010
  5. Feb 13, 2010
  6. Feb 12, 2010
  7. Feb 11, 2010
  8. Feb 10, 2010
  9. Feb 09, 2010
    • Johnny Chen's avatar
      Added VMRS/VMSR for disassembly only. · b618f66c
      Johnny Chen authored
      A8.6.335 & A8.6.336
      
      llvm-svn: 95703
      b618f66c
    • Chris Lattner's avatar
      move target-independent opcodes out of TargetInstrInfo · b06015aa
      Chris Lattner authored
      into TargetOpcodes.h.  #include the new TargetOpcodes.h
      into MachineInstr.  Add new inline accessors (like isPHI())
      to MachineInstr, and start using them throughout the 
      codebase.
      
      llvm-svn: 95687
      b06015aa
    • Jim Grosbach's avatar
      Radar 7417921 · f7279bd1
      Jim Grosbach authored
      tMOVCCi pattern only valid for low registers, as the Thumb1 mov immediate to
      register instruction only works with low registers. Allowing high registers
      for the instruction resulted in the assembler choosing the wide (32-bit)
      encoding for the mov, but LLVM though the instruction was only 16 bits wide,
      so offset calculations for constant pools became incorrect, leading to
      out of range constant pool entries.
      
      llvm-svn: 95686
      f7279bd1
Loading