summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* The 'unwind' instruction is deprecated and will be removed, making this testBill Wendling2012-02-06
* Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky2012-02-05
* Testcase for commit 149833 (use of an uninitialized variable noticedDuncan Sands2012-02-05
* Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands2012-02-05
* Testing vector code without sse doesn't make much sense.Benjamin Kramer2012-02-05
* Add a test for the miscompilation my recent ConstantDataArray patches introdu...Chris Lattner2012-02-05
* Remove most of the intrinsics for XOP VPCMOV instruction. They all aliased to...Craig Topper2012-02-05
* Boost the effective chain depth of loads and stores.Hal Finkel2012-02-04
* [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.Chad Rosier2012-02-04
* [fast-isel] Add support for FPToUI. Also add test cases for FPToSI.Chad Rosier2012-02-03
* [fast-isel] Add support for selecting UIToFP.Chad Rosier2012-02-03
* The type-legalizer often scalarizes code. One of the common patterns is extra...Nadav Rotem2012-02-03
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Fix SSAUpdaterImpl's RecordMatchingPHI to record exactly theDan Gohman2012-02-03
* Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach2012-02-03
* Unix line endingsMatt Beaumont-Gay2012-02-02
* Move test/CodeGen/Generic/2012-02-01-CoalescerBug.ll to CodeGen/ARM, for now....NAKAMURA Takumi2012-02-02
* Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky2012-02-02
* Set EFLAGS correctly in EmitLoweredSelect on X86.Lang Hames2012-02-02
* PR11868. The previous loop in LiveIntervals::join would sometimes fall over ifLang Hames2012-02-02
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Avoid creating an extract element to an illegal type after LegalizeTypes has ...Mon P Wang2012-02-01
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* test/CodeGen/X86/avx-minmax.ll: Relax expressions for Win32 targets. YMM argu...NAKAMURA Takumi2012-02-01
* Passing AVX 256-bit structures in Win64 was wrong.Elena Demikhovsky2012-02-01
* Optimization for "truncate" operation on AVX.Elena Demikhovsky2012-02-01
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-01
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-31
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-31
* Remove all references to the old EH.Bill Wendling2012-01-31
* Update test to new EH model.Bill Wendling2012-01-31
* Update test to new EH model.Bill Wendling2012-01-31
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-30
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-30
* Intel syntax. Support .intel_syntax directive.Devang Patel2012-01-30
* Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper2012-01-30
* CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi2012-01-30
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-28
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-28
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-28
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-27
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-27
* Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel2012-01-27
* Unix line endingsMatt Beaumont-Gay2012-01-27
* enhance constant folding to be able to constant fold bitcast of Chris Lattner2012-01-27
* Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.Lang Hames2012-01-27
* Handle call-clobbered ymm registers on Win64.Jakob Stoklund Olesen2012-01-26
* Replace the use of isPredicable() with isPredicated() inChad Rosier2012-01-26
* Clear kill flags before propagating a copy.Jakob Stoklund Olesen2012-01-26