aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/lib/Analysis/ScalarEvolution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all sources from the llvm project into contrib/llvm-project.Dimitry Andric2019-12-201-12473/+0
* Merge llvm trunk r366426, resolve conflicts, and update FREEBSD-Xlist.Dimitry Andric2019-08-211-387/+407
* Merge llvm trunk r351319, resolve conflicts, and update FREEBSD-Xlist.Dimitry Andric2019-01-201-160/+320
* Merge llvm trunk r338150 (just before the 7.0.0 branch point), andDimitry Andric2018-08-021-5/+5
* Merge llvm trunk r338150, and resolve conflicts.Dimitry Andric2018-07-301-452/+957
* Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ toDimitry Andric2018-02-251-0/+7
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_60 r321788,Dimitry Andric2018-01-061-17/+9
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ trunk r321545,Dimitry Andric2017-12-291-2/+10
* Merge llvm trunk r321414 to contrib/llvm.Dimitry Andric2017-12-241-0/+1
* Merge llvm trunk r321017 to contrib/llvm.Dimitry Andric2017-12-201-288/+645
* Upgrade our copies of clang, llvm, lld and libc++ to r311219 from theDimitry Andric2017-08-211-0/+30
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r308421, and updateDimitry Andric2017-07-191-13/+372
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and updateDimitry Andric2017-07-131-10/+10
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and updateDimitry Andric2017-07-021-124/+119
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and updateDimitry Andric2017-06-271-69/+64
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305575, and updateDimitry Andric2017-06-171-53/+76
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305145, and updateDimitry Andric2017-06-101-2/+2
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304460, and updateDimitry Andric2017-06-011-0/+4
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304222, and updateDimitry Andric2017-05-301-4/+3
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304149, and updateDimitry Andric2017-05-291-9/+65
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303571, and updateDimitry Andric2017-05-221-12/+39
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303291, and updateDimitry Andric2017-05-181-21/+22
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303197, and updateDimitry Andric2017-05-161-60/+99
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302418, and updateDimitry Andric2017-05-081-40/+88
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302069, and updateDimitry Andric2017-05-031-111/+113
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r301441, and updateDimitry Andric2017-04-261-103/+162
* Merge llvm, clang, lld and lldb trunk r300890, and update build glue.Dimitry Andric2017-04-201-88/+128
* Merge llvm trunk r300422 and resolve conflicts.Dimitry Andric2017-04-161-207/+442
* Reapply r287232 from upstream llvm trunk (by Daniil Fukalov):Dimitry Andric2017-03-061-17/+49
* For now, revert r287232 from upstream llvm trunk (by Daniil Fukalov):Dimitry Andric2017-03-051-44/+17
* Merge llvm, clang, lld and lldb release_40 branch r292009. Also updateDimitry Andric2017-01-141-18/+27
* Merge llvm, clang, lld and lldb trunk r291476.Dimitry Andric2017-01-091-0/+12
* Update llvm to trunk r290819 and resolve conflicts.Dimitry Andric2017-01-021-733/+751
* Update llvm to release_39 branch r279477.Dimitry Andric2016-08-241-0/+4
* Update llvm to release_39 branch r276489, and resolve conflicts.Dimitry Andric2016-08-161-894/+1608
* Update llvm, clang and lldb to release_38 branch r258968.Dimitry Andric2016-01-271-0/+8
* Update llvm to trunk r256633.Dimitry Andric2015-12-301-1029/+2236
* Update llvm/clang to r241361.Dimitry Andric2015-07-051-25/+29
* Update llvm/clang to r240225.Dimitry Andric2015-06-231-9/+9
* Merge llvm trunk r238337 from ^/vendor/llvm/dist, resolve conflicts, andDimitry Andric2015-05-271-521/+730
* Merge llvm 3.6.0rc2 from ^/vendor/llvm/dist, merge clang 3.6.0rc2 fromDimitry Andric2015-01-311-8/+7
* Merge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge clang 3.6.0rc1 fromDimitry Andric2015-01-251-491/+721
* Merge llvm 3.5.0 release from ^/vendor/llvm/dist, resolve conflicts, andDimitry Andric2014-11-241-575/+947
* Upgrade our copy of llvm/clang to 3.4.1 release. This release containsDimitry Andric2014-05-121-1/+1
* Upgrade our copy of llvm/clang to 3.4 release. This version supportsDimitry Andric2014-02-161-240/+872
* Upgrade our copy of llvm/clang to 3.3 release.Dimitry Andric2013-06-121-37/+68
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of theDimitry Andric2013-04-121-15/+46
* Upgrade our copy of llvm/clang to r168974, from upstream's release_32Dimitry Andric2012-12-031-11/+105
* Upgrade our copy of llvm/clang to trunk r162107. With thanks toDimitry Andric2012-08-201-139/+163
* Upgrade our copy of llvm/clang to r155985, from upstream's release_31Dimitry Andric2012-05-031-1/+1