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