[WebAssembly] Rename BR_IF_ to BR_IF
[oota-llvm.git] / lib / Target / X86 /
2015-11-13 Joseph Tremoulet[WinEH] Find root frame correctly in CLR funclets
2015-11-13 Vyacheslav KlochkovX86-FMA3: Implemented commute transformations FMA*_Int...
2015-11-12 Vyacheslav KlochkovMy first/test commit. Removed a trailing whitespace.
2015-11-12 Michael Zuckerman[x86] translating "fp" (floating point) instructions...
2015-11-12 Manman Ren[TLS on Darwin] use a different mask for tls calls...
2015-11-11 Joseph Tremoulet[WinEH] Only generate UnwindHelp slot for MSVCXX
2015-11-11 Douglas KatzmanVisibly fail if attempting to encode register AH,BH...
2015-11-11 Aaron BallmanSilencing nine warnings for "enumeral and non-enumeral...
2015-11-11 Michael Kuperstein[X86] Replace LEAs with INC/DEC when profitable
2015-11-11 Craig Topper[X86] Fix feature flags on some MMX register instructio...
2015-11-11 Craig Topper[X86] Remove redundant MMX isel patterns.
2015-11-10 Reid Kleckner[WinEH] Insert the MBB for EH_RESTORE after the catchret
2015-11-10 Michael Kuperstein[X86] Do not try to custom-lower sitofp/fptosi in soft...
2015-11-10 Igor BregerAVX512 : Implemented encoding and DAG lowering for...
2015-11-10 David BlaikieRemove another variable unused in -Asserts build
2015-11-10 David BlaikieRemove some unused variables to clean up the -Werror...
2015-11-10 Andy AyersSupport for emitting inline stack probes
2015-11-09 Reid Kleckner[WinEH] Remove isBarrier from instructions that do...
2015-11-09 Sanjay Pateladd a SelectionDAG method to check if no common bits...
2015-11-09 David Majnemer[WinEH] Don't emit CATCHRET from visitCatchPad
2015-11-09 Sanjay Patel[x86] try harder to match bitwise 'or' into an LEA
2015-11-09 Reid Kleckner[WinEH] Tweak funclet prologue/epilogue insertion to...
2015-11-08 David Majnemer[WinEH] Update PHIs of CATCHRET successors
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-06 Ahmed Bougacha[X86] Fold (trunc (i32 (zextload i16))) into vbroadcast.
2015-11-06 Ahmed Bougacha[X86] SRL non-LSB extracts when folding to truncating...
2015-11-06 Ahmed Bougacha[X86] Don't fold non-LSB extracts into truncating broad...
2015-11-06 Andrew KaylorImproved the operands commute transformation for X86...
2015-11-06 Reid Kleckner[WinEH] Mark funclet entries and exits as clobbering...
2015-11-06 Reid Kleckner[WinEH] Split EH_RESTORE out of CATCHRET for 32-bit EH
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Reid Kleckner[WinEH] Fix funclet prologues with stack realignment
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-11-05 Petar JovanovicAdd cfi instr for CFA calculation when movpc is expande...
2015-11-05 Asaf Badouhrevert rev. 252153 due to build failure on ubuntu
2015-11-05 Asaf Badouh[X86][AVX512] add comi with Sae
2015-11-05 Asaf Badouh[X86][AVX512] small bugfix in VPBROADCASTM
2015-11-05 Joseph Tremoulet[WinEH] Fix establisher param reg in CLR funclets
2015-11-04 Quentin Colombet[x86] Teach the shrink-wrapping hooks to do the proper...
2015-11-04 Simon PilgrimWarning fix.
2015-11-04 Simon Pilgrim[X86][SSE] Add general memory folding for (V)INSERTPS...
2015-11-04 Sanjoy Das[IR] Add bounds checking to paramHasAttr
2015-11-04 Andrew KaylorCreated new X86 FMA3 opcodes (FMA*_Int) that are used...
2015-11-04 Michael Kuperstein[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
2015-11-04 Michael Kuperstein[X86] DAGCombine should not introduce FILD in soft...
2015-11-03 Simon Pilgrim[X86][XOP] Add support for the matching of the VPCMOV...
2015-11-03 Michael Kuperstein[X86] Generate .cfi_adjust_cfa_offset correctly when...
2015-11-03 Igor BregerAVX512: add encoding tests for vmovq/d instructions.
2015-11-02 Igor BregerAVX512: Implemented encoding and intrinsics for VBROADC...
2015-11-02 Craig Topper[X86] Remove assertions that check for valid scale...
2015-11-02 Craig Topper[X86] Fold 'if' followed by just an llvm_unreachable...
2015-11-02 Craig Topper[X86] Use isa instead of dyn_cast in a bool context...
2015-11-02 Craig Topper[X86] Remove some llvm_unreachables after switches...
2015-11-02 Craig Topper[X86] Remove a 'break' after an llvm_unreachable.
2015-11-02 Craig Topper[X86] Use cast instead of dyn_cast and a null check...
2015-11-02 Craig Topper[X86] Use MVT instead of EVT when the type is known...
2015-11-01 Elena DemikhovskyAVX-512: Optimized SIMD truncate operations for AVX512F...
2015-10-31 Craig Topper[X86] Replace getScalarType with getVectorElementType...
2015-10-31 Craig Topper[X86] Convert to MVT instead of calling EVT functions...
2015-10-31 Craig Topper[X86] Call getScalarSizeInBits() instead of getScalarTy...
2015-10-31 Craig Topper[X86] Remove two const references to the return value...
2015-10-31 Craig Topper[X86] Replace EVT with MVT in some more places. NFC
2015-10-31 Craig Topper[X86] Fix indentation of case statements in switch...
2015-10-31 Craig Topper[X86] Reduce math for index calculation for inserting...
2015-10-30 Craig Topper[X86] Use is128BitVector/is256BitVector/is512BitVector...
2015-10-30 Craig Topper[X86] Minor formatting fixes. NFC.
2015-10-30 Craig Topper[X86] Use MVT instead of EVT in some places. NFC
2015-10-29 Simon Pilgrim[X86][SSE] Shuffle blends with zero
2015-10-29 Benjamin KramerRemove CRLF line endings.
2015-10-28 Cong Hou[X86] A small fix in X86/X86TargetTransformInfo.cpp...
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 Craig Topper[X86] Make some for loops over MVTs more explicit ...
2015-10-28 Craig TopperUse range-based for loops and use initializer list...
2015-10-28 Craig TopperRemove templates from CostTableLookup functions. All...
2015-10-27 Asaf Badouh[X86][AVX512] [X86][AVX512] add convert float to half
2015-10-27 Michael Kuperstein[X86] Make elfiamcu an OS, not an environment.
2015-10-27 Craig TopperConvert cost table lookup functions to return a pointer...
2015-10-27 Sanjay Patel[x86] replace integer logic ops with packed SSE FP...
2015-10-26 Sanjay Patelreorganize logic; NFCI (retry r251349)
2015-10-26 Sanjay Patelrevert r251349; it included code for a functional change
2015-10-26 Sanjay Patelreorganize logic; NFCI
2015-10-26 Evgeniy Stepanov[safestack] Fast access to the unsafe stack pointer...
2015-10-26 Igor BregerAVX512: Enabled VPBROADCASTB lowering for v64i8 vectors.
2015-10-26 Igor BregerAVX-512: Use correct extract vector length.
2015-10-26 Igor BregerAVX512: Add AVX-512 not materializable instructions.
2015-10-26 David Majnemer[MC] Don't crash when .word is given bogus values
2015-10-25 Benjamin KramerConvert assert(false) into llvm_unreachable where it...
2015-10-25 Simon Pilgrim[X86][SSE4A] Fix for EXTRQI shuffle lowering.
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-25 Michael Kuperstein[X86] Add support for elfiamcu triple
2015-10-25 Craig TopperRemove two unnecessary conversions from MVT to EVT...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Simon Pilgrim[X86][SSE] lowerVectorShuffleWithUNPCK - use equivalent...
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon PilgrimFix unused variable warning. NFC.
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
2015-10-23 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-22 Eric ChristopherRemove the last traces of X86CompilationCallback as...
next