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