Age | Commit message (Expand) | Author |
2010-09-15 | Merge AutoUpgrade of EH magic variable. | Bill Wendling |
2010-09-15 | Approved by Chris: | Bill Wendling |
2010-09-14 | Approved by Chris | Bill Wendling |
2010-09-14 | Approved by Chris: | Bill Wendling |
2010-09-14 | Approved by Chris: | Bill Wendling |
2010-09-10 | Approved by Evan. | Bill Wendling |
2010-09-09 | Approved by Duncan: | Bill Wendling |
2010-09-07 | Approved by Chris: | Bill Wendling |
2010-09-06 | Approved by Chris: | Bill Wendling |
2010-09-05 | Approved by Chris: | Bill Wendling |
2010-09-04 | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner |
2010-09-03 | Propagate non-local comparisons. Fixes PR1757. | Owen Anderson |
2010-09-03 | Remove the rest of the nonexistent 64-bit AVX instructions. | Dale Johannesen |
2010-09-03 | Generalize getFieldType to work on all TypedInits. Add a couple of testcases... | David Greene |
2010-09-03 | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson |
2010-09-03 | Re-apply r112883: | Jim Grosbach |
2010-09-03 | Add a test for PR4413, which was apparently fixed at some point in the past. | Owen Anderson |
2010-09-03 | Add PR number to test. | Owen Anderson |
2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
2010-09-03 | test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host. | NAKAMURA Takumi |
2010-09-03 | AVX doesn't support mm operations neither its instrinsics. | Bruno Cardoso Lopes |
2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
2010-09-02 | update one more test | Chris Lattner |
2010-09-02 | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner |
2010-09-02 | Properly emit __chkstk call instead of __alloca on non-mingw windows targets. | Anton Korobeynikov |
2010-09-02 | more test cleanup | Chris Lattner |
2010-09-02 | remove some noise from tests. | Chris Lattner |
2010-09-02 | we are past the point where these tests are useful. | Chris Lattner |
2010-09-02 | For ARM stack frames that utilize variable sized objects and have either | Jim Grosbach |
2010-09-02 | fix more AST updating bugs, correcting miscompilation in PR8041 | Chris Lattner |
2010-09-02 | Don't narrow the load and store in a load+twiddle+store sequence unless | Dan Gohman |
2010-09-02 | Fix an unnecessary XFAIL | Sandeep Patel |
2010-09-02 | Fix typo. I accidentally edited the wrong file before my last commit. | Owen Anderson |
2010-09-02 | Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. | Benjamin Kramer |
2010-09-02 | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson |
2010-09-02 | Now that register allocation properly considers reserved regs, simplify the | Jim Grosbach |
2010-09-02 | Convert VLD1 and VLD2 instructions to use pseudo-instructions until | Bob Wilson |
2010-09-02 | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands |
2010-09-02 | test/loop-strength-reduce4: Add explicit triplet for Win32 host. | NAKAMURA Takumi |
2010-09-02 | test/twoaddr-coalesce: Do not use @main. | NAKAMURA Takumi |
2010-09-01 | Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply, | Bob Wilson |
2010-09-01 | deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. | Chris Lattner |
2010-09-01 | Using target specific nodes for shuffle nodes makes the mask | Bruno Cardoso Lopes |
2010-09-01 | Teach RemoveCopyByCommutingDef to check all aliases, not just subregisters. | Jakob Stoklund Olesen |
2010-09-01 | Apparently only Darwin passes long double misaligned. Compensate. | Dale Johannesen |
2010-09-01 | Fix loop unswitching's assumption that a code path which either | Dan Gohman |
2010-09-01 | The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi! | Bill Wendling |
2010-09-01 | temporarily revert r112664, it is causing a decoding conflict, and | Chris Lattner |
2010-09-01 | COFF: Update tests to reflect changes in last commit. | Michael J. Spencer |
2010-09-01 | Attempt to fix buildbot. | Dale Johannesen |