summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update llvm patch for r275635 so all the tests will pass.dim2014-12-131-0/+542
| |
* | Add llvm patch corresponding to r275654, and clean up a few other patches.dim2014-12-093-6/+85
| |
* | Add llvm patch corresponding to r275635.dim2014-12-091-0/+75
| |
* | Add patch file for r275362.dim2014-12-011-0/+20
| |
* | Add patch file for r275280.dim2014-11-301-0/+90
| |
* | Add patch file for r275265.dim2014-11-291-0/+64
| |
* | Remove bogus revision numbers from diff header lines in the existingdim2014-11-298-36/+36
| | | | | | | | llvm/clang patches.
* | Add patch file for r275160.dim2014-11-271-0/+190
| |
* | Add patch files for r275152, r275153 and r275154.dim2014-11-263-0/+420
| |
* | Cleanup patch set, and update README.TXT. Add three new patches.dim2014-11-24120-18965/+906
|/
* The fix imported into llvm in r274442 contains some C++11 constructs,dim2014-11-131-0/+73
| | | | | | | | | | | which gcc in base cannot handle. Replace these with C++98 equivalents. While here, add the patch for the adapted fix. Reported by: bz, kib Pointy hat to: dim MFC after: 1 week X-MFC-With: r274442
* Add llvm patch corresponding to r274286.dim2014-11-081-0/+55
|
* Add a few missing llvm/clang patches, update the other ones to be abledim2014-09-217-61/+261
| | | | | | | to apply with the same patch options onto a fresh upstream llvm/clang 3.4.1 checkout, and use approximately the same header tempate for them. MFC after: 3 days
* Add clang patch corresponding to r271432emaste2014-09-111-0/+46
|
* Add clang patch for r271282emaste2014-09-081-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | Note that r271282 contains only the src change from Clang rev 200797. This patch file includes two follow-on changes to the test case, which do not apply to the copy in the FreeBSD tree. Upstream Clang revisions: 200797: Debug info: fix a crasher when when emitting debug info for not-yet-completed templated types. getTypeSize() needs a complete type. rdar://problem/15931354 200798: Simplify testcase from r200797 some more. 200805: Further simplify r200797 and add an explanatory comment. PR: 193347 MFC after: 3 days Sponsored by: DARPA, AFRL
* Correct patch paths (remove contrib/llvm/)emaste2014-09-051-54/+54
| | | | | | The example in contrib/llvm/patches/README.TXT fails otherwise. Sponsored by: DARPA, AFRL
* Do not direct commit to contrib/llvm. Make the change a patch file instead.sbruno2014-09-031-0/+14
| | | | | | | | | | | | | | | | | | | | Reverts 271025 but still functionally patches it. Original intent is still the same. Pointed out by rdivacky. MFV: Only emit movw on ARMv6T2 Building for the FreeBSD default target ARMv6 was emitting movw ASM on certain test cases (found building qmake4/5 for ARM). Don't do that, moreover, the AS in base doesn't understand this instruction for this target. One would need to use --integrated-as to get this to build if desired. http://llvm.org/viewvc/llvm-project?view=revision&revision=216989 Submitted by: ian Reviewed by: dim Obtained from: llvm.org MFC after: 2 days Relnotes: yes
* Add the patch commited in r270147.rdivacky2014-08-181-0/+1303
|
* Fix breakage after r267981.dim2014-06-281-1/+1
| | | | | | Pointy hat to: dim MFC after: 3 days X-MFC-With: r267981
* Add the llvm patch for r267981.dim2014-06-271-0/+494
|
* Add the llvm patch for r267704.dim2014-06-211-0/+125
|
* Add the clang patch for r266674.dim2014-05-251-0/+49
|
* Add the clang patch for r265477. While here, add a description to thedim2014-05-24102-100/+426
| | | | patch for r263619, and unify all the URLs to point to svnweb.
* Upgrade our copy of llvm/clang to 3.4.1 release. This release containsdim2014-05-121-61/+0
| | | | | | | | | | | | | | | mostly fixes, for the following upstream bugs: http://llvm.org/PR16365 http://llvm.org/PR17473 http://llvm.org/PR18000 http://llvm.org/PR18068 http://llvm.org/PR18102 http://llvm.org/PR18165 http://llvm.org/PR18260 http://llvm.org/PR18290 http://llvm.org/PR18316 http://llvm.org/PR18460 http://llvm.org/PR18473 http://llvm.org/PR18515 http://llvm.org/PR18526 http://llvm.org/PR18600 http://llvm.org/PR18762 http://llvm.org/PR18773 http://llvm.org/PR18860 http://llvm.org/PR18994 http://llvm.org/PR19007 http://llvm.org/PR19010 http://llvm.org/PR19033 http://llvm.org/PR19059 http://llvm.org/PR19144 http://llvm.org/PR19326 MFC after: 2 weeks
* Add patches corresponding to r264826 and r264827emaste2014-04-232-0/+250
|
* Update the llvm/clang patch for r264345.dim2014-04-111-7/+5
|
* Add the llvm/clang patch for r263891.dim2014-03-291-0/+22
|
* Add the llvm/clang patch for r263619.andrew2014-03-231-0/+81
|
* Add separate patch files for all the customizations we have currentlydim2014-03-18100-0/+16346
applied to our copy of llvm/clang. These can be applied in alphabetical order to a pristine llvm/clang 3.4 release source tree, to result in the same version used in FreeBSD. This is intended to clearly document all the changes until now, which mostly consist of cherry pickings from the respective upstream trunks, plus a number of hand-written FreeBSD-specific ones. Hopefully those can eventually be cleaned up and sent upstream too. MFC after: 1 week X-MFC-With: r263313
OpenPOWER on IntegriCloud