aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-19friendlier error messageAndrew Lenharth
2006-04-19add a noteChris Lattner
2006-04-19Add a note.Chris Lattner
2006-04-19grammaroChris Lattner
2006-04-19Fix a bug owen noticedChris Lattner
2006-04-19Change wordingChris Lattner
2006-04-19add a noteChris Lattner
2006-04-19add some more notesChris Lattner
2006-04-19stupid stuffAndrew Lenharth
2006-04-18fix printing call graphsAndrew Lenharth
2006-04-18I understand now. Shoot.Andrew Lenharth
2006-04-18- PEXTRW cannot take a memory location as its first source operand.Evan Cheng
2006-04-18SHUFP{S|D}, PSHUF* encoding bugs. Left out the mask immediate operand.Evan Cheng
2006-04-18Name change for clarity sakeEvan Cheng
2006-04-18Encoding bug: CMPPSrmi, CMPPDrmi dropped operand 2 (condtion immediate).Evan Cheng
2006-04-18Name change for clarity sakeEvan Cheng
2006-04-18Left a pattern outEvan Cheng
2006-04-18llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth
2006-04-18llvm.memc* improvements. helps PA a lot in some specmarksAndrew Lenharth
2006-04-18These are correctly encoded by the JIT. I checked :)Chris Lattner
2006-04-18add a noteChris Lattner
2006-04-18Fix a crash on:Chris Lattner
2006-04-18Fixed an encoding bug: movd from XMM to R32.Evan Cheng
2006-04-18pretty print node nameChris Lattner
2006-04-18Implement an important entry from README_ALTIVEC:Chris Lattner
2006-04-18new testcaseChris Lattner
2006-04-18move some stuff around, clean things upChris Lattner
2006-04-18Teach the codegen about instructions used for SSE spill code, allowing itChris Lattner
2006-04-18Fix a copy & paste error from long ago.Nate Begeman
2006-04-18Add some more notes, many still missingChris Lattner
2006-04-18Have the AutoRegen.sh script prompt the user for the LLVM src and objReid Spencer
2006-04-18Make it possible to default the llvm_src and llvm_obj variables based onReid Spencer
2006-04-18add a bunch of stuff, pieces still missingChris Lattner
2006-04-18Add a warning.Chris Lattner
2006-04-18Add a warningChris Lattner
2006-04-18Use vmladduhm to do v8i16 multiplies which is faster and simpler than doingChris Lattner
2006-04-18Implement v16i8 multiply with this code:Chris Lattner
2006-04-18Add tests for v8i16 and v16i8Chris Lattner
2006-04-18Correct commentsEvan Cheng
2006-04-18Lower v8i16 multiply into this code:Chris Lattner
2006-04-18Custom lower v4i32 multiplies into a cute sequence, instead of having legalizeChris Lattner
2006-04-18new testcaseChris Lattner
2006-04-18Another entryEvan Cheng
2006-04-18Fix a build failure on Vladimir's tester.Chris Lattner
2006-04-18Another entry.Evan Cheng
2006-04-17Use movss to insert_vector_elt(v, s, 0).Evan Cheng
2006-04-17Turn x86 unaligned load/store intrinsics into aligned load/store instructionsChris Lattner
2006-04-17Fix handling of calls in functions that use vectors. This fixes a crash onChris Lattner
2006-04-17Use two pinsrw to insert an element into v4i32 / v4f32 vector.Evan Cheng
2006-04-17remove done itemChris Lattner