summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-034-23/+41
* Reapply last harmless part of r112934, the pattern fragment to match X86UnpcklpdBruno Cardoso Lopes2010-09-031-0/+7
* Reintroduce a simple function refactoring done in r112934, also without any f...Bruno Cardoso Lopes2010-09-031-10/+12
* Reapply piecies of r112942 and r112934 which don't doBruno Cardoso Lopes2010-09-031-0/+36
* Reapply Fix commentBruno Cardoso Lopes2010-09-031-3/+3
* Revert r112934, "- Use specific nodes to match unpckl masks.", which introducedDaniel Dunbar2010-09-032-133/+16
* Revert r112938 "Fix comment", which depends on r112934, which introduced someDaniel Dunbar2010-09-031-3/+3
* Revert r112942, "Use punpckh and unpckh family of nodes instead of using unpckhDaniel Dunbar2010-09-031-23/+3
* Add a missing check when legalizing a vector extending load. This doesn'tBob Wilson2010-09-031-3/+5
* Get rid of "passing signed into unsigned parameter" warning on PPC.Bill Wendling2010-09-031-1/+1
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-033-8/+63
* Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling2010-09-031-2/+2
* Re-apply r112883:Jim Grosbach2010-09-035-36/+98
* VirtRegRewriter checks for early clobbers before it reuses an available stackJakob Stoklund Olesen2010-09-031-5/+7
* Add a test for PR4413, which was apparently fixed at some point in the past.Owen Anderson2010-09-031-0/+21
* Check the local frame alignment for determining whether dynamic stackJim Grosbach2010-09-031-1/+1
* Add 'const' to getter function.Jim Grosbach2010-09-031-1/+1
* Finish converting the rest of the NEON VLD instructions to use pseudo-Bob Wilson2010-09-034-154/+149
* Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman2010-09-031-4/+0
* Fix Windows stuff to follow the existing source organization.Dan Gohman2010-09-031-15/+17
* Add PR number to test.Owen Anderson2010-09-031-0/+1
* Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'.Mikhail Glushenkov2010-09-032-4/+4
* Revert "Rules for win32 ld shouldn't fire when cross-compiling."Mikhail Glushenkov2010-09-031-7/+0
* Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar2010-09-035-98/+36
* Zap dead code.Benjamin Kramer2010-09-032-13/+0
* Rules for win32 ld shouldn't fire when cross-compiling.Mikhail Glushenkov2010-09-031-0/+7
* Reapply commit 112702 which was speculatively reverted by echristo.Duncan Sands2010-09-031-82/+80
* Re-enable CorrelatedValuePropagation. I've tested nightly tests, llvm-gcc Owen Anderson2010-09-031-0/+2
* test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host.NAKAMURA Takumi2010-09-033-5/+5
* Fix cmake build without native target selected.Oscar Fuentes2010-09-031-3/+3
* AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes2010-09-032-56/+32
* Use punpckh and unpckh family of nodes instead of using unpckh mask pattern f...Bruno Cardoso Lopes2010-09-031-3/+23
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-038-153/+289
* Fix commentBruno Cardoso Lopes2010-09-031-3/+3
* - Use specific nodes to match unpckl masks.Bruno Cardoso Lopes2010-09-032-16/+133
* Stop emitting predicate functions. They are no longer used.Jakob Stoklund Olesen2010-09-032-50/+0
* Simple branch instruction support.Eric Christopher2010-09-031-0/+23
* Don't call Predicate_* from X86 target.Jakob Stoklund Olesen2010-09-033-16/+21
* Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen2010-09-033-18/+17
* Remove Predicate_* calls from MipsJakob Stoklund Olesen2010-09-031-2/+3
* Add basic support for materializing constants (including fp) andEric Christopher2010-09-021-3/+40
* update one more testChris Lattner2010-09-021-2/+2
* this is a release note worthy change.Chris Lattner2010-09-021-0/+2
* add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner2010-09-022-1/+51
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-023-5/+5
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-022-9/+17
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-023-8/+66
* stop forcing a noop AssemblyAnnotationWriter to silence #usesChris Lattner2010-09-021-5/+1
* There is no need to use .set here.Devang Patel2010-09-021-8/+1
* reapply 112894:Chris Lattner2010-09-021-12/+4