summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix bug 9905: Failure in code selection for llvm intrinsics sqrt/exp (fix for...Stepan Dyatkovskiy2011-12-08
* MTCTR needs to be glued to BCTR so that CTR is not marked dead in MTCTR (anot...Hal Finkel2011-12-08
* Reverting r145899 as it breaks clang self-hostingPete Cooper2011-12-08
* ARM NEON two-operand aliases for VSHL(immediate).Jim Grosbach2011-12-08
* Drop the HasInlineAsm flag.Jakob Stoklund Olesen2011-12-08
* ARM NEON two-operand aliases for VSHL(register).Jim Grosbach2011-12-08
* Simplify offset verification.Jakob Stoklund Olesen2011-12-08
* Fix copy/past-o.Jim Grosbach2011-12-08
* ARM NEON two-operand aliases for VMUL.Jim Grosbach2011-12-08
* Don't include alignment padding in BBInfo.Size.Jakob Stoklund Olesen2011-12-08
* ARM VFP support 'fmrs/fmsr' aliases for 'vldr'Jim Grosbach2011-12-08
* ARM VFP support 'flds/fldd' aliases for 'vldr'Jim Grosbach2011-12-08
* ARM optional destination operand variants for VEXT instructions.Jim Grosbach2011-12-08
* Fix 80-column.Chad Rosier2011-12-08
* ARM assembler aliases for "add Rd, #-imm" to "sub Rd, #imm".Jim Grosbach2011-12-08
* Fix comments.Chad Rosier2011-12-08
* EngineBuilder: support for custom TargetOptions. Fixes thePeter Collingbourne2011-12-07
* Fix comments.Chad Rosier2011-12-07
* ARM assembly, allow 'asl' as a synonym for 'lsl' in shifted-register operands.Jim Grosbach2011-12-07
* Modify class ReadHardware and add definition of 64-bit version of instructionAkira Hatanaka2011-12-07
* Add newline.Akira Hatanaka2011-12-07
* Add 64-bit HWR29 register.Akira Hatanaka2011-12-07
* 32 to 64-bit anyext pattern.Akira Hatanaka2011-12-07
* 32 to 64-bit zext pattern.Akira Hatanaka2011-12-07
* ARM two-operand aliases for VAND/VEOR/VORR instructions.Jim Grosbach2011-12-07
* ARM two-operand aliases for VADDW instructions.Jim Grosbach2011-12-07
* ARM two-operand aliases for VADD instructions.Jim Grosbach2011-12-07
* Flesh out a bit more of the bitcode use-list ordering preservation code.Chad Rosier2011-12-07
* Variable cleanup. Based on past patch submittals variable names haveBruno Cardoso Lopes2011-12-07
* Make sure we correctly set LiveRegGens when a call is unscheduled. <rdar://p...Eli Friedman2011-12-07
* 64-bit WrapperPICPat patterns.Akira Hatanaka2011-12-07
* Fix an assertion in the scheduler. PR11386. No testcase included because it...Eli Friedman2011-12-07
* Define base class for WrapperPICPat.Akira Hatanaka2011-12-07
* Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka2011-12-07
* Begin adding experimental support for preserving use-list ordering of bitcodeChad Rosier2011-12-07
* These global variables aren't thread-safe, STATISTIC is. Andy Trick tells meNick Lewycky2011-12-07
* ValueEnumerator - debug dump().Chad Rosier2011-12-07
* Fix comment.Akira Hatanaka2011-12-07
* Fix comment.Akira Hatanaka2011-12-07
* Fix 64-bit immediate patterns.Akira Hatanaka2011-12-07
* Nuke inadvertant debugging commit.Jim Grosbach2011-12-07
* Darwin assembler improved relocs when w/o subsections_via_symbols.Jim Grosbach2011-12-07
* Remove unneeded semicolon.Jakub Staszak2011-12-07
* Thumb2 alias for long-form pop and friends.Jim Grosbach2011-12-07
* ARM support the .arm and .thumb directives for assembly mode switching.Jim Grosbach2011-12-07
* ARM NEON VCLT(register) is a pseudo aliasing VCGT(register).Jim Grosbach2011-12-07
* Remove unused include.Duncan Sands2011-12-07
* Fix a bunch of SSE/AVX patterns to use proper memop types. In particular, not...Craig Topper2011-12-07
* Adjust the stack by one pointer size for all frameless stacks.Bill Wendling2011-12-07
* Fix off-by-one error when encoding the stack size for a frameless stack.Bill Wendling2011-12-07