Skip to content
  1. Sep 14, 2010
  2. Sep 11, 2010
  3. Sep 10, 2010
  4. Sep 08, 2010
  5. Aug 30, 2010
  6. Aug 26, 2010
  7. Aug 16, 2010
  8. Aug 15, 2010
  9. Aug 11, 2010
  10. Aug 09, 2010
  11. Aug 05, 2010
  12. Aug 03, 2010
  13. Aug 02, 2010
  14. Jun 17, 2010
  15. Mar 15, 2010
  16. Jan 22, 2010
  17. Jan 05, 2010
  18. Jan 04, 2010
  19. Dec 19, 2009
    • Daniel Dunbar's avatar
      CMake: Update lib deps. · 039d6e11
      Daniel Dunbar authored
      llvm-svn: 91786
      039d6e11
    • 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
  20. Dec 06, 2009
  21. Dec 01, 2009
  22. Nov 25, 2009
  23. Nov 23, 2009
  24. Nov 20, 2009
  25. Nov 10, 2009
  26. Nov 08, 2009
  27. 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
  28. Oct 24, 2009
Loading