index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86InstrInfo.cpp
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-04-19
ArrayRefize getMachineNode(). No functionality change.
Michael Liao
2013-03-27
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-02-04
Merge remote-tracking branch 'origin/master'
Derek Schuff
2013-02-04
Make some LLVM localmods compile when building with --disable-assertions.
Jan Voung
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-29
Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...
Craig Topper
2012-12-29
Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...
Craig Topper
2012-12-26
Remove alignment from a bunch more VEX encoded operations in the folding tables.
Craig Topper
2012-12-26
Remove alignment from folding table for VMOVUPD as an unaligned instruction i...
Craig Topper
2012-12-26
Remove alignment requirements from (V)EXTRACTPS. This instruction does 32-bit...
Craig Topper
2012-12-26
Remove alignment requirement from VCVTSS2SD in folding tables. Reverting r171...
Craig Topper
2012-12-25
VCVTSS2SD requires a strict alignment. Thanks Elena.
Nadav Rotem
2012-12-24
Some x86 instructions can load/store one of the operands to memory. On SSE, t...
Nadav Rotem
2012-12-21
In some cases, due to scheduling constraints we copy the EFLAGS.
Nadav Rotem
2012-12-21
X86: Match the SSE/AVX min/max vector ops using a custom node instead of intr...
Benjamin Kramer
2012-12-19
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-17
Simplify BMI ANDN matching to use patterns instead of a DAG combine. Also add...
Craig Topper
2012-12-17
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-17
Remove store forms of DEC/INC from isDefConvertible. Since they are stores th...
Craig Topper
2012-12-06
Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...
Craig Topper
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-11-27
X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions
Manman Ren
2012-11-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
2012-11-04
Remove alignments from folding tables for scalar FMA4 instructions.
Craig Topper
2012-10-31
Add scalar forms of FMA4 VFNMSUB/VFNMADD to folding tables. Patch from Camero...
Craig Topper
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-05
Move expansion of SETB_C(8/16/32/64)r from MCInstLower to ExpandPostRAPseudos...
Craig Topper
2012-10-01
Merge commit '72f0976c1b91c7ba50dce4d0ad0289dc14d37f81'
Derek Schuff
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-26
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
Add SARX/SHRX/SHLX code generation support
Michael Liao
2012-09-26
Add RORX code generation support
Michael Liao
2012-09-26
Add MULX code generation support
Michael Liao
2012-09-25
Merge commit 'bc4021f31eaa97ee52655828da3e3de14a39e4a6'
Derek Schuff
2012-09-20
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-17
Add some cases to x86 OptimizeCompare to handle DEC and INC, too.
Jan Wen Voung
2012-08-31
Mark FMA4 instructions as commutable and add them to the folding tables.
Craig Topper
2012-08-31
Add selection of RegOp2MemOpTable3 to canFoldMemoryOperand
Craig Topper
2012-08-28
Convert V_SETALLONES/AVX_SETALLONES/AVX2_SETALLONES to Post-RA pseudos.
Craig Topper
2012-08-28
Merge AVX_SET0PSY/AVX_SET0PDY/AVX2_SET0 into a single post-RA pseudo.
Craig Topper
2012-08-23
Preserve operand flags in convertToThreeAddress() by copying operands.
Jakob Stoklund Olesen
[next]