[PowerPC] Mark fixed-offset byvals as pointed-to by IR values
[oota-llvm.git] / lib / Target / X86 /
2014-08-15 Robin MorissetGet rid of dead code: SelectAtomic64 in X86ISelDAGtoDAG.cpp
2014-08-15 Reid KlecknerFix the build with MSVC 2013 after new shuffle code
2014-08-15 Chandler Carruth[x86] Teach the new AVX v4f64 shuffle lowering to use...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-15 Chandler Carruth[x86] Add the initial skeleton of type-based dispatch...
2014-08-15 Chandler Carruth[x86] Teach the instruction printer to decode immediate...
2014-08-15 Chandler Carruth[x86] Remove the duplicated code for testing whether...
2014-08-15 Chandler Carruth[x86] Fix the very broken formation of vpunpck instruct...
2014-08-15 Chandler Carruth[x86] Fix PR20540 where the x86 shuffle DAG combiner...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-14 Duncan P. N. Exon... Fix whitespace error from r215279, NFC
2014-08-14 Adam Nemet[AVX512] Switch FMA intrinsics to the masking version
2014-08-14 Adam Nemet[X86] Break out logic to map FMA Intrinsic number to...
2014-08-14 Adam Nemet[AVX512] Add enum for the static rounding types
2014-08-14 Adam Nemet[AVX512] Break out the logic to lower masking intrinsics
2014-08-14 Adam Nemet[AVX512] Add masking variant for the FMA instructions
2014-08-14 Chandler Carruth[x86] Begin stubbing out the AVX support in the new...
2014-08-13 Quentin Colombet[X86] Fix the value of the low mask for the lowering...
2014-08-13 Juergen Ributzka[FastISel][X86] Add large code model support for materi...
2014-08-13 Juergen Ributzka[FastISel][X86] Use XOR to materialize the "0" value.
2014-08-13 Juergen Ributzka[FastISel][X86] Emit more efficient instructions for...
2014-08-13 Juergen Ributzka[FastISel][X86] Refactor constant materialization....
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-13 Aaron BallmanSilence a -Wparenthesis warning with these asserts...
2014-08-13 Robert Khasanov[SKX] Extended non-temporal load/store instructions...
2014-08-13 Elena DemikhovskyAVX-512: Fixed a bug in shufflevector lowering.
2014-08-13 Chandler Carruth[x86] Rewrite a core part of the new vector shuffle...
2014-08-12 Adam Nemet[AVX512] Handle valign masking intrinsic via C++ lowering
2014-08-12 Sanjay Patelfixed typos
2014-08-11 Elena DemikhovskyAVX-512: added a missing bitcast from v16f32 to v16i32
2014-08-11 Hans WennborgIncrease the size of these SmallVectors in X86ISelLower...
2014-08-09 Sanjay Patelfixed typos
2014-08-09 Eric ChristopherInitialize X86 DataLayout based on the Triple only.
2014-08-09 Eric ChristopherMove some X86 subtarget configuration onto the subtarge...
2014-08-08 Rui Ueyama[FastISel][X86] Silence -Wenum-compare warning
2014-08-08 Juergen Ributzka[FastISel][X86] Fix INC/DEC optimization (r215230)
2014-08-08 Juergen Ributzka[FastISel][X86] Use INC/DEC when possible for {sadd...
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-07 Adam Nemet[AVX512] Add zero-masking variant to AVX512_masking...
2014-08-07 Adam Nemet[AVX512] Add codegen test for the masking variant of...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Adam Nemet[AVX512] Generate masking instruction variants with...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-07 Alexander KornienkoInsert parens to avoid a warning:
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...
next