[mips] Fix encoding of BAL instruction. Also, fix assembler test case which
[oota-llvm.git] / lib / Target / X86 /
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-04 Craig TopperRemove alignments from folding tables for scalar FMA4...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-11-01 Michael LiaoCleanup another place redundant SP maintained
2012-10-31 Shuxin Yang(For X86) Enhancement to add-carray/sub-borrow (adc...
2012-10-31 Craig TopperAdd scalar forms of FMA4 VFNMSUB/VFNMADD to folding...
2012-10-31 Michael LiaoClean up redundant SP register maintained in X86 TLI
2012-10-30 Manman RenX86 SSE: update rsqrtss and rcpss to use two source...
2012-10-30 Manman RenX86 MMX: optimize transfer from mmx to i32
2012-10-30 Michael LiaoEnable ELF machine type to be specified explicitly...
2012-10-30 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 Jakub StaszakRemove unused variable.
2012-10-29 Jakub StaszakSimplify code. No functionality change.
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Joerg SonnenbergerFix typo
2012-10-29 Duncan SandsSilence a GCC warning about comparing signed and unsign...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-26 Chad Rosier[ms-inline asm] Add a comment.
2012-10-26 Chad Rosier[ms-inline asm] Emit an error for unsupported SIZE...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Chad Rosier[ms-inline asm] Add error handling to the ParseIntelDot...
2012-10-25 Michael LiaoAtom has SIMD instruction set extension up to SSSE3
2012-10-25 Michael LiaoClean up where SlotSize should be used instead of point...
2012-10-24 Chad Rosier[ms-inline asm] Add support for parsing the '.' operato...
2012-10-24 Chad RosierTidy up. No functional change intended.
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-24 Chad Rosier[ms-inline asm] Create a register operand, rather than...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Michael LiaoAdd custom conversion from v2u32 to v2f32 in 32-bit...
2012-10-24 Rafael EspindolaChange x86_fastcallcc to require inreg markers. This...
2012-10-23 Chad Rosier[ms-inline asm] Offset operator - the size should be...
2012-10-23 Chad Rosier[ms-inline asm] Clean up comment.
2012-10-23 Chad Rosier[ms-inline asm] When parsing inline assembly we set...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-23 Michael LiaoFix PR14161
2012-10-23 Matt Beaumont-GaySilence -Wsign-compare
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-23 Michael LiaoAdd custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to...
2012-10-23 Michael LiaoEnable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-10-22 Chad Rosier[ms-inline asm] Add the isOffsetOf() function.
2012-10-22 Chad Rosier[ms-inline asm] Add support for parsing the offset...
2012-10-19 Chad Rosier[ms-inline asm] Reset the opcode prior to parsing a...
2012-10-19 Chad Rosier[ms-inline asm] Have the TargetParser callback to Sema...
2012-10-19 Shuxin YangThis patch is to fix radar://8426430. It is about llvm...
2012-10-19 Michael LiaoLower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-17 Jakob Stoklund OlesenCheck for empty YMM use-def lists in X86VZeroUpper.
2012-10-17 Michael LiaoCheck SSSE3 instead of SSE4.1
2012-10-17 Michael LiaoFix setjmp on models with non-Small code model nor...
2012-10-16 Michael LiaoSupport v8f32 to v8i8/vi816 conversion through custom...
2012-10-16 NAKAMURA TakumiReapply r165661, Patch by Shuxin Yang <shuxin.llvm...
2012-10-16 Craig TopperMove X86MCInstLower class definition into implementatio...
2012-10-15 Michael LiaoAdd __builtin_setjmp/_longjmp supprt in X86 backend
2012-10-15 Chad Rosier[ms-inline asm] If we parsed a statement and the opcode...
2012-10-15 Chad Rosier[ms-inline asm] Update the end loc for ParseIntelMemOpe...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-13 Benjamin KramerX86: Disable long nops for all cpus prior to pentiumpro...
2012-10-13 Benjamin KramerX86: Fix accidentally swapped operands.
2012-10-13 Benjamin KramerX86: Promote i8 cmov when both operands are coming...
2012-10-13 Chad Rosier[ms-inline asm] Remove the MatchInstruction() function...
2012-10-12 Chad Rosier[ms-inline asm] Capitalize per coding standard.
2012-10-12 Chad Rosier[ms-inline asm] Use the new API introduced in r165830...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 NAKAMURA TakumiRevert r165661, "Patch by Shuxin Yang <shuxin.llvm...
2012-10-11 Evan ChengChange MachineInstrBuilder::addDisp to copy over target...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Nadav RotemPatch by Shuxin Yang <shuxin.llvm@gmail.com>.
2012-10-10 Michael LiaoAdd support for FP_ROUND from v2f64 to v2f32
2012-10-10 Michael LiaoAdd alternative support for FP_ROUND from v2f32 to...
2012-10-09 Evan ChengWhen expanding atomic load arith instructions, do not...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Craig TopperSeparate AVXCC and SSECC printing for cmpps/pd/ss/sd...
2012-10-09 Craig TopperRemove some unused code in the X86AsmPrinter. Add LLVM_...
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-07 Benjamin KramerX86: fcmov doesn't handle all possible EFLAGS, fall...
2012-10-05 Chad Rosier[ms-inline asm] Add a few typedefs to simplify future...
2012-10-05 Craig TopperRemove some encoding bits I forgot to remove from SETB_...
2012-10-05 Craig TopperMove expansion of SETB_C(8/16/32/64)r from MCInstLower...
2012-10-05 Evan ChengFollow up to r165072. Try a different approach: only...
2012-10-04 Chad Rosier[ms-inline asm] Add support for parsing [Intel dialect...
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Michael LiaoAdd register encoding support in X86 backend
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-10-03 Michael LiaoClean up tailing whitespaces
next