aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-07-15Remove what little AIX support we have. It has never been tested and isn'tChris Lattner
2006-07-14The generated index array should be const.Chris 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-14Emit the string information for the asm writer as a single large stringChris Lattner
2006-07-14Add two helpers for escaping and unescaping strings.Chris Lattner
2006-07-14Add two helper functionsChris 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 another helper method.Chris Lattner
2006-07-14Fixed an issue where the user specified gcc was not the gcc we report to the ...Patrick Jenkins
2006-07-14Add a new method for bugpoint to useChris Lattner
2006-07-14Add a new method for bugpoint to use.Chris 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-13Bring the Xcode project up to date.Jim Laskey
2006-07-13Clean up.Jim Laskey
2006-07-13Another fix in the rotate encodings, needed when the first two operands are notChris Lattner
2006-07-131. Simplfy bit operations.Jim Laskey
2006-07-13Revert this patch temporarily until PR831 is fixed.Chris Lattner
2006-07-13Syntax error. I will run perl -c before commiting perl scripts.Patrick Jenkins
2006-07-13Fixed some small bugs exposed when trying to get a sparc machine to run the s...Patrick Jenkins
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-12Move base value of instruction to lookup table to prepare for case reduction.Jim Laskey
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-12testcase for PR827Chris Lattner
2006-07-12Add information preventing several register class constraints from working.Chris Lattner
2006-07-12Testcase for PR828.Chris Lattner
2006-07-12Fix test failure on non-Apple systems.Evan Cheng
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-11Revamp this doc to be accurate w.r.t. building llvmgcc4Chris Lattner
2006-07-11Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.llChris Lattner
2006-07-11Testcase for PR826Chris Lattner
2006-07-11Emit inc / dec of registers as one byte instruction.Evan Cheng
2006-07-11Profile builds should always have debug info enabled.Chris Lattner
2006-07-11Silence a warning produced in assertions-disabled modeChris Lattner
2006-07-11Fix typo.Devang Patel
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