summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Update BBVectorize to use aliasesUnknownInst.Hal Finkel2012-02-10
* Fix PR11948: the result type of an icmp may be a vector of boolean -Duncan Sands2012-02-10
* Revert commit 149912 (lattner) and add a testcase that shows the problem (whichDuncan Sands2012-02-10
* RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick2012-02-10
* GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer2012-02-09
* Teach the MC and disassembler about SoftFail, and hook it up to UNPREDICTABLE...James Molloy2012-02-09
* test/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple=i686-linux.NAKAMURA Takumi2012-02-09
* Commit Andy Zhang's test for the lea patch.Evan Cheng2012-02-08
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany2012-02-08
* Fixed a bug in printing "cmp" pseudo ops.Elena Demikhovsky2012-02-08
* [fast-isel] Add support for SUBs with non-legal types.Chad Rosier2012-02-08
* Add comment to test case.Chad Rosier2012-02-08
* [fast-isel] Add support for ORs with non-legal types.Chad Rosier2012-02-08
* [fast-isel] Add support for indirect branches.Chad Rosier2012-02-07
* Add instruction selection for 256-bit VPSHUFD and 128-bit VPERMILPS/VPERMILPD.Craig Topper2012-02-07
* [fast-isel] Add support for ADDs with non-legal types.Chad Rosier2012-02-06
* The patch resolves the conflict between AddressSanitizer and load widening (G...Kostya Serebryany2012-02-06
* 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