Skip to content
  1. Dec 19, 2009
    • Sean Callanan's avatar
      Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit · 04cc307e
      Sean Callanan authored
      incarnations), integrated into the MC framework.  
      
      The disassembler is table-driven, using a custom TableGen backend to 
      generate hierarchical tables optimized for fast decode.  The disassembler 
      consumes MemoryObjects and produces arrays of MCInsts, adhering to the 
      abstract base class MCDisassembler (llvm/MC/MCDisassembler.h).
      
      The disassembler is documented in detail in
      
      - lib/Target/X86/Disassembler/X86Disassembler.cpp (disassembler runtime)
      - utils/TableGen/DisassemblerEmitter.cpp (table emitter)
      
      You can test the disassembler by running llvm-mc -disassemble for i386
      or x86_64 targets.  Please let me know if you encounter any problems
      with it.
      
      llvm-svn: 91749
      04cc307e
  2. Dec 06, 2009
  3. Dec 01, 2009
  4. Nov 25, 2009
  5. Nov 23, 2009
  6. Nov 20, 2009
  7. Nov 10, 2009
  8. Nov 08, 2009
  9. Nov 02, 2009
    • Oscar Fuentes's avatar
      CMake: Report an error if there is an unknown .cpp file in a source · c710219d
      Oscar Fuentes authored
      directory.
      
      This is useful in case someone who works with the config&make build
      system forgot to add a file to its CMakeLists.txt. Instead of
      obtaining undefined references at link time, cmake will complain at
      configure time on the first build after a svn update.
      
      llvm-svn: 85817
      c710219d
  10. Oct 24, 2009
  11. Oct 20, 2009
  12. Sep 17, 2009
  13. Sep 14, 2009
  14. Sep 04, 2009
  15. Aug 31, 2009
  16. Aug 24, 2009
  17. Aug 22, 2009
  18. Aug 19, 2009
  19. Aug 17, 2009
  20. Aug 16, 2009
  21. Aug 15, 2009
  22. Aug 14, 2009
  23. Aug 12, 2009
Loading