Skip to content
  1. Sep 24, 2010
  2. Sep 17, 2010
  3. Sep 14, 2010
  4. Sep 11, 2010
  5. Sep 10, 2010
  6. Sep 08, 2010
  7. Sep 03, 2010
    • Oscar Fuentes's avatar
      Fix cmake build without native target selected. · e16dc061
      Oscar Fuentes authored
      The cmake (+ MSVC) build is broken if you don't select your native
      target.
      
      e.g. 'cmake -D LLVM_TARGETS_TO_BUILD="MyNonNativeTarget" .'
      
      This is because cmake currently sets the LLVM_NATIVE_* definitions
      regardless of whether the native target is selected (causing build
      errors).
      
      Patch by Mike Gist!
      
      llvm-svn: 112946
      e16dc061
  8. Aug 30, 2010
  9. Aug 26, 2010
  10. Aug 16, 2010
  11. Aug 15, 2010
  12. Aug 11, 2010
  13. Aug 09, 2010
  14. Aug 08, 2010
  15. Aug 05, 2010
  16. Aug 03, 2010
  17. Aug 02, 2010
  18. Jun 23, 2010
  19. Jun 17, 2010
  20. Mar 15, 2010
  21. Jan 22, 2010
  22. Jan 05, 2010
  23. Jan 04, 2010
  24. 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
  25. Dec 06, 2009
  26. Dec 01, 2009
Loading