summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-11
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-11
* Add lowering for AVX2 shift instructions.Craig Topper2011-11-11
* Add support for using immediates with select instructions.Chad Rosier2011-11-11
* Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman2011-11-11
* Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman2011-11-11
* Add support for using MVN to materialize negative constants.Chad Rosier2011-11-11
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-10
* When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier2011-11-10
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-10
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-10
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier2011-11-10
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-09
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-09
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-09
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-09
* AVX2: Add patterns for variable shift operationsNadav Rotem2011-11-09
* Use REs to remove dependencies on the register allocation order.Chad Rosier2011-11-09
* Speculatively revert commit 144124 (djg) in the hope that the 32 bitDuncan Sands2011-11-09
* Add AVX2 support for vselect of v32i8Nadav Rotem2011-11-09
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-09
* Add instruction selection for AVX2 integer comparisons.Craig Topper2011-11-09
* Add AVX2 instruction lowering for add, sub, and mul.Craig Topper2011-11-09
* Don't forget to check FlagNW when determining whether an AddRecExpr will wrapNick Lewycky2011-11-09
* Add support for encoding immediates in icmp and fcmp. Hopefully, this willChad Rosier2011-11-09
* Collapse DomainValues across loop back-edges.Jakob Stoklund Olesen2011-11-09
* Add a hack to the scheduler to disable pseudo-two-address dependencies inDan Gohman2011-11-08
* Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng2011-11-08
* Fix code to match comment. Fixes PR11340, a regression from r143209.Eli Friedman2011-11-08
* LICM pass now understands invariant load metadata. Nothing generates this ye...Pete Cooper2011-11-08
* Adding test for machine-licm operating on invariant load instructionsPete Cooper2011-11-08
* Lower mem-ops to unaligned i32/i16 load/stores on ARM where supported.Lang Hames2011-11-08
* test/CodeGen/X86/vec_shuffle-39.ll: Add explicit -mtriple=x86_64-linux. Passi...NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64.NAKAMURA Takumi2011-11-08
* test/CodeGen/X86/vec_shuffle.ll: Add explicit -mtriple=i686-linux. We may see...NAKAMURA Takumi2011-11-08
* Make sure to mark vector extload's as expand on ARM. Fixes PR11319.Eli Friedman2011-11-08
* Add a bunch of calls to RemoveDeadNode in LegalizeDAG, so legalization doesn'...Eli Friedman2011-11-08
* Add x86 isel logic and patterns to match movlps from clang generated IR for _...Evan Cheng2011-11-08
* Convert to the new EH model.Bill Wendling2011-11-08
* Convert to the new EH model.Bill Wendling2011-11-08
* Convert tests to the new EH model.Bill Wendling2011-11-08
* Enable support for returning i1, i8, and i16. Nothing special todo as it's theChad Rosier2011-11-08