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
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-04
Correct this comment.
Dan Gohman
2009-03-04
When using MachineInstr operand indices on SDNodes, the number
Dan Gohman
2009-02-22
Do not consider MMX_MOVD64rr a move instructions. The source register is in G...
Evan Cheng
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-13
Remove non-DebugLoc versions of BuildMI from X86.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-11
Propagate DebugLoc info for spiller call-backs.
Bill Wendling
2009-02-09
Implement FpSET_ST1_*.
Evan Cheng
2009-02-09
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-06
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...
Evan Cheng
2009-02-06
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-03
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-15
Add load-folding table entries for BT*ri8 instructions.
Dan Gohman
2009-01-09
Add load-folding table entries for MOVDQA.
Dan Gohman
2009-01-07
Add load-folding table entries for cmovno too.
Dan Gohman
2009-01-07
Define instructions for cmovo and cmovno.
Dan Gohman
2009-01-07
X86_COND_C and X86_COND_NC are alternate mnemonics for
Dan Gohman
2009-01-06
Revert r42653 and forward-port the code that lets INC64_32r be
Dan Gohman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-12-23
Make the fuse-failed debug output human-readable.
Dan Gohman
2008-12-18
Fixed x86 code generation of multiple for v2i64. It was incorrect for SSE4.1.
Mon P Wang
2008-12-05
Reason #3 from 60595 doesn't hold true. If we can fold a PIC load from constp...
Evan Cheng
2008-12-05
Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLON...
Evan Cheng
2008-12-03
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-12-03
Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad, and teach X86's
Dan Gohman
2008-12-02
Reapply r60382. This time, don't mark "ADC" nodes with "implicit EFLAGS".
Bill Wendling
2008-12-01
Temporarily revert r60382. It caused CodeGen/X86/i2k.ll and others to fail.
Bill Wendling
2008-12-01
- Have "ADD" instructions return an implicit EFLAGS.
Bill Wendling
2008-11-26
Generate something sensible for an [SU]ADDO op when the overflow/carry flag is
Bill Wendling
2008-11-26
Fish kill flag annotations in PUSH instructions.
Dan Gohman
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-10-27
For now, don't split live intervals around x87 stack register barriers. FpGET...
Evan Cheng
2008-10-25
Generate code for TLS instructions.
Nicolas Geoffray
2008-10-21
Optimized FCMP_OEQ and FCMP_UNE for x86.
Dan Gohman
2008-10-21
When the coalescer is doing rematerializing, have it remove
Dan Gohman
2008-10-17
Define patterns for shld and shrd that match immediate
Dan Gohman
2008-10-16
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-12
Update size of inst correctly with segment override.
Anton Korobeynikov
2008-10-04
Revert r56675 - it breaks unwinding runtime everywhere.
Anton Korobeynikov
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-30
Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
Dan Gohman
2008-09-26
Mark lea fi# as being really rematerializable.
Dan Gohman
2008-09-26
Avoid spilling EBP / RBP twice in the prologue.
Evan Cheng
2008-09-23
Move the code for initializing the global base reg out of
Dan Gohman
2008-09-13
Remove isImm(), isReg(), and friends, in favor of
Dan Gohman
2008-08-29
Use static_cast instead of C style cast.
Evan Cheng
2008-08-29
Backing out 55521. Not safe.
Evan Cheng
[next]