Skip to content
  1. Jan 02, 2013
    • Chandler Carruth's avatar
      Move all of the header files which are involved in modelling the LLVM IR · 9fb823bb
      Chandler Carruth authored
      into their new header subdirectory: include/llvm/IR. This matches the
      directory structure of lib, and begins to correct a long standing point
      of file layout clutter in LLVM.
      
      There are still more header files to move here, but I wanted to handle
      them in separate commits to make tracking what files make sense at each
      layer easier.
      
      The only really questionable files here are the target intrinsic
      tablegen files. But that's a battle I'd rather not fight today.
      
      I've updated both CMake and Makefile build systems (I think, and my
      tests think, but I may have missed something).
      
      I've also re-sorted the includes throughout the project. I'll be
      committing updates to Clang, DragonEgg, and Polly momentarily.
      
      llvm-svn: 171366
      9fb823bb
  2. Dec 04, 2012
  3. Jul 23, 2012
  4. Jul 16, 2012
  5. Jun 28, 2012
  6. May 18, 2012
  7. Jun 22, 2011
  8. Dec 07, 2010
  9. Sep 28, 2010
  10. Sep 07, 2010
    • Nick Lewycky's avatar
      Add a new isSignWrappedSet() method to ConstantRange. · a35462da
      Nick Lewycky authored
      Fix zeroExtend and signExtend to support empty sets, and to return the smallest
      possible result set which contains the extension of each element in their
      inputs. For example zext i8 [100, 10) to i16 is now [0, 256), not i16 [100, 10)
      which contains 63446 members.
      
      llvm-svn: 113187
      a35462da
  11. Aug 12, 2010
    • Nick Lewycky's avatar
      Clean up ConstantRange a bit: · d385c22c
      Nick Lewycky authored
       - remove ashr which never worked.
       - fix lshr and shl and add tests.
       - remove dead function "intersect1Wrapped".
       - add a new sub method to subtract ranges, with test.
      
      llvm-svn: 110861
      d385c22c
  12. Aug 07, 2010
  13. Sep 06, 2009
  14. Sep 05, 2009
  15. Aug 24, 2009
  16. Aug 23, 2009
  17. Jul 22, 2009
  18. Jul 19, 2009
  19. Jul 18, 2009
  20. Jul 13, 2009
  21. Jul 12, 2009
  22. Jul 11, 2009
  23. Jul 10, 2009
Loading