| Commit message (Expand) | Author | Age | Files | Lines |
| * | For: memory operations -> stores | Reid Spencer | 2005-07-19 | 1 | -0/+5 |
| * | Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that | Nate Begeman | 2005-07-16 | 1 | -45/+20 |
| * | Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the | Chris Lattner | 2005-07-16 | 1 | -53/+27 |
| * | Get closer to fully working scalar FP in SSE regs. This gets singlesource | Nate Begeman | 2005-07-15 | 1 | -32/+26 |
| * | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -3/+28 |
| * | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner | 2005-07-10 | 1 | -8/+8 |
| * | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner | 2005-07-10 | 1 | -5/+4 |
| * | 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 | 1 | -76/+319 |
| * | Make several cleanups to Andrews varargs change: | Chris Lattner | 2005-07-05 | 1 | -18/+19 |
| * | Fit to 80 columns | Chris Lattner | 2005-07-05 | 1 | -3/+6 |
| * | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth | 2005-06-22 | 1 | -13/+0 |
| * | core changes for varargs | Andrew Lenharth | 2005-06-18 | 1 | -24/+37 |
| * | silence a bogus warning | Chris Lattner | 2005-06-17 | 1 | -1/+1 |
| * | Tailcalls require stubs to be emitted. Otherwise, the compilation callback | Chris Lattner | 2005-05-19 | 1 | -1/+1 |
| * | don't reserve space for tailcall arg areas. It explicitly managed. | Chris Lattner | 2005-05-15 | 1 | -2/+4 |
| * | Implement proper tail calls in the X86 backend for all fastcc->fastcc | Chris Lattner | 2005-05-15 | 1 | -10/+295 |
| * | Pass i64 values correctly split in reg/mem to fastcc calls. | Chris Lattner | 2005-05-14 | 1 | -2/+1 |
| * | Use target-specific nodes for calls. This allows the fastcc code to not have | Chris Lattner | 2005-05-14 | 1 | -105/+182 |
| * | use a target-specific node and custom expander to lower long->FP to FILD64m. | Chris Lattner | 2005-05-14 | 1 | -0/+74 |
| * | Make sure the start of the arg area and the end (after the RA is pushed) | Chris Lattner | 2005-05-13 | 1 | -2/+22 |
| * | fix typo | Chris Lattner | 2005-05-13 | 1 | -3/+3 |
| * | Fix the problems with callee popped argument lists | Chris Lattner | 2005-05-13 | 1 | -1/+37 |
| * | Don't emit SAR X, 0 in the case of sdiv Y, 2 | Chris Lattner | 2005-05-13 | 1 | -2/+7 |
| * | Fix UnitTests/2005-05-13-SDivTwo.c | Chris Lattner | 2005-05-13 | 1 | -2/+3 |
| * | switch to having the callee pop stack operands for fastcc. This is currently... | Chris Lattner | 2005-05-13 | 1 | -10/+23 |
| * | Build TAILCALL nodes in LowerCallTo, treat them like normal calls everywhere. | Chris Lattner | 2005-05-13 | 1 | -8/+14 |
| * | 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 |