History log of /external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
48d5e750a8189c55087333d2bbc5dd0e1e07ddfa 10-Jun-2013 Duncan Sands <baldrick@free.fr> Avoid warnings about unused parameters that tend to come up a lot when
building outside projects with a different compiler than that used to build
LLVM itself (eg switching between gcc and clang).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183650 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
674be02d525d4e24bc6943ed9274958c580bcfbc 10-Jan-2013 Jakub Staszak <kubastaszak@gmail.com> Fix include guards so they exactly match file names.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172025 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
0b8c9a80f20772c3793201ab5b251d3520b9cea3 02-Jan-2013 Chandler Carruth <chandlerc@gmail.com> Move all of the header files which are involved in modelling the LLVM IR
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171366 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
255f89faee13dc491cb64fbeae3c763e7e2ea4e6 03-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for the include/... tree with the script.

AKA: Recompile *ALL* the source code!

This one went much better. No manual edits here. I spot-checked for
silliness and grep-checked for really broken edits and everything seemed
good. It all still compiles. Yell if you see something that looks goofy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169133 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
707276d415002fb37ac3fbc50c66905a4ffe1f75 13-Nov-2012 Duncan Sands <baldrick@free.fr> Fix the instcombine GEP index widening transform to work correctly for vector
getelementptrs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167829 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
ca12a2139e7ed8b5f30df9927494dd7aae929a7c 19-Jul-2011 Jay Foad <jay.foad@gmail.com> Convert gep_type_begin and gep_type_end to use ArrayRef.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135481 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
db125cfaf57cc83e7dd7453de2d509bc8efd0e5e 18-Jul-2011 Chris Lattner <sabre@nondot.org> land David Blaikie's patch to de-constify Type, with a few tweaks.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135375 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
ea7bfc5aa04cd57daae85eab34a782108136829f 04-Dec-2009 Bob Wilson <bob.wilson@apple.com> Fix indentation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90613 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
7362ce08cb2c1f0b544b18dbc21630fb4baebcfc 28-Aug-2009 Gabor Greif <ggreif@gmail.com> eliminate all 80-col violations that I have introduced in my recent checkins (and some others more)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80304 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
f0891be8bdbeeadb39da5575273b6645755fa383 27-Aug-2009 Gabor Greif <ggreif@gmail.com> Clean up the minor mess I caused with removing iterator.h. I shall take care of 80-col violations and the FIXME later. (Thanks goodness that I live in another continent, so the monkeypox did not strike me :-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80224 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
7ed47a13356daed2a34cd2209a31f92552e3bdd8 29-Dec-2007 Chris Lattner <sabre@nondot.org> Don't attribute in file headers anymore. See llvmdev for the
discussion of this change. Boy are my fingers tired. ;-)



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
63b3afa98460ce38a1c48d3c44ef6edfdaf37b77 21-Apr-2005 Misha Brukman <brukman+llvm@gmail.com> Remove trailing whitespace


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
79bda7fbe23e6668e1ee53a80f91856f152600a6 14-Jan-2005 Chris Lattner <sabre@nondot.org> Add a method


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19540 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
72e606e2bd76452ac6760ceed258b377cd8862a2 04-Apr-2004 Chris Lattner <sabre@nondot.org> Support iteration over constant instructions


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12645 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
43cb041754df231f488fa7c203f13ec731ca389c 04-Apr-2004 Chris Lattner <sabre@nondot.org> Allow for use of arbitrary iterator types...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12642 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
2425f8c62931f6ab127784adbf6f52bc8c684113 22-Feb-2004 Chris Lattner <sabre@nondot.org> Significantly simplify gep_type_iterator, and make its interface more general/powerful


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11708 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
92c59d60c9ec8c0bb3989f4c08cf9d2be48c0ca5 12-Dec-2003 Brian Gaeke <gaeke@uiuc.edu> Fix typo in comment


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10424 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
c4c6b9e5bc062763578eb63a011f447de1eeddc6 25-Nov-2003 Chris Lattner <sabre@nondot.org> Work with gepi's and constant exprs. Also, add versions of iterator ctors that take references


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10220 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
94a28c6bc816486c5754c5492202359a1f733ec4 25-Nov-2003 Chris Lattner <sabre@nondot.org> Rename class to be consistent with other iterator classes


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10213 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h
19ed305339b13178c0dc05ee68fd9999ea17c469 25-Nov-2003 Chris Lattner <sabre@nondot.org> Initial checkin of gep_type_begin/end which will be used to address PR82


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10212 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/include/llvm/Support/GetElementPtrTypeIterator.h