| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add an isTailCall flag to LowerCallTo | Chris Lattner | 2005-05-13 | 1 | -3/+9 |
| * | Do not CopyFromReg physregs for live-in values. Instead, create a vreg for | Chris Lattner | 2005-05-13 | 1 | -31/+70 |
| * | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner | 2005-05-12 | 1 | -9/+9 |
| * | Add a new -enable-x86-fastcc option that enables passing the first | Chris Lattner | 2005-05-12 | 1 | -11/+424 |
| * | Pass in Calling Convention to use into LowerCallTo | Chris Lattner | 2005-05-12 | 1 | -3/+3 |
| * | X86 has more than just 32-bit registers | Chris Lattner | 2005-05-11 | 1 | -0/+6 |
| * | Convert feature of the simple isel over for the pattern isel to use. | Chris Lattner | 2005-05-10 | 1 | -5/+28 |
| * | Silence some VC++ warnings | Jeff Cohen | 2005-05-10 | 1 | -1/+0 |
| * | Implement READPORT/WRITEPORT, implementing the last X86 regression tests | Chris Lattner | 2005-05-09 | 1 | -2/+102 |
| * | legalize readio/writeio into load/stores, fixing CodeGen/X86/io.llx with | Chris Lattner | 2005-05-09 | 1 | -0/+9 |
| * | restore some non-dead code I removed last night breaking double casts to | Chris Lattner | 2005-05-09 | 1 | -1/+3 |
| * | Wrap long lines, remove dead code that is now handled by legalize | Chris Lattner | 2005-05-09 | 1 | -55/+8 |
| * | Fix FP -> bool casts | Chris Lattner | 2005-05-09 | 1 | -0/+2 |
| * | Fix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack. | Chris Lattner | 2005-05-09 | 1 | -2/+19 |
| * | fix typo | Andrew Lenharth | 2005-05-04 | 1 | -1/+1 |
| * | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth | 2005-05-03 | 1 | -0/+3 |
| * | Add support for FSIN/FCOS when unsafe math ops are enabled. Patch contributed by | Chris Lattner | 2005-04-30 | 1 | -0/+10 |
| * | Add support for FSQRT node, patch contributed by Morten Ofstad | Chris Lattner | 2005-04-28 | 1 | -4/+8 |
| * | Implement Value* tracking for loads and stores in the selection DAG. This en... | Andrew Lenharth | 2005-04-27 | 1 | -5/+5 |
| * | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -58/+58 |
| * | Handle (store &GV -> mem) as a store immediate. This often occurs for | Chris Lattner | 2005-04-21 | 1 | -0/+14 |
| * | Fix some mysteriously missing {}'s which cause the miscompilation of | Chris Lattner | 2005-04-13 | 1 | -2/+2 |
| * | Z_E_I is gone | Chris Lattner | 2005-04-13 | 1 | -2/+0 |
| * | Use live out sets for return values instead of imp_defs, which is cleaner and... | Chris Lattner | 2005-04-09 | 1 | -6/+20 |
| * | This target does not support/want ISD::BRCONDTWOWAY | Chris Lattner | 2005-04-09 | 1 | -0/+1 |
| * | X86 zero extends setcc results | Chris Lattner | 2005-04-07 | 1 | -0/+1 |
| * | Add (untested) support for MULHS and MULHU. | Chris Lattner | 2005-04-06 | 1 | -0/+51 |
| * | add support for FABS and FNEG | Chris Lattner | 2005-04-02 | 1 | -4/+10 |
| * | This target doesn't support fabs/fneg yet. | Chris Lattner | 2005-04-02 | 1 | -0/+4 |
| * | Add support for 64-bit shifts. | Chris Lattner | 2005-04-02 | 1 | -16/+84 |
| * | Add support for ISD::UNDEF to the X86 be | Chris Lattner | 2005-04-01 | 1 | -0/+8 |
| * | don't depend on the cfg being set up yet | Chris Lattner | 2005-03-30 | 1 | -1/+1 |
| * | Change interface to LowerCallTo to take a boolean isVarArg argument. | Nate Begeman | 2005-03-26 | 1 | -4/+4 |
| * | Remove comments that are now meaningless from the pattern ISels, at Chris's | Nate Begeman | 2005-03-24 | 1 | -2/+1 |
| * | Don't emit two comparisons when comparing a FP value against zero! | Chris Lattner | 2005-03-17 | 1 | -0/+1 |
| * | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -1/+1 |
| * | Silence some uninit variable warnings. | Chris Lattner | 2005-02-23 | 1 | -0/+2 |
| * | We can fold promoted and non-promoted loads into divs also! | Chris Lattner | 2005-01-25 | 1 | -0/+28 |
| * | Fold promoted loads into binary ops for FP, allowing us to generate m32 forms | Chris Lattner | 2005-01-25 | 1 | -20/+31 |
| * | Silence a warning. | Chris Lattner | 2005-01-23 | 1 | -1/+1 |
| * | Speed up folding operations into loads. | Chris Lattner | 2005-01-21 | 1 | -1/+2 |
| * | The ever-important vanity pass name :) | Chris Lattner | 2005-01-21 | 1 | -0/+4 |
| * | Fix a FIXME: realize that argument stores are all independent (don't alias) | Chris Lattner | 2005-01-21 | 1 | -6/+7 |
| * | Implement ADD_PARTS/SUB_PARTS so that 64-bit integer add/sub work. This | Chris Lattner | 2005-01-20 | 1 | -6/+32 |
| * | Fix a crash compiling 134.perl. | Chris Lattner | 2005-01-20 | 1 | -21/+41 |
| * | Fix a problem where were were literally selecting for INCREASED register | Chris Lattner | 2005-01-19 | 1 | -8/+8 |
| * | Implement Regression/CodeGen/X86/rotate.ll: emit rotate instructions (which | Chris Lattner | 2005-01-19 | 1 | -38/+79 |
| * | Match 16-bit shld/shrd instructions as well, implementing shift-double.llx:test5 | Chris Lattner | 2005-01-19 | 1 | -16/+20 |
| * | Codegen long >> 2 to this: | Chris Lattner | 2005-01-19 | 1 | -1/+85 |
| * | X86 shifts mask the amount. | Chris Lattner | 2005-01-19 | 1 | -0/+1 |