Skip to content
  1. Sep 09, 2009
  2. Aug 01, 2009
  3. Jul 31, 2009
  4. Jul 22, 2009
  5. Jul 13, 2009
    • Owen Anderson's avatar
      Begin the painful process of tearing apart the rat'ss nest that is... · 53a52215
      Owen Anderson authored
      Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
      This involves temporarily hard wiring some parts to use the global context.  This isn't ideal, but it's
      the only way I could figure out to make this process vaguely incremental.
      
      llvm-svn: 75445
      53a52215
  6. Jan 28, 2009
  7. Oct 31, 2008
  8. Oct 03, 2008
  9. Sep 13, 2008
    • Dan Gohman's avatar
      Remove isImm(), isReg(), and friends, in favor of · 38453eeb
      Dan Gohman authored
      isImmediate(), isRegister(), and friends, to avoid confusion
      about having two different names with the same meaning. I'm
      not attached to the longer names, and would be ok with
      changing to the shorter names if others prefer it.
      
      llvm-svn: 56189
      38453eeb
  10. Sep 04, 2008
  11. Aug 14, 2008
  12. Aug 08, 2008
  13. Aug 07, 2008
  14. Aug 06, 2008
  15. Aug 05, 2008
  16. May 13, 2008
  17. Dec 29, 2007
  18. May 06, 2007
  19. May 03, 2007
  20. May 02, 2007
  21. May 01, 2007
  22. Aug 28, 2006
  23. Aug 27, 2006
  24. Jun 29, 2006
  25. Apr 22, 2005
  26. Mar 17, 2005
  27. Sep 02, 2004
    • Reid Spencer's avatar
      Changes For Bug 352 · 7c16caa3
      Reid Spencer authored
      Move include/Config and include/Support into include/llvm/Config,
      include/llvm/ADT and include/llvm/Support. From here on out, all LLVM
      public header files must be under include/llvm/.
      
      llvm-svn: 16137
      7c16caa3
  28. Jul 29, 2004
  29. Jul 06, 2004
  30. Jul 02, 2004
    • Chris Lattner's avatar
      Add a trivially simple pass to delete unreachable blocks from the CFG. This · 693244fb
      Chris Lattner authored
      pass is required to paper over problems in the code generator (primarily
      live variables and its clients) which doesn't really have any well defined
      semantics for unreachable code.
      
      The proper solution to this problem is to have instruction selectors not
      select blocks that are unreachable.  Until we have a instruction selection
      framework available for use, however, we can't expect all instruction
      selector writers to do this.  Until then, this pass should be used.
      
      llvm-svn: 14563
      693244fb
Loading