aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-02Avoid writing to an arbitrary filename during the test run by writing toChandler Carruth
2011-07-02FileCheck-ize another X86 test, making it more precisely verify theChandler Carruth
2011-07-02Quote two greps which contain parentheses.Chandler Carruth
2011-07-02FileCheck-ize and simplify RUN lines.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize and tighten up assertions to only check the relevant sections.Chandler Carruth
2011-07-02FileCheck-ize and cleanup IR.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02Remove a grep that is already checked with FileCheck.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize and modernize IR.Chandler Carruth
2011-07-02FileCheck-ize and simplify RUNs.Chandler Carruth
2011-07-02FileCheck-ize and modernize the RUN line.Chandler Carruth
2011-07-02FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-ize, tightening checks and avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize a test, avoiding a temporary file.Chandler Carruth
2011-07-02FileCheck-ize and simplify this test.Chandler Carruth
2011-07-02FileCheck-izeChandler Carruth
2011-07-02FileCheck-ize another codegen test.Chandler Carruth
2011-07-02Partially FileCheck-ize a test to remove a weird quoting situation.Chandler Carruth
2011-07-02FileCheck-ize another test, and upgrade its syntax a bit.Chandler Carruth
2011-07-02FileCheck-ize another codegen test, tightening it up.Chandler Carruth
2011-07-02FileCheck-ize another test, making it much more precise for testing theChandler Carruth
2011-07-02FileCheck-ize another test. This one is more clear and runs fewerChandler Carruth
2011-07-02FileCheck-ize a test, no functionality changed.Chandler Carruth
2011-07-02Use subprocess.Popen instead of popen2 to stop a deprecation warning when run...Jordy Rose
2011-07-02Remove unused array.Duncan Sands
2011-07-02Revert previous commit. It seems that whether casting to voidDuncan Sands
2011-07-02Supress gcc-4.5 warning about the result not being used.Duncan Sands
2011-07-02Remove unused constant.Duncan Sands
2011-07-02Use getVNInfoAt.Rafael Espindola
2011-07-02Consistent diagnostic capitalization and redundant context elimination.Jakob Stoklund Olesen
2011-07-02Better diagnostics when inline asm fails to allocate.Jakob Stoklund Olesen
2011-07-02Check the VN of the src register at the two copies, not just theRafael Espindola
2011-07-02Be less specific about register allocation ordering.Eric Christopher
2011-07-02Include a source location when complaining about bad inline assembly.Jakob Stoklund Olesen
2011-07-02indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.Andrew Trick
2011-07-02Use a new strategy for preventing eviction loops in RAGreedy.Jakob Stoklund Olesen
2011-07-02Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng
2011-07-02Remove the confusing getDarwinNumber() api and friends.Eric Christopher
2011-07-01Take a stab at fixing the llvm-x86_64-linux-checks failure.Cameron Zwarich
2011-07-01TargetConstant immediates won't be placed into registers so tightenEric Christopher
2011-07-01Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-07-01Add MCSubtargetInfo target registry stuff.Evan Cheng
2011-07-01Teach IVUsers to stop at non-affine expressions unless they are bothDan Gohman
2011-07-01Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...Owen Anderson
2011-07-01Calling-convention specifications for illegal types are no-ops. Simplify bas...Eli Friedman