aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/IntegersSubset.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-11-03Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands
2012-07-02Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher
2012-07-02Fix -Wstring-conversion warning.David Blaikie
2012-07-02Fixed switch in IntRange::isSingleNumber method.Stepan Dyatkovskiy
2012-07-02IntRange, fixed warning in isSingleNumber methodStepan Dyatkovskiy
2012-07-02IntRange:Stepan Dyatkovskiy
2012-06-24llvm/Support/IntegersSubset.h: Add a copy constructor on IntegersSubset to ap...NAKAMURA Takumi
2012-06-24llvm/Support/IntegersSubset.h: Fix whitespace.NAKAMURA Takumi
2012-06-22Fixed r158979.Stepan Dyatkovskiy
2012-06-22Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands
2012-06-22Performance optimizations:Stepan Dyatkovskiy
2012-06-05IntegersSubsetMapping:Stepan Dyatkovskiy
2012-06-03IntRange: Restore the copy constuctor explicitly to appase buildbot.NAKAMURA Takumi
2012-06-02Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-06-02Additional change for 157881. Forget to fix another IntegerSubset constructor.Stepan Dyatkovskiy
2012-06-02Small fix due to buildbot failures on mingw32. Fixed call of parent construct...Stepan Dyatkovskiy
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-06-01Remove noisy semicolons.Benjamin Kramer
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy