[mips] Add assembler support for .set msa/nomsa directive.
[oota-llvm.git] / lib / Target / X86 /
2014-08-07 Pavel ChupinFix lld-x86_64-win7 Build #11969
2014-08-07 Chandler Carruth[x86] Fix another miscompile found through fuzz testing...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Chandler Carruth[x86] Fix another miscompile in the new vector shuffle...
2014-08-07 Pavel Chupin[x32] Use ebp/esp as frame and stack pointer
2014-08-07 Chandler Carruth[x86] Fix a miscompile in the new shuffle lowering...
2014-08-07 Saleem AbdulrasoolMC: split Win64EHUnwindEmitter into a shared streamer
2014-08-07 Quentin Colombet[X86][SchedModel] Fixed missing/wrong scheduling model...
2014-08-06 Reid KlecknerMC X86: Accept ".att_syntax prefix" and diagnose noprefix
2014-08-06 Sanjay Patelfix typo
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-06 Robert Khasanov[AVX512] Added load/store instructions to Register2Memo...
2014-08-06 Chandler Carruth[x86] Fix two independent miscompiles in the process...
2014-08-06 Chandler Carruth[x86] Switch to a formulation of a for loop that is...
2014-08-06 Adam Nemet[X86] Fixes commit r214890 to match the posted patch
2014-08-06 Quentin Colombet[X86][SchedModel] Fixed some wrong scheduling model...
2014-08-05 JF BastienFix typos in comments and doc
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-05 Chandler Carruth[x86] Fix a crasher due to shuffles which cancel each...
2014-08-05 NAKAMURA TakumiX86CodeEmitter.cpp: Add SEH_Epilogue to ignored list...
2014-08-05 Adam Nemet[X86] Improve comments for r214888
2014-08-05 Adam Nemet[AVX512] Add masking variant and intrinsics for valignd/q
2014-08-05 Adam Nemet[X86] Increase X86_MAX_OPERANDS from 5 to 6
2014-08-05 Adam Nemet[X86] Add lowering to VALIGN
2014-08-05 Adam Nemet[X86] Separate DAG node for valign and palignr
2014-08-05 Adam Nemet[AVX512] alignr: Use suffix rather than name argument...
2014-08-05 Adam Nemet[AVX512] Pull everything alignr-related into the multiclass
2014-08-05 Adam NemetWrap long lines
2014-08-05 Chandler Carruth[x86] Reformat some code I moved around in a prior...
2014-08-05 Chandler Carruth[x86] Fix a crash and wrong-code bug in the new vector...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Reid KlecknerFix failure to invoke exception handler on Win64
2014-08-04 Akira Hatanaka[X86] Place parentheses around "isMask_32(STReturns...
2014-08-04 Robert Khasanov[SKX] Enabling load/store instructions: encoding
2014-08-04 Aaron BallmanImproving the name of the function parameter, which...
2014-08-04 Chandler Carruth[x86] Just unilaterally prefer SSSE3-style PSHUFB lower...
2014-08-04 Chandler Carruth[x86] Implement more aggressive use of PACKUS chains...
2014-08-04 Chandler Carruth[x86] Handle single input shuffles in the SSSE3 case...
2014-08-03 Saleem AbdulrasoolX86: silence warning (-Wparentheses)
2014-08-03 Saleem AbdulrasoolMC: virtualise EmitWindowsUnwindTables
2014-08-02 Chandler Carruth[x86] Remove the FIXME that was implemented in r214628...
2014-08-02 Chandler Carruth[x86] Largely complete the use of PSHUFB in the new...
2014-08-02 Chandler Carruth[x86] Switch to using the variable we extracted this...
2014-08-02 Chandler Carruth[x86] Fix a few typos in my comments spotted in passing.
2014-08-02 Chandler Carruth[x86] Teach the target shuffle mask extraction to recog...
2014-08-02 Chandler Carruth[x86] Teach my pshufb comment printer to handle VPSHUFB...
2014-08-01 Akira Hatanaka[X86] Simplify X87 stackifier pass.
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-08-01 Reid KlecknerMS inline asm: Use memory constraints for functions...
2014-08-01 Philip ReamesAdd support for StackMap section for ELF/Linux systems
2014-08-01 Reid KlecknerMS inline asm: Fix null SMLoc when 'ptr' is missing...
2014-07-31 Kevin EnderbyAdd support for the X86 secure guard extensions instruc...
2014-07-31 Reid KlecknerX86 MC: Don't crash on empty memory operand parens
2014-07-31 Reid KlecknerX86 MC: Reject invalid segment registers before a memor...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-31 Juergen Ributzka[FastISel][AArch64 and X86] Don't emit stores for UNDEF...
2014-07-31 Reid KlecknerX86 asm parser: Avoid duplicating the list of aliased...
2014-07-30 Reid KlecknerX86 asm parser: Use a loop to disambiguate suffixes...
2014-07-30 Juergen Ributzka[FastISel] Move the helper function isCommutativeIntrin...
2014-07-28 Robert Khasanov[SKX] Enabling mask logic instructions: encoding, lowering
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-27 Chandler Carruth[x86] Sink a variable only used by asserts into the...
2014-07-27 Chandler Carruth[x86] Add a much more powerful framework for combining...
2014-07-26 Nick LewyckyFix broken assert.
2014-07-26 NAKAMURA TakumiX86ShuffleDecode.cpp: Silence a warning. [-Wunused...
2014-07-26 Chandler Carruth[x86] Fix PR20355 (for real). There are many layers...
2014-07-26 Chandler Carruth[x86] Revert r214007: Fix PR20355 ...
2014-07-26 Chandler Carruth[x86] Fix PR20355 (and dups) by not using unsigned...
2014-07-26 NAKAMURA TakumiUpdate X86/Utils/LLVMBuild.txt corresponding to r213986...
2014-07-26 Chandler Carruth[x86] Fix unused variable warning in no-asserts build.
2014-07-25 Chandler Carruth[x86] Teach the X86 backend to print shuffle comments...
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-25 Chandler Carruth[SDAG] Enable the new assert for out-of-range result...
2014-07-25 Lang Hames[X86] Clarify some stackmap shadow optimization code...
2014-07-24 Chandler Carruth[x86] Make vector legalization of extloads work more...
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-24 Reid KlecknerReplace an assertion with a fatal error
2014-07-24 Saleem AbdulrasoolX86: silence sign comparison warning
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-24 Filipe CabecinhasFixed PR20411 - bug in getINSERTPS()
2014-07-23 Rafael EspindolaFinish inverting the MC -> Object dependency.
2014-07-23 Jim Grosbach[X86,AArch64] Extend vcmp w/ unary op combine to work...
2014-07-23 Jim GrosbachX86: restrict combine to when type sizes are safe.
2014-07-23 Robert Khasanov[SKX] Enabling mask instructions: encoding, lowering
2014-07-23 Andrea Di BiagioRevert r211771. It was: "[X86] Improve the selection...
2014-07-22 Tim NorthoverX86: drop relocations on __eh_frame sections globally.
2014-07-22 Elena DemikhovskyAVX-512: Fixed intrinsic of VSQRTPS/PD instructions.
2014-07-21 Robert Khasanov[SKX] Enabling SKX target and AVX512BW, AVX512DQ, AVX51...
2014-07-21 Andrea Di Biagio[DAG] Refactor some logic. No functional change.
2014-07-18 Tim NorthoverX86: support fpext/fptrunc operations to and from 16...
2014-07-18 Jim GrosbachX86: Constant fold converting vector setcc results...
2014-07-17 Nico Weberms inline asm: Don't add x86 segment registers to the...
2014-07-17 Adam Nemet[X86] AVX512: Add disassembler support for compressed...
2014-07-17 Adam Nemet[X86] AVX512: Rename EVEX_CD8V to CD8_Form
2014-07-17 Adam Nemet[X86] AVX512: Use the TD version of CD8_Scale in the...
2014-07-17 Adam Nemet[X86] AVX512: Move compressed displacement logic to TD
2014-07-17 Saleem AbdulrasoolMC: fix MCAsmInfo usage for windows-itanium
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
next