Age | Commit message (Expand) | Author |
2010-09-03 | Generalize getFieldType to work on all TypedInits. Add a couple of testcases... | David Greene |
2010-09-03 | Reapply last harmless part of r112934, the pattern fragment to match X86Unpcklpd | Bruno Cardoso Lopes |
2010-09-03 | Reintroduce a simple function refactoring done in r112934, also without any f... | Bruno Cardoso Lopes |
2010-09-03 | Reapply piecies of r112942 and r112934 which don't do | Bruno Cardoso Lopes |
2010-09-03 | Reapply Fix comment | Bruno Cardoso Lopes |
2010-09-03 | Revert r112934, "- Use specific nodes to match unpckl masks.", which introduced | Daniel Dunbar |
2010-09-03 | Revert r112938 "Fix comment", which depends on r112934, which introduced some | Daniel Dunbar |
2010-09-03 | Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckh | Daniel Dunbar |
2010-09-03 | Add a missing check when legalizing a vector extending load. This doesn't | Bob Wilson |
2010-09-03 | Get rid of "passing signed into unsigned parameter" warning on PPC. | Bill Wendling |
2010-09-03 | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson |
2010-09-03 | Quiesce warning about non-virtual d'tor in virtual class. | Bill Wendling |
2010-09-03 | Re-apply r112883: | Jim Grosbach |
2010-09-03 | VirtRegRewriter checks for early clobbers before it reuses an available stack | Jakob Stoklund Olesen |
2010-09-03 | Add a test for PR4413, which was apparently fixed at some point in the past. | Owen Anderson |
2010-09-03 | Check the local frame alignment for determining whether dynamic stack | Jim Grosbach |
2010-09-03 | Add 'const' to getter function. | Jim Grosbach |
2010-09-03 | Finish converting the rest of the NEON VLD instructions to use pseudo- | Bob Wilson |
2010-09-03 | Remove a TODO comment; this is now filed in bugzilla (PR8005). | Dan Gohman |
2010-09-03 | Fix Windows stuff to follow the existing source organization. | Dan Gohman |
2010-09-03 | Add PR number to test. | Owen Anderson |
2010-09-03 | Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. | Mikhail Glushenkov |
2010-09-03 | Revert "Rules for win32 ld shouldn't fire when cross-compiling." | Mikhail Glushenkov |
2010-09-03 | Revert "For ARM stack frames that utilize variable sized objects and have eit... | Daniel Dunbar |
2010-09-03 | Zap dead code. | Benjamin Kramer |
2010-09-03 | Rules for win32 ld shouldn't fire when cross-compiling. | Mikhail Glushenkov |
2010-09-03 | Reapply commit 112702 which was speculatively reverted by echristo. | Duncan Sands |
2010-09-03 | Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc | Owen Anderson |
2010-09-03 | test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host. | NAKAMURA Takumi |
2010-09-03 | Fix cmake build without native target selected. | Oscar Fuentes |
2010-09-03 | AVX doesn't support mm operations neither its instrinsics. | Bruno Cardoso Lopes |
2010-09-03 | Use punpckh and unpckh family of nodes instead of using unpckh mask pattern f... | Bruno Cardoso Lopes |
2010-09-03 | Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the | Bob Wilson |
2010-09-03 | Fix comment | Bruno Cardoso Lopes |
2010-09-03 | - Use specific nodes to match unpckl masks. | Bruno Cardoso Lopes |
2010-09-03 | Stop emitting predicate functions. They are no longer used. | Jakob Stoklund Olesen |
2010-09-03 | Simple branch instruction support. | Eric Christopher |
2010-09-03 | Don't call Predicate_* from X86 target. | Jakob Stoklund Olesen |
2010-09-03 | Remove Predicate_* calls from MBlaze and XCore | Jakob Stoklund Olesen |
2010-09-03 | Remove Predicate_* calls from Mips | Jakob Stoklund Olesen |
2010-09-02 | Add basic support for materializing constants (including fp) and | Eric Christopher |
2010-09-02 | update one more test | Chris Lattner |
2010-09-02 | this is a release note worthy change. | Chris Lattner |
2010-09-02 | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner |
2010-09-02 | lets get crazy and name the header file the exact class name, | Chris Lattner |
2010-09-02 | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner |
2010-09-02 | Properly emit __chkstk call instead of __alloca on non-mingw windows targets. | Anton Korobeynikov |
2010-09-02 | stop forcing a noop AssemblyAnnotationWriter to silence #uses | Chris Lattner |
2010-09-02 | There is no need to use .set here. | Devang Patel |
2010-09-02 | reapply 112894: | Chris Lattner |