Skip to content
  1. Jul 22, 2010
  2. Mar 15, 2010
  3. Mar 14, 2010
  4. Feb 09, 2010
  5. Oct 25, 2009
  6. Sep 09, 2009
  7. Aug 01, 2009
  8. Jul 31, 2009
  9. Jul 22, 2009
  10. 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
  11. Jan 28, 2009
  12. Oct 31, 2008
  13. Oct 03, 2008
  14. 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
  15. Sep 04, 2008
  16. Aug 14, 2008
  17. Aug 08, 2008
  18. Aug 07, 2008
  19. Aug 06, 2008
  20. Aug 05, 2008
  21. May 13, 2008
  22. Dec 29, 2007
  23. May 06, 2007
  24. May 03, 2007
  25. May 02, 2007
  26. May 01, 2007
  27. Aug 28, 2006
  28. Aug 27, 2006
  29. Jun 29, 2006
  30. Apr 22, 2005
  31. Mar 17, 2005
  32. 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
  33. Jul 29, 2004
  34. Jul 06, 2004
  35. 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