| Age | Commit message (Expand) | Author |
| 2009-02-13 | Remove non-DebugLoc versions of BuildMI from X86. | Dale Johannesen |
| 2009-02-09 | Implement FpSET_ST1_*. | Evan Cheng |
| 2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman |
| 2008-09-22 | Instead of setPreservesAll, just mark them preseving machine loop info and ma... | Evan Cheng |
| 2008-09-22 | Mark several codegen passes as preserving all analysis. | Evan Cheng |
| 2008-09-13 | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman |
| 2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
| 2008-08-14 | Remove more uses of std::set. | Owen Anderson |
| 2008-07-21 | Eliminate a compilation warning. | Evan Cheng |
| 2008-07-07 | Pool-allocation for MachineInstrs, MachineBasicBlocks, and | Dan Gohman |
| 2008-03-21 | Restore this assert now that the livevar bug is fixed. | Chris Lattner |
| 2008-03-21 | remove Evan's "ugly hack" that sorta attempted to get | Chris Lattner |
| 2008-03-21 | Add support for calls that return two FP values in | Chris Lattner |
| 2008-03-21 | disable a bogus assertion. | Chris Lattner |
| 2008-03-21 | Enable support for returning two long-double values in ST(0)/ST(1). | Chris Lattner |
| 2008-03-11 | Implement basic support for the 'f' register class constraint. This basically | Chris Lattner |
| 2008-03-11 | Fix the build on gcc 4.2. | Nick Lewycky |
| 2008-03-11 | Change the model for FP Stack return to use fp operands on the | Chris Lattner |
| 2008-03-09 | rename FP_SETRESULT -> FP_SET_ST0 | Chris Lattner |
| 2008-03-09 | rename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for | Chris Lattner |
| 2008-03-05 | Refactor code. Remove duplicated functions that basically do the same thing as | Evan Cheng |
| 2008-01-29 | Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc... | Evan Cheng |
| 2008-01-14 | Improve the FP stackifier to decide all on its own whether | Chris Lattner |
| 2008-01-11 | rename MachineInstr::setInstrDescriptor -> setDesc | Chris Lattner |
| 2008-01-07 | rename TargetInstrDescriptor -> TargetInstrDesc. | Chris Lattner |
| 2008-01-07 | Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor | Chris Lattner |
| 2008-01-07 | Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects | Chris Lattner |
| 2007-12-31 | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner |
| 2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
| 2007-09-29 | Enabling new condition code modeling scheme. | Evan Cheng |
| 2007-09-25 | New style x87 cmp instructions. | Evan Cheng |
| 2007-09-25 | Added support for new condition code modeling scheme (i.e. physical register ... | Evan Cheng |
| 2007-09-20 | another long double buglet | Dale Johannesen |
| 2007-09-17 | Remove RSTRegClass case from loadRegFromStackSlot | Dale Johannesen |
| 2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman |
| 2007-09-11 | My compiler warns about the semicolon. | Duncan Sands |
| 2007-09-07 | Add lengthof and endof templates that hide a lot of sizeof computations. | Owen Anderson |
| 2007-08-07 | Long double patch 8 of N: make it partially work in | Dale Johannesen |
| 2007-08-07 | Long double patch 7 of N, unless I lost count:). | Dale Johannesen |
| 2007-08-06 | Get X86 long double calling convention to work | Dale Johannesen |
| 2007-08-06 | Make 80-bit store maintain simulated FP stack correctly. | Dale Johannesen |
| 2007-08-05 | Long double patch 4 of N: initial x87 implementation. | Dale Johannesen |
| 2007-07-10 | Fix fp_constant_op failure. | Dale Johannesen |
| 2007-07-04 | Refactor X87 instructions. As a side effect, all | Dale Johannesen |
| 2007-07-03 | Some spacing fixes. Cosmetic. | Dale Johannesen |
| 2007-07-03 | Fix for PR 1505 (and 1489). Rewrite X87 register | Dale Johannesen |
| 2007-05-03 | Drop 'const' | Devang Patel |
| 2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
| 2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
| 2007-04-25 | Match MachineFunction::UsedPhysRegs changes. | Evan Cheng |