|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| ... |  | 
| * | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -0/+24 | 
| * | Auto-upgrade code for multiple-value return statements. This code | Dan Gohman | 2008-06-17 | 1 | -0/+24 | 
| * | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 1 | -4/+12 | 
| * | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2... | Evan Cheng | 2008-05-24 | 1 | -5/+43 | 
| * | Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd. | Evan Cheng | 2008-05-24 | 1 | -19/+50 | 
| * | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -1/+1 | 
| * | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -1/+1 | 
| * | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -7/+8 | 
| * | Undo 48570. Correctly match mmx shift instructions with an immediate operand. | Evan Cheng | 2008-03-21 | 1 | -2/+1 | 
| * | Add intrinsics to match mmx shift builtin's with immediate operand. | Evan Cheng | 2008-03-19 | 1 | -1/+2 | 
| * | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -10/+8 | 
| * | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 1 | -1/+1 | 
| * | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+1 | 
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 | 
| * | Remove int_x86_sse2_movl_dq. It's replaced with a string compare. | Evan Cheng | 2007-12-18 | 1 | -5/+3 | 
| * | Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure | Evan Cheng | 2007-12-17 | 1 | -23/+68 | 
| * | All MMX shift instructions took a <2 x i32> vector as the shift amount parame... | Anders Carlsson | 2007-12-14 | 1 | -0/+68 | 
| * | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -1/+12 | 
| * | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -7/+4 | 
| * | This is the patch to provide clean intrinsic function overloading support in ... | Chandler Carruth | 2007-08-04 | 1 | -0/+197 | 
| * | Remove dead code. | Reid Spencer | 2006-12-03 | 1 | -287/+0 | 
| * | Changed to using LLVM streams. | Bill Wendling | 2006-11-28 | 1 | -2/+2 | 
| * | For PR950: | Reid Spencer | 2006-11-27 | 1 | -4/+4 | 
| * | Undo a patch that breaks llvm-as because the warning message is written to | Reid Spencer | 2006-05-30 | 1 | -1/+1 | 
| * | Write the WARNING message to cout instead of cerr. Writing to cerr causes | Reid Spencer | 2006-05-30 | 1 | -1/+1 | 
| * | Don't emit useless warning messages. | Reid Spencer | 2006-04-12 | 1 | -2/+3 | 
| * | Cast instruction not inserted into basic block. | Jim Laskey | 2006-03-25 | 1 | -41/+5 | 
| * | Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -13/+9 | 
| * | Change the argument types of llvm.dbg intrinsics. | Jim Laskey | 2006-03-23 | 1 | -23/+64 | 
| * | Bugfix, unbreaking CodeGen/PowerPC/cttz.ll | Chris Lattner | 2006-03-14 | 1 | -1/+1 | 
| * | 1. Handle removal of all arguments for a morphed intrinsic. | Jim Laskey | 2006-03-14 | 1 | -1/+4 | 
| * | Handle the removal of the debug chain. | Jim Laskey | 2006-03-13 | 1 | -47/+99 | 
| * | autoupgrade memcpy/memmove/memset with signed counts. | Chris Lattner | 2006-03-09 | 1 | -4/+12 | 
| * | Unbreak autouprade of llvm.sqrt, simplify some code. | Chris Lattner | 2006-03-03 | 1 | -38/+12 | 
| * | Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving | Chris Lattner | 2006-03-02 | 1 | -133/+116 | 
| * | Fix auto-upgrade of intrinsics to work properly with both assembly and | Reid Spencer | 2006-01-27 | 1 | -28/+98 | 
| * | For PR411: | Reid Spencer | 2006-01-23 | 1 | -7/+6 | 
| * | Remove dead expression. | Chris Lattner | 2006-01-20 | 1 | -1/+1 | 
| * | Don't use invalidated use_iterator's.  This fixes a crash compiling povray | Chris Lattner | 2006-01-20 | 1 | -2/+2 | 
| * | Don't forget about casting the result of an upgraded call to an intrinsic | Reid Spencer | 2006-01-19 | 1 | -1/+4 | 
| * | Make get_suffix faster by using a switch on getTypeID rather than a series | Reid Spencer | 2006-01-19 | 1 | -12/+9 | 
| * | Add a new interface function to AutoUpgrade for simultaneously upgrading | Reid Spencer | 2006-01-19 | 1 | -59/+150 | 
| * | For PR411: | Reid Spencer | 2006-01-16 | 1 | -0/+105 |