Age | Commit message (Expand) | Author |
2006-05-31 | Fix casting so there's no warning on Alpha. | Reid Spencer |
2006-05-31 | Sign extender | Evan Cheng |
2006-05-31 | Rename instructions for consistency sake. | Evan Cheng |
2006-05-31 | Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS. | Evan Cheng |
2006-05-31 | Remove dead code. | Evan Cheng |
2006-05-30 | A new entry | Evan Cheng |
2006-05-30 | MAXP{D|S} and MINP{D|S} are commutable. | Evan Cheng |
2006-05-30 | Commute shufps / shufpd. | Evan Cheng |
2006-05-30 | Somehow I lost a condition when I was shuffling some code around. Anyway, | Evan Cheng |
2006-05-30 | Fix a build breaker. | Evan Cheng |
2006-05-30 | Oops. PSHUFD is only available with SSE2. | Evan Cheng |
2006-05-30 | Add a note | Chris Lattner |
2006-05-30 | Always reserve space for 8 spilled GPRs. GCC apparently assumes that this | Chris Lattner |
2006-05-30 | Allow shufps x, x, mask to be converted to pshufd x, mask to save a move. | Evan Cheng |
2006-05-30 | Remove bogus comment. | Evan Cheng |
2006-05-30 | Expand ret into "CopyToReg;BRIND" | Rafael Espindola |
2006-05-30 | Add a note about integer multiplication by constants. | Evan Cheng |
2006-05-30 | A addressing mode folding enhancement: | Evan Cheng |
2006-05-30 | Some new entries about truncate / anyext | Evan Cheng |
2006-05-27 | Ignore generated files | Chris Lattner |
2006-05-26 | Change RET node to include signness information of the return values. i.e. | Evan Cheng |
2006-05-26 | Vector argument must be passed in memory location aligned on 16-byte boundary. | Evan Cheng |
2006-05-26 | Mac OS X ABI document lied. The first four XMM registers are used to pass | Evan Cheng |
2006-05-26 | Minor update to make the code more clear | Evan Cheng |
2006-05-26 | Update more comments. | Evan Cheng |
2006-05-26 | Fix some comments. | Evan Cheng |
2006-05-26 | No need to handle illegal types. | Evan Cheng |
2006-05-26 | On ARM, alignment is in bits | Rafael Espindola |
2006-05-26 | Remove a couple of bogus casts. | Evan Cheng |
2006-05-26 | Minor bug caught by Ashwin Chandra | Evan Cheng |
2006-05-25 | Consistency | Evan Cheng |
2006-05-25 | Some clean up. | Evan Cheng |
2006-05-25 | Add support for the missing FP condition codes | Chris Lattner |
2006-05-25 | Remove some dead code. | Evan Cheng |
2006-05-25 | X86 / Cygwin asm / alignment fixes. | Evan Cheng |
2006-05-25 | Build breakage. | Evan Cheng |
2006-05-25 | Fix build failure of povray | Chris Lattner |
2006-05-25 | Fix Benchmarks/MallocBench/cfrac | Chris Lattner |
2006-05-25 | implement initial version of ARMAsmPrinter::printOperand | Rafael Espindola |
2006-05-25 | port the ARM backend to use ISD::CALL instead of LowerCallTo | Rafael Espindola |
2006-05-25 | Switch X86 over to a call-selection model where the lowering code creates | Evan Cheng |
2006-05-25 | CALL node change (arg / sign pairs instead of just arguments). | Evan Cheng |
2006-05-25 | Assert if InflightSet is not cleared after instruction selecting a BB. | Evan Cheng |
2006-05-24 | Clear HandleMap and ReplaceMap after instruction selection. Or it may cause | Evan Cheng |
2006-05-24 | For PR786: | Reid Spencer |
2006-05-24 | For PR786: | Reid Spencer |
2006-05-24 | Patches to make the LLVM sources more -pedantic clean. Patch provided | Chris Lattner |
2006-05-24 | Fix CodeGen/Generic/vector.ll:test_div with altivec. | Chris Lattner |
2006-05-24 | Handle SETO* like we handle SET*, restoring behavior after Evan's setcc | Chris Lattner |
2006-05-23 | Print struct return functions and calls as actually returning the hidden | Chris Lattner |