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