Skip to content
  1. Mar 04, 2014
    • Chandler Carruth's avatar
      [Modules] Move the ConstantRange class into the IR library. This is · 8cd041ef
      Chandler Carruth authored
      a bit surprising, as the class is almost entirely abstracted away from
      any particular IR, however it encodes the comparsion predicates which
      mutate ranges as ICmp predicate codes. This is reasonable as they're
      used for both instructions and constants. Thus, it belongs in the IR
      library with instructions and constants.
      
      llvm-svn: 202838
      8cd041ef
  2. Oct 30, 2013
  3. 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
  4. Dec 04, 2012
  5. Jul 23, 2012
  6. Jul 16, 2012
  7. Jun 28, 2012
  8. May 18, 2012
  9. Jun 22, 2011
  10. Dec 07, 2010
  11. Sep 28, 2010
  12. 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
  13. 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
  14. Aug 07, 2010
  15. Sep 06, 2009
  16. Sep 05, 2009
  17. Aug 24, 2009
  18. Aug 23, 2009
  19. Jul 22, 2009
  20. Jul 19, 2009
  21. Jul 18, 2009
  22. Jul 13, 2009
  23. Jul 12, 2009
  24. Jul 11, 2009
  25. Jul 10, 2009
Loading