summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86FastISel.cpp
AgeCommit message (Expand)Author
2018-02-02Merging r323155:Hans Wennborg
2017-12-15FastISel: support no-PLT PIC calls on ELF x86_64Saleem Abdulrasool
2017-12-10[X86] Rename some instructions that start with Int_ to have the _Int at the end.Craig Topper
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-01[X86] Add 64-bit int to float/double conversion with AVX to X86FastISel::X86...Craig Topper
2017-11-01[X86] Add AVX512 support to X86FastISel::fastMaterializeFloatZero.Craig Topper
2017-10-31[X86] Clang-format some code. NFCCraig Topper
2017-10-30[X86] Add AVX512 support to fast isel's X86ChooseCmpOpcode.Craig Topper
2017-10-30[X86] Remove AVX512 early out from X86FastISel::X86SelectCmp.Craig Topper
2017-10-29[X86] Use the extended vector register classes in fast isel with AVX512F/VL.Craig Topper
2017-10-29[X86] Add AVX512 support to X86FastISel::X86SelectFPExt and X86FastISel::X86S...Craig Topper
2017-10-29[X86] Add AVX512 support to X86FastISel::X86MaterializeFPCraig Topper
2017-10-28[X86] Replace some default cases in X86SelectShift with llvm_unreachable.Craig Topper
2017-10-28[X86] Remove unneeded MVT::i1 related code from fast isel.Craig Topper
2017-10-27[X86] Remove fast-isel code for handling i8 shifts. This is handled by auto g...Craig Topper
2017-10-27[X86] Teach fastisel to use VLX VMOVNTDQA for v4f64 and 256-bit integers when...Craig Topper
2017-10-09[X86] Enable extended comparison predicate support for SETUEQ/SETONE when tar...Craig Topper
2017-10-02[X86] Fix copy pasto in X86FastISel::fastEmitInst_rrrr.Craig Topper
2017-09-26[X86] Fix register class name in a comment. NFCCraig Topper
2017-09-18[X86] Don't emit COPY_TO_REG to ABCD registers before EXTRACT_SUBREG of sub_8bitCraig Topper
2017-09-02[X86] Teach fastisel to handle zext/sext i8->i16 and sext i1->i8/i16/i32/i64Craig Topper
2017-08-30[X86] Remove some code from fast isel that is no longer needed with i1 being ...Craig Topper
2017-08-30[X86] Remove unneed AVX512 check from fast isel.Craig Topper
2017-08-14[AVX512] Remove leftover code for when i1 was a legal type from the fast isel...Craig Topper
2017-08-05[X86] Teach fastisel to select calls to dllimport functionsReid Kleckner
2017-07-17[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as wellMartin Storsjo
2017-07-12[X86/FastIsel] Fall-back to SelectionDAG when lowering soft-floats.Davide Italiano
2017-06-06[X86][AVX1] Split 256-bit vector non-temporal FastISel loads to keep it non-t...Simon Pilgrim
2017-05-19[X86][AVX512] Make i1 illegal in the CodeGenGuy Blank
2017-05-11[X86] Move getX86ConditionCode() from X86FastISel.cpp to X86InstrInfo.cpp. NFCIgor Breger
2017-05-09Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov
2017-05-03[X86] Support of no_caller_saved_registers attributeOren Ben Simhon
2017-04-28Use Argument::hasAttribute and AttributeList::ReturnIndex moreReid Kleckner
2017-04-24Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek
2017-04-14[IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner
2017-04-10[X86][MMX] Add fast-isel support for MMX non-temporal writesSimon Pilgrim
2017-03-30[AVX-512] Fix bad comment from r299112. NFCCraig Topper
2017-03-30[AVX-512] Fix another case where fastisel was generating a GR8 to VK1 copy. T...Craig Topper
2017-03-28[AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is enabled.Craig Topper
2017-03-28[AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registersCraig Topper
2017-03-14[AVX-512] Pre-emptively fix more places in fastisel where we might copy a VK1...Craig Topper
2017-03-13[AVX-512] Fix another case where we are copying from a mask register using AH...Craig Topper
2017-03-12[AVX-512] Fix a bad use of a high GR8 register after copying from a mask regi...Craig Topper
2017-03-01[X86] Fix creating vreg def after use. Ayman Musa
2017-02-23[X86][AVX] Disable VCVTSS2SD & VCVTSD2SS memory folding and fix the register ...Ayman Musa
2016-12-06[X86] Remove scalar logical op alias instructions. Just use COPY_FROM/TO_REGC...Craig Topper
2016-12-05[X86] Remove unnecessary explicit uses of .SimpleTy just to do an equality co...Craig Topper
2016-12-05[AVX-512] Teach fast isel to handle 512-bit vector bitcasts.Craig Topper
2016-12-05[AVX-512] Teach fast isel to use masked compare and movss for handling scalar...Craig Topper
2016-12-02IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne