Age | Commit message (Expand) | Author |
2006-01-06 | silence a bogus gcc warning | Chris Lattner |
2006-01-05 | Had expand logic backward. | Jim Laskey |
2006-01-05 | Added initial support for DEBUG_LABEL allowing debug specific labels to be | Jim Laskey |
2006-01-05 | Remove some dead code. | Evan Cheng |
2005-12-23 | fix something-o | Chris Lattner |
2005-12-23 | implement vaarg. Varargs now should work. | Chris Lattner |
2005-12-23 | implement vastart. The dag isel compiles this: | Chris Lattner |
2005-12-23 | make sure bit_converts are expanded | Chris Lattner |
2005-12-23 | fix the int<->fp instructions, which apparently take a single float register | Chris Lattner |
2005-12-23 | Use BIT_CONVERT to simplify this code | Chris Lattner |
2005-12-21 | Disengage DEBUG_LOC from non-PPC targets. | Jim Laskey |
2005-12-21 | remove dead code | Chris Lattner |
2005-12-19 | Fix pifft by correcting the case when a i64/f64 straddles O5 and memory: | Chris Lattner |
2005-12-19 | Fix calls to functions returning i64 | Chris Lattner |
2005-12-19 | mark some unsupported ops as unsupported | Chris Lattner |
2005-12-19 | Keep stack frames 8-byte aligned. This fixes olden/voronoi | Chris Lattner |
2005-12-19 | Elimiante SP and FP, which weren't members of the IntRegs register class | Chris Lattner |
2005-12-18 | Add support for calls to external symbols | Chris Lattner |
2005-12-18 | we have no memcpy | Chris Lattner |
2005-12-18 | Fix a crash on a call with no arguments | Chris Lattner |
2005-12-18 | Change return lowering so that we can autogen the matching code. | Chris Lattner |
2005-12-18 | Implement Calls for V8. This would be completely autogenerated except for | Chris Lattner |
2005-12-18 | Implement the full V8 ABI for incoming arguments. | Chris Lattner |
2005-12-18 | Give V8 select_cc, in the spirit of the PPC backend | Chris Lattner |
2005-12-18 | V8 doesn't have FP extload | Chris Lattner |
2005-12-18 | simplifications, fix typo | Chris Lattner |
2005-12-18 | Add frameindex support | Chris Lattner |
2005-12-18 | Add constant pool support, including folding into addresses. | Chris Lattner |
2005-12-18 | Teach the addressing mode stuff to fold "%lo" into 'ri' addressing modes, | Chris Lattner |
2005-12-18 | Add initial support for global variables, and fix a bug in addr mode selection | Chris Lattner |
2005-12-18 | Add initial conditional branch support. This doesn't actually work yet due | Chris Lattner |
2005-12-17 | Implement 64-bit add/sub, make sure to receive and return 64-bit args with | Chris Lattner |
2005-12-17 | implement div and rem | Chris Lattner |
2005-12-17 | implement MULHU/MULHS for 64-bit multiplies | Chris Lattner |
2005-12-17 | Make the addressing modes smarter | Chris Lattner |
2005-12-17 | Add support for 64-bit arguments | Chris Lattner |
2005-12-17 | Sparc doesn't have sext_inreg | Chris Lattner |
2005-12-17 | Add basic addressing mode support and one load. | Chris Lattner |
2005-12-17 | Implement ret with operand, giving us this: | Chris Lattner |
2005-12-17 | Implement LowerArguments, at least for the first 6 integer args | Chris Lattner |
2005-12-17 | Add the framework for a dag-dag isel | Chris Lattner |