aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/llvm/llvm2.7_2.7.bb
AgeCommit message (Collapse)Author
2010-07-21llvm2.7: backported llvm2.8svn r104558, r104652 & r104653 fixes.Xerxes Rånby
* llvm2.7/r104558-VFPmisc.patch: Add missing implementation to the materialization of VFP misc. instructions (vmrs, vmsr and vmov (immediate)). * llvm2.7/r104652-VFPLoadStoreMultiple.patch: LLVM PR7221 Makes VFP calculations correct. * llvm2.7/r104653-BFC-BFI.patch: LLVM PR7222 Fixes LLVM ERROR: ARMv6t2 JIT is not yet supported. * llvm2.7_2.7.bb: Added above patches and bumped PR.
2010-07-20llvm2.7: new ARMv4 rawMOVLRPC.patch; backported llvm2.8svn r97745 & r104587 ↵Xerxes Rånby
fixes. * llvm2.7/MOVLRPC.patch: deleted. * llvm2.7/rawMOVLRPC.patch: New patch replaces MOVLRPC.patch. emits mov lr, pc before indirect call_nolink branches using pseudo instructions for improved stablility on ARMv4 and ARMv4t. fixes segfault after called function return. llvm PR7608 * llvm2.7/r97745-llvmPR6480.patch: New backported from llvm2.8svn. fixes Assertion `SubUsed && "Using an undefined register!"' failed. * llvm2.7/r104587-MOVimm32.patch: New backported from llvm2.8svn. fixes TestARMCodeEmitter::emitPseudoInstruction UNREACHABLE at ARMCodeEmitter.cpp:554
2010-07-15llvm2.7: force arm mode for now for armv4tMartin Jansa
* http://llvm.org/bugs/show_bug.cgi?id=6065 * other archs are probably also affected, feel free to add * it's not clear if it's thumb2 or thumb1 only, because arm920t is affected and woglinde said his armv7 machine is not affected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-12llvm2.7: Make ARMv4 compatible llvm pr7608Xerxes Rånby
2010-07-12llvm2.7: workaround llvm pr5201 / icedtea6 pr399 for ARM and PPCXerxes Rånby
2010-07-04llvm: fix packaging and bump PRHenning Heinold
2010-06-30llvm2.7 2.7: Changed patch URL to new format.Robert Schuster
2010-06-30llvm.inc: Moved packages dynamic stuff into the general llvm.inc file.Robert Schuster
2010-06-30llvm: Removed 2.5 and 2.6 and both native variants.Robert Schuster
2010-06-30llvm2.7 2.7: Split packages for each shared library.Robert Schuster
2010-06-16llvm2.7 2.7: Removed the link patch - its not needed for the CMake-buildRobert Schuster
2010-06-11llvm.inc: fixed typo.Robert Schuster
llvm2.7 2.7: Build with shared library, added patch to work around not correctly linking libgcc.
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-04-30llvm.inc: Added path for nm.Robert Schuster
llvm2.7 2.6+svnr20091007: Removed prerelease version. llvm2.7-native 2.6+svnr20091007: Dito. llvm2.7 2.7: New recipe. llvm2.7-native 2.7: New recipe.