Skip to content
  1. Feb 13, 2010
    • Sean Callanan's avatar
      Reworked the Intel disassembler to support instructions · dde9c123
      Sean Callanan authored
      whose opcodes extend into the ModR/M field using the
      Form field of the instruction rather than by special
      casing each instruction.  Commented out the special
      casing of VMCALL, which is the first instruction to use
      this special form.  While I was in the neighborhood,
      added a few comments for people modifying the Intel
      disassembler. 
      
      llvm-svn: 96043
      dde9c123
  2. Feb 12, 2010
  3. Feb 11, 2010
  4. Feb 10, 2010
  5. Feb 09, 2010
  6. Feb 06, 2010
    • Jakob Stoklund Olesen's avatar
      Reintroduce the InlineHint function attribute. · 74bb06c0
      Jakob Stoklund Olesen authored
      This time it's for real! I am going to hook this up in the frontends as well.
      
      The inliner has some experimental heuristics for dealing with the inline hint.
      When given a -respect-inlinehint option, functions marked with the inline
      keyword are given a threshold just above the default for -O3.
      
      We need some experiments to determine if that is the right thing to do.
      
      llvm-svn: 95466
      74bb06c0
  7. Feb 05, 2010
  8. Feb 04, 2010
  9. Feb 03, 2010
  10. Jan 30, 2010
  11. Jan 29, 2010
  12. Jan 26, 2010
  13. Jan 24, 2010
  14. Jan 23, 2010
  15. Jan 22, 2010
  16. Jan 21, 2010
Loading