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