| Age | Commit message (Expand) | Author |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-19 | For: memory operations -> stores | Reid Spencer |
| 2005-07-16 | Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that | Nate Begeman |
| 2005-07-16 | Remove all knowledge of UINT_TO_FP from the X86 backend, relying on the | Chris Lattner |
| 2005-07-15 | Get closer to fully working scalar FP in SSE regs. This gets singlesource | Nate Begeman |
| 2005-07-12 | Implement Subtarget support | Nate Begeman |
| 2005-07-10 | Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode. | Chris Lattner |
| 2005-07-10 | Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode | Chris Lattner |
| 2005-07-07 | Restore some code that was accidentally removed by Nate's patch yesterday. | Chris Lattner |
| 2005-07-07 | Fix a typo in my checkin today that caused regressions. Oops! | Nate Begeman |
| 2005-07-06 | First round of support for doing scalar FP using the SSE2 ISA extension and | Nate Begeman |
| 2005-07-05 | Make several cleanups to Andrews varargs change: | Chris Lattner |
| 2005-07-05 | Fit to 80 columns | Chris Lattner |
| 2005-06-22 | If we support structs as va_list, we must pass pointers to them to va_copy | Andrew Lenharth |
| 2005-06-18 | core changes for varargs | Andrew Lenharth |
| 2005-06-17 | silence a bogus warning | Chris Lattner |
| 2005-05-19 | Tailcalls require stubs to be emitted. Otherwise, the compilation callback | Chris Lattner |
| 2005-05-15 | don't reserve space for tailcall arg areas. It explicitly managed. | Chris Lattner |
| 2005-05-15 | Implement proper tail calls in the X86 backend for all fastcc->fastcc | Chris Lattner |
| 2005-05-14 | Pass i64 values correctly split in reg/mem to fastcc calls. | Chris Lattner |
| 2005-05-14 | Use target-specific nodes for calls. This allows the fastcc code to not have | Chris Lattner |
| 2005-05-14 | use a target-specific node and custom expander to lower long->FP to FILD64m. | Chris Lattner |
| 2005-05-13 | Make sure the start of the arg area and the end (after the RA is pushed) | Chris Lattner |
| 2005-05-13 | fix typo | Chris Lattner |
| 2005-05-13 | Fix the problems with callee popped argument lists | Chris Lattner |
| 2005-05-13 | Don't emit SAR X, 0 in the case of sdiv Y, 2 | Chris Lattner |
| 2005-05-13 | Fix UnitTests/2005-05-13-SDivTwo.c | Chris Lattner |
| 2005-05-13 | switch to having the callee pop stack operands for fastcc. This is currently... | Chris Lattner |
| 2005-05-13 | Build TAILCALL nodes in LowerCallTo, treat them like normal calls everywhere. | Chris Lattner |
| 2005-05-13 | Add an isTailCall flag to LowerCallTo | Chris Lattner |
| 2005-05-13 | Do not CopyFromReg physregs for live-in values. Instead, create a vreg for | Chris Lattner |
| 2005-05-12 | rename the ADJCALLSTACKDOWN/ADJCALLSTACKUP nodes to be CALLSEQ_START/BEGIN. | Chris Lattner |
| 2005-05-12 | Add a new -enable-x86-fastcc option that enables passing the first | Chris Lattner |
| 2005-05-12 | Pass in Calling Convention to use into LowerCallTo | Chris Lattner |
| 2005-05-11 | X86 has more than just 32-bit registers | Chris Lattner |
| 2005-05-10 | Convert feature of the simple isel over for the pattern isel to use. | Chris Lattner |
| 2005-05-10 | Silence some VC++ warnings | Jeff Cohen |
| 2005-05-09 | Implement READPORT/WRITEPORT, implementing the last X86 regression tests | Chris Lattner |
| 2005-05-09 | legalize readio/writeio into load/stores, fixing CodeGen/X86/io.llx with | Chris Lattner |
| 2005-05-09 | restore some non-dead code I removed last night breaking double casts to | Chris Lattner |
| 2005-05-09 | Wrap long lines, remove dead code that is now handled by legalize | Chris Lattner |
| 2005-05-09 | Fix FP -> bool casts | Chris Lattner |
| 2005-05-09 | Fix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack. | Chris Lattner |
| 2005-05-04 | fix typo | Andrew Lenharth |
| 2005-05-03 | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth |
| 2005-04-30 | Add support for FSIN/FCOS when unsafe math ops are enabled. Patch contributed by | Chris Lattner |
| 2005-04-28 | Add support for FSQRT node, patch contributed by Morten Ofstad | Chris Lattner |
| 2005-04-27 | Implement Value* tracking for loads and stores in the selection DAG. This en... | Andrew Lenharth |
| 2005-04-21 | * Remove trailing whitespace | Misha Brukman |
| 2005-04-21 | Handle (store &GV -> mem) as a store immediate. This often occurs for | Chris Lattner |