Age | Commit message (Expand) | Author |
2006-07-15 | Remove what little AIX support we have. It has never been tested and isn't | Chris Lattner |
2006-07-14 | Add an out-of-line virtual function to home class. | Chris Lattner |
2006-07-14 | Add an out-of-line virtual method for X86DwarfWriter to give it a home. | Chris Lattner |
2006-07-14 | Add two helpers for escaping and unescaping strings. | Chris Lattner |
2006-07-14 | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner |
2006-07-14 | Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's | Chris Lattner |
2006-07-14 | Add a new method for bugpoint to use | Chris Lattner |
2006-07-14 | Hopefully the final attempt at making IndVars preserve LCSSA. | Owen Anderson |
2006-07-14 | Add missing PPC64 extload/truncstores | Chris Lattner |
2006-07-14 | Add a note | Chris Lattner |
2006-07-13 | Another fix in the rotate encodings, needed when the first two operands are not | Chris Lattner |
2006-07-13 | Revert this patch temporarily until PR831 is fixed. | Chris Lattner |
2006-07-13 | Fixed a bug handling void function types. | Jim Laskey |
2006-07-12 | Print negative immediates as negative values instead of large constants | Chris Lattner |
2006-07-12 | Turn an if into an else if. | Chris Lattner |
2006-07-12 | Fix encoding of rotates, such as rldicl | Chris Lattner |
2006-07-12 | Handle instructions in the map, but that map to a null pointer. | Chris Lattner |
2006-07-12 | IndVars now (correctly) preserves LCSSA form. | Owen Anderson |
2006-07-12 | Implement PPC64 relocations types | Chris Lattner |
2006-07-12 | An overaggressive #ifdef allows a function to fall off the bottom of the | Chris Lattner |
2006-07-12 | In addition to deleting calls, the inliner can constant fold them as well. | Chris Lattner |
2006-07-12 | Change the callgraph representation to store the callsite along with the | Chris Lattner |
2006-07-12 | Add information preventing several register class constraints from working. | Chris Lattner |
2006-07-12 | Remove non-portable optimization that isn't worth it | Chris Lattner |
2006-07-11 | The PPC64 JIT needs register numbers to encode instructions. | Chris Lattner |
2006-07-11 | Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll | Chris Lattner |
2006-07-11 | Emit inc / dec of registers as one byte instruction. | Evan Cheng |
2006-07-11 | Silence a warning produced in assertions-disabled mode | Chris Lattner |
2006-07-11 | It was pointed out that DEBUG() is only available with -debug. | Jim Laskey |
2006-07-11 | Ensure that dump calls that are associated with asserts are removed from | Jim Laskey |
2006-07-11 | 1. Support for c++ mangled names. | Jim Laskey |
2006-07-11 | add the memri memory operand | Rafael Espindola |
2006-07-11 | Revert my indvars changes because they were breaking things. Unfortunately this | Owen Anderson |
2006-07-11 | Implement the inline asm 'A' constraint. This implements PR825 and | Chris Lattner |
2006-07-11 | Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818. | Chris Lattner |
2006-07-11 | In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. | Chris Lattner |
2006-07-10 | Add a comment, and fix a typo that broke the build. | Owen Anderson |
2006-07-10 | Don't indent the entire function. | Owen Anderson |
2006-07-10 | New entry. | Evan Cheng |
2006-07-10 | Fixed stack objects do not specify alignments, but their offsets are known. | Evan Cheng |
2006-07-10 | Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps | Chris Lattner |
2006-07-10 | Recognize 16-bit bswaps by relaxing overconstrained pattern. | Chris Lattner |
2006-07-10 | Mark internal function static | Chris Lattner |
2006-07-10 | Make instcombine not remove Phi nodes when LCSSA is live. | Owen Anderson |
2006-07-10 | create the raddr addressing mode that matches any register and the frame index | Rafael Espindola |
2006-07-09 | Fix typo in the comment. | Owen Anderson |
2006-07-09 | Add a fix for an issue where LCSSA would fail to insert undef's in some corner | Owen Anderson |
2006-07-07 | Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. | Evan Cheng |
2006-07-07 | Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll | Chris Lattner |
2006-07-07 | no need to do a stat then an lstat. lstat will tell us if normal files don't... | Chris Lattner |