Age | Commit message (Expand) | Author |
2005-05-12 | Remove extraneous colons after program names for consistency | Misha Brukman |
2005-05-12 | Shameless update of copyright years. | John Criswell |
2005-05-12 | Fix this test on Solaris. | John Criswell |
2005-05-12 | LowerCallTo now takes the cc to use | Chris Lattner |
2005-05-12 | Pass calling convention to use into lower call to | Chris Lattner |
2005-05-12 | Pass in Calling Convention to use into LowerCallTo | Chris Lattner |
2005-05-12 | Enable pattern isel by default | Chris Lattner |
2005-05-12 | fix expansion of ct[lt]z nodes | Chris Lattner |
2005-05-12 | Expand 64-bit ctlz/cttz nodes for 32-bit targets | Chris Lattner |
2005-05-12 | Fix uint->fp casts on PPC, allowing UnitTests/2005-05-12-Int64ToFP to | Chris Lattner |
2005-05-12 | Correct a detail with the alloca instruction. | John Criswell |
2005-05-12 | Allow something to be legalized multiple times. This can be used to reduce | Chris Lattner |
2005-05-12 | Fixed some typos. | John Criswell |
2005-05-12 | Oops, don't do this after we figure out where to insert the call chains. | Chris Lattner |
2005-05-12 | Make sure to expand all nodes, avoiding unintentional node duplication. | Chris Lattner |
2005-05-12 | handle a common case generated by the uint64 -> FP code path better | Chris Lattner |
2005-05-12 | add fixme | Chris Lattner |
2005-05-12 | Fix a really horrible problem that causes the JIT to miscompile any program | Chris Lattner |
2005-05-12 | Fix a problem where early legalization can cause token chain problems. | Chris Lattner |
2005-05-12 | These targets don't like setcc | Chris Lattner |
2005-05-12 | Add a little hook | Chris Lattner |
2005-05-12 | Make legalize a bit more efficient, and canonicalize sub X, C -> add X, -C | Chris Lattner |
2005-05-11 | Add testcase for legalizing ISD::CTTZ efficiently. On PPC, ctlz(int) is | Nate Begeman |
2005-05-11 | Necessary changes to codegen cttz efficiently on PowerPC | Nate Begeman |
2005-05-11 | Regression test for PR#563. | John Criswell |
2005-05-11 | Fixed issue that broke ssa. | Tanya Lattner |
2005-05-11 | fix some GCC 4 warnings | Chris Lattner |
2005-05-11 | Added support for decomposing constant expressions containing shr and shl | John Criswell |
2005-05-11 | Fix lowering of ctlz, so now UnitTests/2005-05-11-Popcount-ffs-fls passes | Chris Lattner |
2005-05-11 | Fix lowering of cttz to work with signed values | Chris Lattner |
2005-05-11 | fix and concisify intinsic lowering for ctpop. Unfortunately, this code | Chris Lattner |
2005-05-11 | Fix the last remaining bug preventing us from switching the X86 BE over | Chris Lattner |
2005-05-11 | Do not memoize ADJCALLSTACKDOWN nodes, provide a method to hack on them. | Chris Lattner |
2005-05-11 | wrap long line | Chris Lattner |
2005-05-11 | new method | Chris Lattner |
2005-05-11 | Make sure to legalize generated ctpop nodes, convert tabs to spaces | Chris Lattner |
2005-05-11 | Legalize for CTLZ generates a ctpop, but this ctpop is not expanded. | Andrew Lenharth |
2005-05-11 | expand count-leading/trailing-zeros; the test 2005-05-11-Popcount-ffs-fls.c | Duraid Madina |
2005-05-11 | include the other bit count intrinsics | Chris Lattner |
2005-05-11 | Add some notes for expanding clz/ctz | Chris Lattner |
2005-05-11 | Simplify this code, use the proper shift amount | Chris Lattner |
2005-05-11 | add the popcount instruction and support this in the isel | Duraid Madina |
2005-05-11 | Legalize this correctly | Chris Lattner |
2005-05-11 | No really IA*64* :) | Chris Lattner |
2005-05-11 | X86 has more than just 32-bit registers | Chris Lattner |
2005-05-11 | implement expansion of ctpop nodes, implementing CodeGen/Generic/llvm-ct-intr... | Chris Lattner |
2005-05-11 | Print bit count nodes correctly | Chris Lattner |
2005-05-11 | new testcase | Chris Lattner |
2005-05-11 | update this to reflect the new selection daggy world | Chris Lattner |
2005-05-11 | don't duplicate information, particularly when it's out of date! | Chris Lattner |