Skip to content
  1. May 03, 2006
    • Chris Lattner's avatar
      Keep the alpha JIT similar to the PPC/X86 jits · 0267807d
      Chris Lattner authored
      llvm-svn: 28068
      0267807d
    • Chris Lattner's avatar
      Simplify some code · 0574e47d
      Chris Lattner authored
      llvm-svn: 28066
      0574e47d
    • Chris Lattner's avatar
      Several related changes: · b8065a9a
      Chris Lattner authored
      1. Change several methods in the MachineCodeEmitter class to be pure virtual.
      2. Suck emitConstantPool/initJumpTableInfo into startFunction, removing them
         from the MachineCodeEmitter interface, and reducing the amount of target-
         specific code.
      3. Change the JITEmitter so that it allocates constantpools and jump tables
         *right* next to the functions that they belong to, instead of in a separate
         pool of memory.  This makes all memory for a function be contiguous, and
         means the JITEmitter only tracks one block of memory now.
      
      llvm-svn: 28065
      b8065a9a
    • Nate Begeman's avatar
      Remove some stuff from the README · 233391f5
      Nate Begeman authored
      llvm-svn: 28063
      233391f5
  2. May 02, 2006
  3. May 01, 2006
  4. Apr 30, 2006
  5. Apr 29, 2006
  6. Apr 28, 2006
Loading