Fix the assembler strings for a couple of atomic instructions. Doesn't really matter...
[oota-llvm.git] / lib / Target / X86 /
2011-09-13 Eli FriedmanFix the assembler strings for a couple of atomic instru...
2011-09-12 Bruno Cardoso LopesFix PR10845. SUBREG_TO_REG shouldn't be used when the...
2011-09-12 Bruno Cardoso LopesRevert the wrong part of r139528, and fix testcases.
2011-09-12 Bruno Cardoso LopesNot sure how CMPPS and CMPPD had already ever worked...
2011-09-12 Bruno Cardoso LopesOrganize a bit the operand names for CMPPS and CMPPD
2011-09-12 Bruno Cardoso LopesRealign BLEND patterns to match the general style for...
2011-09-12 Bruno Cardoso LopesFix 80-columns
2011-09-12 Nadav RotemFormat patterns, remove unused X86blend patterns
2011-09-11 Craig TopperFix disassembling of one of the register/register forms...
2011-09-11 Craig TopperFix disassembling of reverse register/register forms...
2011-09-11 Nadav RotemCR fixes per Bruno's request.
2011-09-10 Eli Friedmanr139454 activates an assert in a case where we were...
2011-09-10 Richard TrieuFix the asserts in lib/Target/X86/X86ELFWriterInfo...
2011-09-10 Richard TrieuFixed an assert from:
2011-09-09 Nadav RotemImplement vector-select support for avx256. Refactor...
2011-09-09 Craig TopperFix handling of Intel syntax disassembling of movs...
2011-09-08 Nadav RotemDix the 80-columns and remove unsupported v8i16 type...
2011-09-08 Bruno Cardoso LopesAdd a AVX version of a simple i64 -> f64 bitcast. This...
2011-09-08 Bruno Cardoso Lopes* Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE...
2011-09-08 Bruno Cardoso LopesAdd AVX versions of blend vector operations and fix...
2011-09-08 Bruno Cardoso LopesFix PR10844: Add patterns to cover non foldable version...
2011-09-08 Nadav RotemAdd X86-SSE4 codegen support for vector-select.
2011-09-07 Eli FriedmanFix atomic load and store on x86 to pass -verify-machin...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-07 Rafael EspindolaDetect attempt to use segmented stacks on non ELF syste...
2011-09-06 Bill WendlingReenable compact unwind by default. However, also emit...
2011-09-06 Rafael EspindolaFix comment. Noticed by Duncan.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Rafael EspindolaFix style issues and typos found by Duncan.
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-09-05 Nick LewyckyAdd a new MC bit for NaCl (Native Client) mode. NaCl...
2011-09-03 Benjamin KramerUse internal storage for command line option.
2011-09-03 Bruno Cardoso LopesAdd AVX versions to match AESENC/AESDEC intrinsics...
2011-09-03 Bruno Cardoso LopesAdd AVX version of a SSE4.1 VPBLENDVB pattern
2011-09-03 Bruno Cardoso LopesAdd AVX versions of SSE4.1 EXTRACTPS patterns
2011-09-03 Bruno Cardoso LopesAdd AVX versions for SSE4.1 MOVZX* patterns
2011-09-03 Bruno Cardoso LopesAdd one more AVX pattern for MOVZPQILo2PQI
2011-09-03 Bruno Cardoso LopesMove PUNPCKLQDQ splat pattern close to the instruction...
2011-09-03 Bruno Cardoso LopesAdd AVX pattern versions for PSHUFB,PSIGN{B,W,D}
2011-09-03 Bruno Cardoso LopesAdd AVX versions of MOVZDI2PDI patterns. Use SUBREG_TO_...
2011-09-03 Bruno Cardoso LopesEnforce subtarget checks in a few places to be explicit...
2011-09-03 Bruno Cardoso LopesTidy up code moving patterns to their appropriate place!
2011-09-03 Bruno Cardoso LopesAdd AVX versions of FsMOVAPS and FsMOVAPS. Teach X86Ins...
2011-09-03 Bruno Cardoso LopesTeach X86FastISel to use AVX versions of instructions...
2011-09-03 Bruno Cardoso LopesFix 80-column and style
2011-09-03 Bruno Cardoso LopesTidy up some SSE/AVX convert intrinsics. Also add an...
2011-09-02 Jakob Stoklund OlesenPseudo CMOV instructions don't clobber EFLAGS.
2011-09-02 Jakob Stoklund OlesenCheck for EFLAGS live-out before clobbering it.
2011-09-02 Jakob Stoklund OlesenUse existing function.
2011-09-02 Jakob Stoklund OlesenRemove unused variables.
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-09-02 Kevin EnderbyChange X86 disassembly to print immediates values as...
2011-09-02 Bill WendlingRevert r138826 until PR10834 can be fixed.
2011-09-01 Bruno Cardoso LopesFix vbroadcast matching logic to early unmatch if the...
2011-08-31 Bruno Cardoso LopesMove more code around and duplicate AVX patterns: MOVHP...
2011-08-31 Bruno Cardoso LopesMove MOVAPS,MOVUPS patterns close to the instructions...
2011-08-31 Bruno Cardoso LopesRemove "_Int" forms of MOVUPSmr and MOVAPSmr
2011-08-31 Rafael EspindolaSpelling and grammar fixes to problems found by Duncan.
2011-08-31 Eli FriedmanMake sure we don't crash when -miphoneos-version-min...
2011-08-31 Eric ChristopherRework this conditional a bit.
2011-08-31 Bruno Cardoso Lopes- Move all MOVSS and MOVSD patterns close to their...
2011-08-31 Bruno Cardoso LopesRemove unnecessary AVX checks
2011-08-31 Bruno Cardoso LopesTeach more places to use VMOVAPS,VMOVUPS instead of...
2011-08-31 Evan ChengFix (movhps load) lowering / pattern to match more...
2011-08-30 Bill WendlingFix off-by-one error Benjamin noticed.
2011-08-30 Bill WendlingEnable compact unwind info by default. This only applie...
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-30 Rafael EspindolaAdds support for variable sized allocas. For a variable...
2011-08-30 Rafael EspindolaAdds a SelectionDAG node X86SegAlloca which will be...
2011-08-30 Rafael EspindolaEmit segmented-stack specific code into function prolog...
2011-08-29 Eli FriedmanExplicitly zero out parts of a vector which are require...
2011-08-29 Bruno Cardoso LopesMove non-intruction patterns to a more appropriate...
2011-08-28 Nicolas GeoffrayRemove premature previous commit.
2011-08-28 Nicolas GeoffrayEncoding of instructions referencing segments has chang...
2011-08-27 Benjamin KramerSilence GCC warnings and make an array const.
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-25 Bruno Cardoso LopesDo the same as r138461. Mark VZEROALL as clobbering...
2011-08-25 Bruno Cardoso LopesAdd support for AVX 256-bit version of MOVDDUP!
2011-08-25 Bruno Cardoso LopesMake isMOVDDUP mask check more strict and update comments!
2011-08-25 Craig TopperAdd more missing TB encodings to VEX instructions to...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-25 Bruno Cardoso LopesAdd memory version of SHUFPD to mask decoding!
2011-08-24 Bruno Cardoso LopesCreate a section for non-instructions patterns in the...
2011-08-24 Bruno Cardoso LopesMove code around!
2011-08-24 Bruno Cardoso LopesOrganize UNPCK* patterns, also add remaining for AVX.
2011-08-24 Bruno Cardoso LopesMove remaining MOVDDUP patterns close to MOVDDUP defint...
2011-08-24 Bruno Cardoso LopesOrganize and tidy up MOVDDUP section. Also update comments!
2011-08-24 Bruno Cardoso LopesMove MOVHLPS patterns close to MOVHLPS definition,...
2011-08-24 Bruno Cardoso LopesMove all PSHUF* patterns close to the PSHUF* definition...
2011-08-24 Bruno Cardoso LopesMove all SHUFP* patterns close to the SHUFP* definition...
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...
2011-08-24 Eli FriedmanFix whitespace.
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Bruno Cardoso LopesMark VZEROALL as clobbering all YMM registers
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-24 Craig TopperBreak 256-bit vector int add/sub/mul into two 128-bit...
2011-08-23 Bruno Cardoso LopesFix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
next