| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for assembling .s files on mac os x for intel | Nate Begeman | 2005-07-08 | 4 | -7/+95 |
* | clean up prolouge and epilouge | Andrew Lenharth | 2005-07-07 | 2 | -28/+39 |
* | Restore some code that was accidentally removed by Nate's patch yesterday. | Chris Lattner | 2005-07-07 | 1 | -1/+20 |
* | Fix a typo in my checkin today that caused regressions. Oops! | Nate Begeman | 2005-07-07 | 1 | -1/+1 |
* | First round of support for doing scalar FP using the SSE2 ISA extension and | Nate Begeman | 2005-07-06 | 11 | -91/+388 |
* | Make several cleanups to Andrews varargs change: | Chris Lattner | 2005-07-05 | 4 | -120/+90 |
* | Fit to 80 columns | Chris Lattner | 2005-07-05 | 1 | -3/+6 |
* | Fix PowerPC varargs | Chris Lattner | 2005-07-05 | 1 | -24/+25 |
* | check the correct VT | Andrew Lenharth | 2005-07-04 | 1 | -1/+1 |
* | fix loading address of fp symbols | Andrew Lenharth | 2005-07-03 | 1 | -0/+4 |
* | Percolate the call up to the right superclass | Chris Lattner | 2005-07-03 | 1 | -1/+1 |
* | The statistic needs to be in the correct namespace. | Nate Begeman | 2005-07-01 | 1 | -1/+2 |
* | Varargs is apparently currently broken on PPC. This hacks it so that it | Chris Lattner | 2005-07-01 | 1 | -4/+9 |
* | Refactor X86AsmPrinter.cpp into multiple files. Patch contributed | Chris Lattner | 2005-07-01 | 6 | -557/+676 |
* | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth | 2005-07-01 | 1 | -17/+0 |
* | simplify call code, remove pseudo ops for div and rem, track more loads and s... | Andrew Lenharth | 2005-07-01 | 3 | -80/+92 |
* | remove some debugging code | Chris Lattner | 2005-07-01 | 1 | -3/+0 |
* | Make the x86 asm printer darwin-aware. This mostly entails doing the same | Nate Begeman | 2005-06-30 | 1 | -12/+15 |
* | restore old srcValueNode behavior and try to to work around it | Andrew Lenharth | 2005-06-29 | 2 | -53/+72 |
* | tracking the instructions causing loads and stores provides more information ... | Andrew Lenharth | 2005-06-29 | 1 | -4/+3 |
* | thinko | Andrew Lenharth | 2005-06-29 | 1 | -0/+1 |
* | unify SelectExpr and SelectFP | Andrew Lenharth | 2005-06-29 | 1 | -190/+155 |
* | fix most regressions | Andrew Lenharth | 2005-06-29 | 1 | -1/+2 |
* | support more relocations for stores also | Andrew Lenharth | 2005-06-29 | 2 | -1/+36 |
* | Get rid of all symbolic loads. I now do gernate all relocations sequences | Andrew Lenharth | 2005-06-29 | 3 | -230/+76 |
* | some call work | Andrew Lenharth | 2005-06-27 | 2 | -2/+128 |
* | So, it turns out I forgot that one valid way of restoring GP after a call | Andrew Lenharth | 2005-06-27 | 1 | -3/+3 |
* | Initial set of .td file changes necessary to get scalar fp in xmm registers | Nate Begeman | 2005-06-27 | 2 | -2/+126 |
* | get rid of another pseudo op | Andrew Lenharth | 2005-06-27 | 2 | -3/+4 |
* | generate address of constant pool entries | Andrew Lenharth | 2005-06-27 | 2 | -5/+10 |
* | Misha happification patch | Andrew Lenharth | 2005-06-27 | 1 | -91/+142 |
* | Reduce use of pseudo ops | Andrew Lenharth | 2005-06-27 | 2 | -8/+41 |
* | missed a load | Andrew Lenharth | 2005-06-27 | 1 | -3/+7 |
* | make constant pool labels local | Andrew Lenharth | 2005-06-27 | 1 | -2/+2 |
* | who said we had to use the return address in the return address register. Mi... | Andrew Lenharth | 2005-06-27 | 2 | -5/+8 |
* | Add support to the X86 backend for emitting ELF files. To use this, we | Chris Lattner | 2005-06-27 | 3 | -2/+55 |
* | depend more on legalize putting constants on the RHS | Andrew Lenharth | 2005-06-26 | 1 | -92/+29 |
* | With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), Legalize | Andrew Lenharth | 2005-06-26 | 1 | -36/+12 |
* | Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile | Chris Lattner | 2005-06-25 | 19 | -41/+72 |
* | remove a pseudo instruction, make ret always right, and fix vararg chains | Andrew Lenharth | 2005-06-23 | 4 | -15/+20 |
* | finally, Working varargs | Andrew Lenharth | 2005-06-23 | 1 | -13/+24 |
* | more complete Lowering for vacopy and vaarg | Andrew Lenharth | 2005-06-22 | 1 | -1/+29 |
* | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth | 2005-06-22 | 6 | -47/+14 |
* | Make it easier to find alpha stuff in doxygen, and fixup labeling | Andrew Lenharth | 2005-06-22 | 2 | -17/+52 |
* | Fixed indentation. | John Criswell | 2005-06-20 | 1 | -3/+3 |
* | so this doesn't crash when run. It is hard to tell if things are right enoug... | Andrew Lenharth | 2005-06-19 | 1 | -24/+27 |
* | OK, at least get rid of old stuff, and mark what needs to be fixed for V9 | Andrew Lenharth | 2005-06-18 | 2 | -2/+4 |
* | core changes for varargs | Andrew Lenharth | 2005-06-18 | 10 | -197/+222 |
* | Clean up some uninitialized variables and missing return statements that | Reid Spencer | 2005-06-18 | 3 | -3/+5 |
* | A start at a Sparc V8 Pattern ISel. Anyone want to implement the calling | Andrew Lenharth | 2005-06-17 | 2 | -0/+958 |