aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-02-05Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner
2012-02-05Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper
2012-02-04Boost the effective chain depth of loads and stores.Hal Finkel
2012-02-04[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.Chad Rosier
2012-02-03[fast-isel] Add support for FPToUI. Also add test cases for FPToSI.Chad Rosier
2012-02-03[fast-isel] Add support for selecting UIToFP.Chad Rosier
2012-02-03The type-legalizer often scalarizes code. One of the common patterns is extra...Nadav Rotem
2012-02-03Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka
2012-02-03Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman
2012-02-03Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach
2012-02-02Unix line endingsMatt Beaumont-Gay
2012-02-02Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi
2012-02-02Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky
2012-02-02Set EFLAGS correctly in EmitLoweredSelect on X86.Lang Hames
2012-02-02PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2012-02-01Avoid creating an extract element to an illegal type after LegalizeTypes has ...Mon P Wang
2012-02-01VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick
2012-02-01test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...NAKAMURA Takumi
2012-02-01Passing AVX 256-bit structures in Win64 was wrong.Elena Demikhovsky
2012-02-01Optimization for "truncate" operation on AVX.Elena Demikhovsky
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-02-01Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach
2012-01-31Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby
2012-01-31Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper
2012-01-31Remove all references to the old EH.Bill Wendling
2012-01-31Update test to new EH model.Bill Wendling
2012-01-31Update test to new EH model.Bill Wendling
2012-01-30Chris's constant data sequence refactoring actually enabled printingChandler Carruth
2012-01-30Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel
2012-01-30Intel syntax. Support .intel_syntax directive.Devang Patel
2012-01-30Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper
2012-01-30CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi
2012-01-28Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy
2012-01-28Small improvement to the recursion detection logic from the previous commit.Rafael Espindola
2012-01-28Handle recursive variable definitions directly. This gives us better errorRafael Espindola
2012-01-27Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola
2012-01-27Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola
2012-01-27Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel
2012-01-27Unix line endingsMatt Beaumont-Gay
2012-01-27enhance constant folding to be able to constant fold bitcast of Chris Lattner
2012-01-27Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.Lang Hames
2012-01-26Handle call-clobbered ymm registers on Win64.Jakob Stoklund Olesen
2012-01-26Replace the use of isPredicable() with isPredicated() inChad Rosier
2012-01-26Clear kill flags before propagating a copy.Jakob Stoklund Olesen
2012-01-26Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy
2012-01-26Fix for the following bug in AVX codegen for double-to-int conversions:Victor Umansky
2012-01-25Improve sub-register def handling in ProcessImplicitDefs.Jakob Stoklund Olesen
2012-01-25Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov
2012-01-25ARM assemly parsing and validation of IT instruction.Jim Grosbach