Age | Commit message (Expand) | Author |
2008-09-10 | Fix PR2664 - spiller GetRegForReload wasn't respecting sub-register indices o... | Evan Cheng |
2008-09-10 | Fix a fastcc + sret bug. If fastcc and sret, callee doesn't need to pop the h... | Evan Cheng |
2008-09-10 | Handle new intrinsics with vector arguments. | Dale Johannesen |
2008-09-10 | Add a break statement that I accidentally deleted when | Dan Gohman |
2008-09-10 | fix white spaces. | Devang Patel |
2008-09-10 | Fix name. | Duncan Sands |
2008-09-10 | Add trampoline support for the new FastCC calling | Duncan Sands |
2008-09-10 | Turn off the new FastCC for the moment. It causes | Duncan Sands |
2008-09-10 | Remove unnecessary bit-wise AND from the limited precision work. | Bill Wendling |
2008-09-10 | Fix 80 col violation. | Daniel Dunbar |
2008-09-10 | Fix a warning about comparing signed and unsigned values. | Dan Gohman |
2008-09-10 | Fix typo. | Evan Cheng |
2008-09-10 | Check that both operands are f32 before attempting to lower. | Bill Wendling |
2008-09-10 | Implement "visitPow". This is mainly used to see if we have a pow() call of this | Bill Wendling |
2008-09-09 | A few more places where FPOW is being ignored. | Evan Cheng |
2008-09-09 | Change -fast-isel-no-abort to -fast-isel-abort, which now defaults | Dan Gohman |
2008-09-09 | Legalizer was missing code that expand fpow to a libcall. | Evan Cheng |
2008-09-09 | Adding 6-, 12-, and 18-bit limited-precision floating-point support for exp2 | Bill Wendling |
2008-09-09 | Move the uglier parts of deciding not to emit a | Dale Johannesen |
2008-09-09 | Add support for 6-, 12-, and 18-bit limited precision calculations of exp for | Bill Wendling |
2008-09-09 | Add a new option, -fast-isel-verbose, that can be used with | Dan Gohman |
2008-09-09 | Clear preference when it no longer makes sense. | Evan Cheng |
2008-09-09 | if loop induction variable is always sign or zero extended then | Devang Patel |
2008-09-09 | Add assertion check. | Devang Patel |
2008-09-09 | fix overflow check. | Devang Patel |
2008-09-09 | Clean this up, based on Evan's suggestions. | Owen Anderson |
2008-09-09 | - Add support for 6-, 12-, and 18-bit limited precision floating-point "log" | Bill Wendling |
2008-09-09 | Fix PR2757. Ignore liveinterval register allocation preference if the prefere... | Evan Cheng |
2008-09-09 | Make safer variant of alias resolution routine to be default | Anton Korobeynikov |
2008-09-09 | Simplify this some more. No functionality change. | Duncan Sands |
2008-09-09 | Resolve aliases, when possible | Anton Korobeynikov |
2008-09-09 | Add limited precision floating-point conversions of log10 for 6- and 18-bit | Bill Wendling |
2008-09-09 | Mark IMPLICIT_DEF as being rematerializable and cheap-as-a-move. | Dan Gohman |
2008-09-09 | Fix typo | Anton Korobeynikov |
2008-09-09 | Fix incorrect linker behaviour: we shouldn't resolve weak aliases. | Anton Korobeynikov |
2008-09-09 | Replace explicit pointer-size constants to TargetData query. | Anton Korobeynikov |
2008-09-09 | Make SimplifyDemandedVectorElts simplify vectors with multiple | Dan Gohman |
2008-09-09 | Simplify. | Devang Patel |
2008-09-09 | Optimization suggested by Matthijs Kooijman. | Duncan Sands |
2008-09-09 | Correct callgraph construction. It has two problems: | Duncan Sands |
2008-09-09 | Check for type legality before materializing integer constants in fast isel. ... | Owen Anderson |
2008-09-09 | Remove the code that protected FastISel from aborting in | Dan Gohman |
2008-09-09 | Temporarily disable vector select in the bitcode reader. The | Dan Gohman |
2008-09-09 | Fix a constant lowering bug. Now we can do load and store instructions with f... | Evan Cheng |
2008-09-09 | Fix logic for not emitting no-dead-strip for some | Dale Johannesen |
2008-09-09 | Update generated files. | Dan Gohman |
2008-09-09 | Fix simplifycfg crash in handing block merge. | Devang Patel |
2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
2008-09-09 | Add support for floating-point calculations of log2 with limited precisions of 6 | Bill Wendling |
2008-09-08 | s/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g | Devang Patel |