| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and ↵ | NAKAMURA Takumi | 2012-11-08 | 1 | -4/+6 |
| | | | | | | | FoldReinterpretLoadFromConstPtr() Big-endian-aware. llvm-svn: 167595 | ||||
| * | Don't perform an overaligned load in this test, since that's undefined | Duncan Sands | 2012-07-25 | 1 | -1/+1 |
| | | | | | | | behaviour that might be exploited one day. llvm-svn: 160714 | ||||
| * | When folding a load from a global constant, if the load started in the middle | Duncan Sands | 2012-07-25 | 1 | -0/+12 |
| of an array element (rather than at the beginning of the element) and extended into the next element, then the load from the second element was being handled wrong due to incorrect updating of the notion of which byte to load next. This fixes PR13442. Thanks to Chris Smowton for reporting the problem, analyzing it and providing a fix. llvm-svn: 160711 | |||||

