| Age | Commit message (Expand) | Author |
| 2006-02-14 | Keep to < 80 cols | Evan Cheng |
| 2006-02-14 | Missed a break so memcpy cases fell through to memset. Doh. | Evan Cheng |
| 2006-02-14 | Fixed a build breakage. | Evan Cheng |
| 2006-02-14 | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. | Evan Cheng |
| 2006-02-14 | Expand memset dst, c, size to a series of stores if size falls below the | Evan Cheng |
| 2006-02-14 | now that libcalls don't suck, we can remove this hack | Chris Lattner |
| 2006-02-14 | Fix a latent bug in the call sequence handling stuff. Some targets (e.g. x86) | Chris Lattner |
| 2006-02-13 | Rename to better reflect usage (current and planned.) | Jim Laskey |
| 2006-02-13 | Completely rewrite libcall insertion by the legalizer, providing the | Chris Lattner |
| 2006-02-11 | Reorg for integration with gcc4. Old style debug info will not be passed though | Jim Laskey |
| 2006-02-09 | Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc | Evan Cheng |
| 2006-02-09 | More changes to reduce frame size. | Evan Cheng |
| 2006-02-09 | Adjust to MachineConstantPool interface change: instead of keeping a | Chris Lattner |
| 2006-02-09 | rename fields of constant pool entries | Chris Lattner |
| 2006-02-09 | Simplify code, alignment must be specified now. | Chris Lattner |
| 2006-02-09 | Make MachineConstantPool entries alignments explicit | Chris Lattner |
| 2006-02-08 | Add support for assembler directives that wrap inline asm | Chris Lattner |
| 2006-02-08 | Compile this: | Chris Lattner |
| 2006-02-06 | Add support for modifier characters to operand printers | Chris Lattner |
| 2006-02-06 | Goodbye nasty macro. | Jim Laskey |
| 2006-02-06 | Edit requests from Sabre. | Jim Laskey |
| 2006-02-06 | Changing model for the construction of debug information. | Jim Laskey |
| 2006-02-05 | Back out previous commit, it isn't safe. | Nate Begeman |
| 2006-02-05 | fold c1 << (x + c2) into (c1 << c2) << x. fix a warning. | Nate Begeman |
| 2006-02-05 | Handle urem by shifted powers of 2. | Nate Begeman |
| 2006-02-05 | handle combining A / (B << N) into A >>u (log2(B)+N) when B is a power of 2 | Nate Begeman |
| 2006-02-05 | * Added SDNode::isOnlyUse(). | Evan Cheng |
| 2006-02-05 | make sure that global doubles are aligned to 8 bytes | Chris Lattner |
| 2006-02-05 | Implement the AsmPrinter::getPreferredAlignmentLog method. | Chris Lattner |
| 2006-02-04 | Fix VC++ warning. | Jeff Cohen |
| 2006-02-04 | Get rid of some memory leaks identified by Valgrind | Evan Cheng |
| 2006-02-04 | Fix VC++ warning. | Jeff Cohen |
| 2006-02-04 | Add initial support for immediates. This allows us to compile this: | Chris Lattner |
| 2006-02-04 | Initial early support for non-register operands, like immediates | Chris Lattner |
| 2006-02-04 | implementation of some methods for inlineasm | Chris Lattner |
| 2006-02-03 | Handle another case exposed on X86. | Chris Lattner |
| 2006-02-03 | Fix a nasty problem on two-address machines in the following situation: | Chris Lattner |
| 2006-02-03 | significantly simplify the VirtRegMap code by pulling the SpillSlotsAvailable | Chris Lattner |
| 2006-02-03 | Implement some feedback from sabre | Nate Begeman |
| 2006-02-03 | Add a framework for eliminating instructions that produces undemanded bits. | Nate Begeman |
| 2006-02-03 | remove some #ifdef'd out code, which should properly be in the dag combiner a... | Chris Lattner |
| 2006-02-03 | remove dead fn | Chris Lattner |
| 2006-02-03 | Add common code for reassociating ops in the dag combiner | Nate Begeman |
| 2006-02-03 | Fix VC++ compilation error caused by using a std::map iterator variable to re... | Jeff Cohen |
| 2006-02-03 | Remove move copies and dead stuff by not clobbering the result reg of a noop ... | Chris Lattner |
| 2006-02-03 | Simplify some code | Chris Lattner |
| 2006-02-03 | Add code that checks for noop copies, which triggers when either: | Chris Lattner |
| 2006-02-03 | Added case HANDLENODE to getOperationName(). | Evan Cheng |
| 2006-02-03 | Physregs may hold multiple stack slot values at the same time. Keep track | Chris Lattner |
| 2006-02-02 | Fix a deficiency in the spiller that Evan noticed. In particular, consider | Chris Lattner |