| Age | Commit message (Expand) | Author |
| 2005-08-17 | Implement a couple improvements: | Nate Begeman |
| 2005-08-16 | updates for changes in nodes | Chris Lattner |
| 2005-08-16 | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman |
| 2005-08-16 | Pull the LLVM -> DAG lowering code out of the pattern selector so that it | Chris Lattner |
| 2005-08-15 | Broke 80 column rule. | Jim Laskey |
| 2005-08-15 | Changed code gen for int to f32 to use rounding. This makes FP results | Jim Laskey |
| 2005-08-14 | Fix last night's PPC32 regressions by | Nate Begeman |
| 2005-08-14 | Make FP_TO_UINT Illegal. This allows us to generate significantly better | Nate Begeman |
| 2005-08-12 | Fix for 2005-08-12-rlwimi-crash.ll. Make allowance for masks being shifted to | Jim Laskey |
| 2005-08-12 | 1. This changes handles the cases of (~x)&y and x&(~y) yielding ANDC, and | Jim Laskey |
| 2005-08-11 | 1. Added the function isOpcWithIntImmediate to simplify testing of operand with | Jim Laskey |
| 2005-08-11 | Tidied up the use of dyn_cast<ConstantSDNode> by using isIntImmediate more. | Chris Lattner |
| 2005-08-11 | Use a more efficient method of creating integer and float virtual registers | Chris Lattner |
| 2005-08-10 | Make SELECT illegal on PPC32, switch to using SELECT_CC, which more closely | Nate Begeman |
| 2005-08-10 | Changes for PPC32ISelPattern.cpp | Chris Lattner |
| 2005-08-10 | Changed the XOR case to use the isOprNot predicate. | Chris Lattner |
| 2005-08-10 | 1. Refactored handling of integer immediate values for add, or, xor and sub. | Chris Lattner |
| 2005-08-10 | Fix a bug compiling: select (i32 < i32), f32, f32 | Chris Lattner |
| 2005-08-09 | Update the targets to the new SETCC/CondCodeSDNode interfaces. | Chris Lattner |
| 2005-08-09 | Minor cleanup patch, no functionality changes. Written by Jim Laskey. | Chris Lattner |
| 2005-08-09 | Fix CodeGen/Generic/div-neg-power-2.ll, a regression from last night. | Chris Lattner |
| 2005-08-08 | Factor out some common code, and be smarter about when to emit load hi/lo | Nate Begeman |
| 2005-08-08 | Remove getImmediateForOpcode, which is now dead. | Chris Lattner |
| 2005-08-08 | Add new immediate handling support for mul/div. | Chris Lattner |
| 2005-08-08 | Add support for OR/XOR/SUB immediates that are handled with the new immediate | Chris Lattner |
| 2005-08-08 | Modify the ISD::AND opcode case to use new immediate constant predicates. | Chris Lattner |
| 2005-08-08 | Modify the ISD::ADD opcode case to use new immediate constant predicates. | Chris Lattner |
| 2005-08-08 | Modify existing support functions to use new immediate constant predicates. | Chris Lattner |
| 2005-08-08 | Add support predicates for future immediate constant changes. | Chris Lattner |
| 2005-08-08 | Move IsRunOfOnes to a more logical place and rename to a proper predicate form | Chris Lattner |
| 2005-08-05 | Consolidate the GPOpt stuff to all use the Subtarget, instead of still | Chris Lattner |
| 2005-08-03 | Fix grammar: apostrophe-s ('s) is possessive, not plural; also iff vs. if. | Misha Brukman |
| 2005-08-03 | minor capitalization thing, patch by Jim Laskey | Chris Lattner |
| 2005-08-02 | This hunk accidentally got dropped. Patch by Jim Laskey | Chris Lattner |
| 2005-08-02 | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner |
| 2005-08-02 | add a pass name to make debugging dumps nicer | Chris Lattner |
| 2005-07-28 | Eliminate an extra copy from R1 that Nate noticed on function calls that | Chris Lattner |
| 2005-07-28 | Specify the correct number of operands | Chris Lattner |
| 2005-07-28 | Fold constant adds into loads and stores to frame indices. | Nate Begeman |
| 2005-07-27 | Fix some comments | Nate Begeman |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-25 | Fix an optimization put in for accessing static globals. This obviates | Nate Begeman |
| 2005-07-22 | PowerPC no-pic code is not quite ready for prime-time | Chris Lattner |
| 2005-07-21 | Support building non-PIC | Nate Begeman |
| 2005-07-20 | Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. | Nate Begeman |
| 2005-07-19 | Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being | 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-05 | Make several cleanups to Andrews varargs change: | Chris Lattner |
| 2005-07-05 | Fix PowerPC varargs | Chris Lattner |