Move the target machine variable so that it's initialized early
[oota-llvm.git] / lib / Target / X86 /
2015-02-13 Sanjay Patel[SSE/AVX] Use multiclasses to reduce the mass of scalar...
2015-02-13 Sanjay Patelfix typos; NFC
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Craig Topper[X86] Add support for parsing and printing the mnemonic...
2015-02-13 Craig TopperFix a typo in a comment. NFC
2015-02-13 Craig Topper[X86] Remove int_x86_sse2_psll_dq_bs and int_x86_sse2_p...
2015-02-12 David MajnemerX86: Don't crash if we can't decode the pshufb mask
2015-02-12 Simon PilgrimRelaxed over-zealous alignment requirement for VEX...
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2015-02-12 Michael Kuperstein[X86] Call frame optimization - allow stack-relative...
2015-02-12 Elena DemikhovskyAVX-512: Fixed the "test" operation for i1 type
2015-02-12 Michael Kuperstein[X86] A heuristic to estimate the size impact for conve...
2015-02-11 Michael Kuperstein[X86] Split information collection from actual transfor...
2015-02-10 David MajnemerX86: @llvm.frameaddress should defer to SelectionDAG...
2015-02-10 David MajnemerX86: Make @llvm.frameaddress work correctly with Window...
2015-02-10 David MajnemerX86: Emit Win64 SaveXMM opcodes at the right offset...
2015-02-10 Simon Pilgrim[X86][AVX2] Missing AVX2 memory folding instructions
2015-02-10 Simon Pilgrim[X86][XOP] Added XOP memory folding patterns + tests
2015-02-10 Andrea Di Biagio[X86][FastIsel] Avoid introducing legacy SSE instructio...
2015-02-10 Craig Topper[X86] Preserve mem refs on newly created 'Store' node...
2015-02-10 Craig Topper[X86] Remove unnecessary alignment checks from the...
2015-02-10 David MajnemerX86: Emit an ABI compliant prologue and epilogue for...
2015-02-09 Sanjay Patelrename variable to give it some meaning; remove obvious...
2015-02-09 Sanjay Patelfix comment that didn't match the code; remove unnecess...
2015-02-09 Craig Topper[X86] Remove 256-bit and 512-bit memop pattern fragment...
2015-02-09 Craig Topper[X86] Remove 'memop' uses from AVX512. Use 'load' instead.
2015-02-08 Craig Topper[X86] Remove the remaining uses of memop from AVX and...
2015-02-08 Sanjay Patelfix typos; NFC
2015-02-08 Simon PilgrimMoved AVX2 vbroadcast (reg) instruction foldings under...
2015-02-07 Craig Topper[X86] Add register use/def for wrmsr and rdmsr.
2015-02-07 Craig Topper[X86] Add GETSEC instruction.
2015-02-07 Simon Pilgrim[X86][AVX] Added missing stack folding support + test...
2015-02-07 Andrea Di BiagioFix typos; NFC.
2015-02-06 Sanjay Pateluse local variables; NFC
2015-02-06 Reid KlecknerDon't dllexport declarations
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-02-05 Eric ChristopherRemove the use of getSubtarget in the creation of the X86
2015-02-05 Eric ChristopherUse cached subtargets inside X86FixupLEAs.
2015-02-05 Eric ChristopherMigrate the X86 AsmPrinter away from using the subtarge...
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
2015-02-05 Andrew TrickX86 ABI fix for return values > 24 bytes.
2015-02-05 Sanjay Patelmove fold comments to the corresponding fold; NFC
2015-02-05 Bruno Cardoso Lopes[X86][MMX] Handle i32->mmx conversion using movd
2015-02-05 Bruno Cardoso Lopes[X86][MMX] Move MMX DAG node to proper file
2015-02-05 Craig Topper[X86] Add xrstors/xsavec/xsaves/clflushopt/clwb/pcommit...
2015-02-05 Craig Topper[X86] Remove two feature flags that covered sets of...
2015-02-05 Larisse VoufoDisable enumeral mismatch warning when compiling llvm...
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Chandler Carruth[x86] Start to introduce bit-masking based blend lowering.
2015-02-04 Chandler Carruth[x86] Add missing patterns for andps, orps, xorps,...
2015-02-03 Chandler Carruth[x86] Fix signed vs. unsigned comparison.
2015-02-03 Simon PilgrimFixed unused variable warning.
2015-02-03 Simon Pilgrim[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for...
2015-02-03 Simon PilgrimFixed signed/unsigned comparison warning.
2015-02-03 Simon PilgrimFixed unused variable warning.
2015-02-03 Simon Pilgrim[X86][SSE] Added general integer shuffle matching for...
2015-02-03 Simon Pilgrim[X86][AVX2] Enabled shuffle matching for the AVX2 zero...
2015-02-03 Sanjay PatelMerge consecutive 16-byte loads into one 32-byte load...
2015-02-03 Sanjay Patelremove variable names from comments; NFC
2015-02-03 Sanjay PatelFix program crashes due to alignment exceptions generat...
2015-02-03 Bruno Cardoso Lopes[X86][MMX] Improve transfer from mmx to i32
2015-02-03 Craig Topper[X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveop...
2015-02-03 Craig Topper[X86] Add Requires[In64BitMode] around MOVSX64rr32...
2015-02-02 Eric ChristopherMigrate to using the subtarget on the machine function...
2015-02-02 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2015-02-02 Eric ChristopherRemove some unused forward declarations.
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Michael KupersteinRevert r227728 due to bad line endings.
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Switch all of the targets over to use the
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Michael Kuperstein[X86] Convert esp-relative movs of function arguments...
2015-02-01 Craig Topper[X86] Add a few target specific nodes to 'getTargetNode...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Saleem AbdulrasoolX86: silence a GCC warning
2015-01-31 Diego NovilloRemove unused variable.
2015-01-31 Aaron BallmanRemoved a spurious semicolon; NFC
2015-01-31 Simon PilgrimRemoved SSE lane blend findCommutedOpIndices overrides...
2015-01-31 Simon Pilgrim[X86][SSE] Shuffle mask decode support for zero extend...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-31 Eric ChristopherRemove the last vestiges of resetOperationActions.
2015-01-30 Reid KlecknerWin64: Put a REX_W prefix on all TAILJMP* instructions
2015-01-30 Sanjay Pateltidy up; NFC
2015-01-30 Reid Klecknerx86: Remove unused variables not caught by MSVC =P
2015-01-29 Reid Klecknerx86: Fix large model calls to __chkstk for dynamic...
2015-01-29 Sanjay PatelChange SmallVector param to the more general ArrayRef...
2015-01-29 Reid Klecknerx86: Remove the W64ALLOCA pseudo
2015-01-29 Reid KlecknerUpdate comments to use unreachable instead of llvm...
2015-01-29 David BlaikieDebugInfo: Teach Fast ISel to respect the debug locatio...
2015-01-29 Robert Lougher[X86] Use single add/sub for large stack offsets
2015-01-28 Simon PilgrimSpelling fixes. NFC.
2015-01-28 Simon PilgrimLine endings fix. NFC.
2015-01-28 Sanjay Patelinvert check for less indentation; use local vars to...
2015-01-28 Sanjay Pateluse SDValue methods directly instead of getNode()-...
2015-01-28 Michael Kuperstein[x32] Change the condition from bitness to LP64 for...
2015-01-28 Michael Kuperstein[X86] Reduce some 32-bit imuls into lea + shl
2015-01-28 Michael Kuperstein[x32] Enable sibcall optimization on x32.
2015-01-28 Elena DemikhovskyAVX-512: Added FMA intrinsics with rounding mode
next