Skip to content
  1. Mar 21, 2011
  2. Mar 20, 2011
  3. Mar 19, 2011
  4. Mar 18, 2011
    • Jim Grosbach's avatar
      Silence a warning. · 54140eb5
      Jim Grosbach authored
      llvm-svn: 127918
      54140eb5
    • Owen Anderson's avatar
      Add support to the ARM asm parser for the register-shifted-register forms of... · 1d2f5ceb
      Owen Anderson authored
      Add support to the ARM asm parser for the register-shifted-register forms of basic instructions like ADD.  More work left to be done to support other instances of shifter ops in the ISA.
      
      llvm-svn: 127917
      1d2f5ceb
    • Jim Grosbach's avatar
      Beginnings of MC-JIT code generation. · 7b162490
      Jim Grosbach authored
      Proof-of-concept code that code-gens a module to an in-memory MachO object.
      This will be hooked up to a run-time dynamic linker library (see: llvm-rtdyld
      for similarly conceptual work for that part) which will take the compiled
      object and link it together with the rest of the system, providing back to the
      JIT a table of available symbols which will be used to respond to the
      getPointerTo*() queries.
      
      llvm-svn: 127916
      7b162490
Loading