summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add AVX versions to match AESENC/AESDEC intrinsics. This hopefully endsBruno Cardoso Lopes2011-09-03
* Add AVX version of a SSE4.1 VPBLENDVB patternBruno Cardoso Lopes2011-09-03
* Add AVX versions of SSE4.1 EXTRACTPS patternsBruno Cardoso Lopes2011-09-03
* Add AVX versions for SSE4.1 MOVZX* patternsBruno Cardoso Lopes2011-09-03
* Add one more AVX pattern for MOVZPQILo2PQIBruno Cardoso Lopes2011-09-03
* Move PUNPCKLQDQ splat pattern close to the instruction definition andBruno Cardoso Lopes2011-09-03
* Add AVX pattern versions for PSHUFB,PSIGN{B,W,D}Bruno Cardoso Lopes2011-09-03
* Add AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_REG to indicateBruno Cardoso Lopes2011-09-03
* Enforce subtarget checks in a few places to be explicit when theBruno Cardoso Lopes2011-09-03
* Tidy up code moving patterns to their appropriate place!Bruno Cardoso Lopes2011-09-03
* Add AVX versions of FsMOVAPS and FsMOVAPS. Teach X86InstrInfo how to useBruno Cardoso Lopes2011-09-03
* Teach X86FastISel to use AVX versions of instructions when possibleBruno Cardoso Lopes2011-09-03
* Fix 80-column and styleBruno Cardoso Lopes2011-09-03
* Tidy up some SSE/AVX convert intrinsics. Also add an AVX version ofBruno Cardoso Lopes2011-09-03
* Fix a truly heinous bug in DAGCombine related to AssertZext.Owen Anderson2011-09-03
* Pseudo CMOV instructions don't clobber EFLAGS.Jakob Stoklund Olesen2011-09-02
* Check for EFLAGS live-out before clobbering it.Jakob Stoklund Olesen2011-09-02
* Use existing function.Jakob Stoklund Olesen2011-09-02
* Thumb2 parsing and encoding for BXJ.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding of B instruction.Jim Grosbach2011-09-02
* Remove unused variables.Jakob Stoklund Olesen2011-09-02
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-02
* Thumb2 parsing and encoding for ASR.Jim Grosbach2011-09-02
* Comment and clarifying assert.Andrew Trick2011-09-02
* No need to get fancy inserting a PHI node when the values are stored in stackBill Wendling2011-09-02
* Change X86 disassembly to print immediates values as signed by default. SpecialKevin Enderby2011-09-02
* Tidy up. Formatting.Jim Grosbach2011-09-02
* Update comments to reflect reality.Bill Wendling2011-09-02
* Tidy up. 80 columns.Jim Grosbach2011-09-02
* Thumb2 parsing and encoding for AND (register).Jim Grosbach2011-09-02
* Simplify by using isFullCopy().Jakob Stoklund Olesen2011-09-02
* Revert r138826 until PR10834 can be fixed.Bill Wendling2011-09-02
* Thumb2 parsing and encoding for ADD (register).Jim Grosbach2011-09-02
* Darwin wants ctors/dtors to be ordered the other way round to linux.Duncan Sands2011-09-02
* Enable SCEV-based unrolling by default.Andrew Trick2011-09-02
* Return undef value (instead of arbitrary) for wrong or undef index inJakub Staszak2011-09-02
* ConstantVector returns arbitrary value for the wrong index.Jakub Staszak2011-09-02
* Compare type size instead of type _store_ size to make sure that BitCastInstJakub Staszak2011-09-02
* Pass signed (not unsigned) 10 bit field to SPU 'ori' instruction.Kalle Raiskila2011-09-02
* Perform the upgrading of the old EH to the new EH in a more sane manner.Bill Wendling2011-09-02
* Merge the ARM disassembler header into the implementation file, since it is n...Owen Anderson2011-09-01
* Fix 80 columns violations.Owen Anderson2011-09-01
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Null-initialize to shut up -Wuninitialized warnings.Eli Friedman2011-09-01
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-01
* Reduce indentation. No functionality change.Bill Wendling2011-09-01
* Change worklist driven deletion to be an iterative process.Bill Wendling2011-09-01
* Fix an issue with the IR sink pass found by inspection. (I'm not sure anyone...Eli Friedman2011-09-01
* Fix the build for us -Werror users.Nick Lewycky2011-09-01