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