Skip to content
  1. Jun 09, 2012
  2. Jul 14, 2011
  3. Jun 25, 2011
  4. Jun 24, 2011
    • Evan Cheng's avatar
      Starting to refactor Target to separate out code that's needed to fully describe · 24753317
      Evan Cheng authored
      target machine from those that are only needed by codegen. The goal is to
      sink the essential target description into MC layer so we can start building
      MC based tools without needing to link in the entire codegen.
      
      First step is to refactor TargetRegisterInfo. This patch added a base class
      MCRegisterInfo which TargetRegisterInfo is derived from. Changed TableGen to
      separate register description from the rest of the stuff.
      
      llvm-svn: 133782
      24753317
  5. Mar 12, 2010
  6. Jan 24, 2010
  7. Jan 22, 2010
    • Chris Lattner's avatar
      Stop building RTTI information for *most* llvm libraries. Notable · 7ba0661f
      Chris Lattner authored
      missing ones are libsupport, libsystem and libvmcore.  libvmcore is
      currently blocked on bugpoint, which uses EH.  Once it stops using
      EH, we can switch it off.
      
      This #if 0's out 3 unit tests, because gtest requires RTTI information.
      Suggestions welcome on how to fix this.
      
      llvm-svn: 94164
      7ba0661f
  8. Jul 15, 2009
  9. Jan 09, 2009
  10. Nov 22, 2008
  11. Aug 17, 2008
  12. Dec 29, 2007
  13. Sep 04, 2006
  14. Nov 29, 2004
  15. Nov 18, 2004
    • Reid Spencer's avatar
      Fix PR456:\ · 7e9e0b0c
      Reid Spencer authored
      Tools and libraries will be built into $(BUILD_OBJ_ROOT)/$(BuildMode)/bin and \
      $(BUILD_OBJ_ROOT)/$(BuildMode)/lib, respectively. Furthermore, the example \
      programs will go in $(BUILD_OBJ_ROOT)/$(BuildMode)/examples to keep them \
      separate from the tools and hopefully out of the PATH. Install targets \
      have not changed.
      
      llvm-svn: 17953
      7e9e0b0c
  16. Oct 14, 2004
  17. Sep 11, 2004
  18. Aug 23, 2004
  19. Aug 19, 2004
  20. Aug 10, 2004
Loading