| Age | Commit message (Expand) | Author |
| 2009-03-13 | Improve FastISel's handling of truncates to i1, and implement | Dan Gohman |
| 2009-03-13 | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman |
| 2009-03-13 | generalize this code so that fast isel handles integer truncates to i1, which | Chris Lattner |
| 2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
| 2009-03-08 | do not export all the X86FastISel symbols, ever. | Chris Lattner |
| 2009-02-23 | Fast-isel can't do TLS yet, so it should fall back to SDISel | Dan Gohman |
| 2009-02-13 | Remove non-DebugLoc versions of BuildMI from X86. | Dale Johannesen |
| 2009-01-22 | Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe... | Evan Cheng |
| 2009-01-20 | Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi... | Evan Cheng |
| 2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
| 2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
| 2009-01-07 | X86_COND_C and X86_COND_NC are alternate mnemonics for | Dan Gohman |
| 2008-12-23 | Silence unused variable warnings. | Devang Patel |
| 2008-12-20 | Fix fast-isel to not emit invalid assembly when presented with a | Dan Gohman |
| 2008-12-19 | Fix some release-assert warnings | Chris Lattner |
| 2008-12-10 | Only perform SETO/SETC to JO/JC conversion if extractvalue is coming from an ... | Bill Wendling |
| 2008-12-09 | Implement fast-isel conversion of a branch instruction that's branching on an | Bill Wendling |
| 2008-12-09 | Correct my English. | Bill Wendling |
| 2008-12-09 | Add initial support for fast-isel of the [SU]ADDO intrinsics. It isn't | Bill Wendling |
| 2008-12-08 | Fix a couple of mistaken switch case fall-throughs. Thanks to Bill | Dan Gohman |
| 2008-12-08 | Factor out the code for sign-extending/truncating gep indices | Dan Gohman |
| 2008-10-21 | Implement the optimized FCMP_OEQ/FCMP_UNE code for x86 fast-isel. | Dan Gohman |
| 2008-10-15 | add support for folding immediates into stores when they | Chris Lattner |
| 2008-10-15 | fold immediates into stores in simple cases, this produces diffs like | Chris Lattner |
| 2008-10-15 | fold compare of null pointer into compare with 0. | Chris Lattner |
| 2008-10-15 | Some minor cleanups: | Chris Lattner |
| 2008-10-15 | Use switch on VT instead of Type* comparisons. | Chris Lattner |
| 2008-10-15 | Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't | Chris Lattner |
| 2008-10-15 | refactor compare emission out into a new X86FastEmitCompare method, | Chris Lattner |
| 2008-10-15 | Fold immediates into compares when possible, producing "cmp $4, %eax" instead of | Chris Lattner |
| 2008-10-15 | more minor refactoring of X86SelectBranch, no functionality change. | Chris Lattner |
| 2008-10-15 | factor buildmi calls in X86SelectBranch | Chris Lattner |
| 2008-10-15 | factor some more BuildMI's in X86SelectCmp | Chris Lattner |
| 2008-10-15 | factor some BuildMI calls, no functionality change. | Chris Lattner |
| 2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |
| 2008-10-07 | Add MBB successors and physreg Uses in the same order that | Dan Gohman |
| 2008-10-07 | Instead of emitting an implicit use for the super-register of | Dan Gohman |
| 2008-10-03 | Fix X86FastISel to handle dynamic allocas that have avoided | Dan Gohman |
| 2008-10-02 | Optimize conditional branches in X86FastISel. This replaces | Dan Gohman |
| 2008-10-02 | Work around an interaction between fast-isel and regalloc=local. The | Dan Gohman |
| 2008-10-01 | Split x86's ADJCALLSTACK instructions into 32-bit and 64-bit forms. | Dan Gohman |
| 2008-09-30 | Fix X86FastISel's output for x86-32 PIC constant pool addresses. | Dan Gohman |
| 2008-09-30 | Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp | Dan Gohman |
| 2008-09-30 | Disable all x87 usage, including f32 and f64 when the subtarget | Dan Gohman |
| 2008-09-29 | Fix an over-pessimization about GlobalVariable addresses in X86FastISel. | Dan Gohman |
| 2008-09-26 | Fix X86FastISel's address folding to check displacement | Dan Gohman |
| 2008-09-26 | Factor out the code for determining when symblic addresses | Dan Gohman |
| 2008-09-26 | Disable support for x86_f80 in X86FastISel. Supporting it would | Dan Gohman |
| 2008-09-25 | Fix a bug in which address displacements were being added to the | Dan Gohman |
| 2008-09-25 | Large mechanical patch. | Devang Patel |