aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Stop custom lowering forr x86 DEC64m from happening if the load in the lowere...Pete Cooper2012-02-151-0/+14
* Tighten physical register invariants: Allocatable physical registers canLang Hames2012-02-141-1/+1
* Fix PR12000. Some vector operations may use scalar operands with typesNadav Rotem2012-02-141-0/+13
* Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...Nadav Rotem2012-02-131-0/+16
* Revert accidental commit of a pruned testcase from r150360.Craig Topper2012-02-131-0/+58
* Update CanXFormVExtractWithShuffleIntoLoad to ensure bitcasts of loads only h...Craig Topper2012-02-131-58/+0
* Fixed bug when custom lowering DEC64m on x86.Pete Cooper2012-02-131-0/+24
* This patch addresses the problem of poor code generation for the zextNadav Rotem2012-02-122-1/+14
* Add support for implicit TLS model used with MS VC runtime.Anton Korobeynikov2012-02-1110-52/+134
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-106-6/+6
* test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2012-02-091-2/+2
* Commit Andy Zhang's test for the lea patch.Evan Cheng2012-02-081-0/+48
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-081-0/+68
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-081-0/+38
* Add comment to test case.Chad Rosier2012-02-081-0/+2
* [fast-isel] Add support for ORs with non-legal types.Chad Rosier2012-02-081-0/+36
* [fast-isel] Add support for indirect branches.Chad Rosier2012-02-071-0/+17
* Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper2012-02-073-9/+27
* [fast-isel] Add support for ADDs with non-legal types.Chad Rosier2012-02-061-0/+40
* Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands2012-02-051-0/+6
* Testing vector code without sse doesn't make much sense.Benjamin Kramer2012-02-051-1/+1
* Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner2012-02-051-0/+13
* Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper2012-02-051-90/+0
* [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.Chad Rosier2012-02-041-0/+44
* [fast-isel] Add support for FPToUI. Also add test cases for FPToSI.Chad Rosier2012-02-031-0/+52
* [fast-isel] Add support for selecting UIToFP.Chad Rosier2012-02-031-0/+94
* The type-legalizer often scalarizes code. One of the common patterns is extra...Nadav Rotem2012-02-032-1/+9
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-031-1/+21
* Unix line endingsMatt Beaumont-Gay2012-02-022-33/+33
* Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi2012-02-021-0/+0
* Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky2012-02-021-0/+17
* Set EFLAGS correctly in EmitLoweredSelect on X86.Lang Hames2012-02-021-29/+4
* PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames2012-02-021-0/+26
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-0138-77/+105
* Avoid creating an extract element to an illegal type after LegalizeTypes has ...Mon P Wang2012-02-011-0/+20
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-012-3/+3
* test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...NAKAMURA Takumi2012-02-011-4/+4
* Passing AVX 256-bit structures in Win64 was wrong.Elena Demikhovsky2012-02-012-1/+18
* Optimization for "truncate" operation on AVX.Elena Demikhovsky2012-02-011-0/+15
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-313-130/+2
* Remove all references to the old EH.Bill Wendling2012-01-315-16/+0
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-301-4/+1
* Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper2012-01-301-0/+13
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-271-3/+2
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-271-2/+3
* Unix line endingsMatt Beaumont-Gay2012-01-271-19/+19
* Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.Lang Hames2012-01-271-0/+21
* Handle call-clobbered ymm registers on Win64.Jakob Stoklund Olesen2012-01-261-0/+48
* Replace the use of isPredicable() with isPredicated() inChad Rosier2012-01-261-0/+44
* Clear kill flags before propagating a copy.Jakob Stoklund Olesen2012-01-261-0/+121