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
2010-08-27
Properly handle passing of FP stuff to varargs function on Win64:
Anton Korobeynikov
2010-08-17
Revert part of one of the prev. patches - tailjmp will follow later.
Anton Korobeynikov
2010-08-17
Enable more win64 calls folding opportunities.
Anton Korobeynikov
2010-08-12
- Teach SSEDomainFix to switch between different levels of AVX instructions. ...
Bruno Cardoso Lopes
2010-08-12
Fix comment order
Bruno Cardoso Lopes
2010-08-11
Fix <rdar://problem/8282498> even if it doesn't reproduce on trunk.
Jakob Stoklund Olesen
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-29
Revert r109652, and remove the offending assert in loadRegFromStackSlot instead.
Jakob Stoklund Olesen
2010-07-27
The isLoadFromStackSlot and isStoreToStackSlot have no way of reporting
Jakob Stoklund Olesen
2010-07-27
Add assertions that expose the PR7713 miscompilation: Accessing a stack slot
Jakob Stoklund Olesen
2010-07-22
remove the JIT "NeedsExactSize" feature and supporting logic.
Chris Lattner
2010-07-22
instead of migrating it to the MC instruction encoder, just
Chris Lattner
2010-07-21
Fixes win64. It was broken by a previous patch where I missed the !isWin64
Rafael Espindola
2010-07-21
Fix a couple issues with Win64 ABI
Nate Begeman
2010-07-16
Remove the isMoveInstr() hook.
Jakob Stoklund Olesen
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill
Jakob Stoklund Olesen
2010-07-12
Check begin!=end, rather than !begin.
Dan Gohman
2010-07-12
Convert getLoadStoreRegOpcode to use a switch.
Rafael Espindola
2010-07-12
Convert the last getPhysicalRegisterRegClass in VirtRegRewriter.cpp to
Rafael Espindola
2010-07-11
X86InstrInfo::copyRegToReg is dead. Long live copyPhysReg!
Jakob Stoklund Olesen
2010-07-10
Don't emit st(0)/st(1) copies as FpMOV instructions. Use FpSET_ST? instead.
Jakob Stoklund Olesen
2010-07-10
Reapply bottom-up fast-isel, with several fixes for x86-32:
Dan Gohman
2010-07-09
Remember the *_TC opcodes for load/store
Jakob Stoklund Olesen
2010-07-09
Automatically fold COPY instructions into stack load/store.
Jakob Stoklund Olesen
2010-07-09
Fix a few tests
Jakob Stoklund Olesen
2010-07-09
Start the support for AVX instructions with 256-bit %ymm registers. A couple of
Bruno Cardoso Lopes
2010-07-08
Change LEA to have 5 operands for its memory operand, just
Chris Lattner
2010-07-08
add some long-overdue enums to refer to the parts of the 5-operand
Chris Lattner
2010-07-08
Remember the VR64 register class
Jakob Stoklund Olesen
2010-07-08
Implement X86InstrInfo::copyPhysReg
Jakob Stoklund Olesen
2010-07-08
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
Remove references to INSERT_SUBREG after de-SSA.
Jakob Stoklund Olesen
2010-07-07
fix copies to/from GR8_ABCD_H even more
Jakob Stoklund Olesen
2010-07-07
Allow copies between GR8_ABCD_L and GR8_ABCD_H.
Jakob Stoklund Olesen
2010-07-02
- Two-address pass should not assume unfolding is always successful.
Evan Cheng
2010-06-22
Fix the formatting of the switch statement and add a missing break.
Bill Wendling
2010-06-21
Fix an unintentional commit. I think I typed "git svn dcommit" in the wrong b...
Rafael Espindola
2010-06-21
wip
Rafael Espindola
2010-06-17
Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This
Stuart Hastings
2010-06-12
Merge getStoreRegOpcode and getLoadRegOpcode.
Rafael Espindola
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-05-25
Use enums instead of literals for X86 subregisters.
Jakob Stoklund Olesen
2010-05-24
Rename X86 subregister indices to something shorter.
Jakob Stoklund Olesen
2010-05-24
Add the SubRegIndex TableGen class.
Jakob Stoklund Olesen
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-20
Fix assembly parsing and encoding of the pushf and popf family of
Dan Gohman
[next]