aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86
AgeCommit message (Expand)Author
2013-04-01Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer
2013-03-31X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available.Benjamin Kramer
2013-03-30DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
2013-03-29Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao
2013-03-28Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27This patch follows is a follow up to r178171, which uses the register Preston Gurd
2013-03-27For the current Atom processor, the fastest way to handle a callPreston Gurd
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-26Add XTEST codegen supportMichael Liao
2013-03-26Enable SandyBridgeModel for all modern Intel P6 descendants.Jakob Stoklund Olesen
2013-03-26Fix PRFCHW test on non-x86 buildsMichael Liao
2013-03-26Add PREFETCHW codegen supportMichael Liao
2013-03-25Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao
2013-03-25Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao
2013-03-25Add an -mcpu option to a test that is apparently scheduler-sensitive.Jakob Stoklund Olesen
2013-03-25Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang
2013-03-25llvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them out of XFAIL:win32.NAKAMURA Takumi
2013-03-25Remove unnecessary attributes from test case.Chad Rosier
2013-03-25Add a GC plugin for ErlangYiannis Tsiouris
2013-03-23Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson
2013-03-22Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie
2013-03-20Fix PR15296Michael Liao
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-20Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem
2013-03-18Remove unnecessary leading comment characters in lit-only fileDavid Blaikie
2013-03-18Include '.test' suffix in target specific lit configs that need itDavid Blaikie
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-16Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper
2013-03-15Add a triple to the test.Nadav Rotem
2013-03-14Unaligned loads should use the VMOVUPS opcode.Nadav Rotem
2013-03-14[fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier
2013-03-14Fix PR15309Michael Liao
2013-03-13Simplify file/directory name handling in DILexicalBlockDavid Blaikie
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie