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
/
X86CodeEmitter.cpp
Age
Commit message (
Expand
)
Author
2009-03-12
Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb...
Evan Cheng
2008-12-10
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-11-19
Eliminate a compile time warning.
Evan Cheng
2008-11-10
Fix indentation.
Dan Gohman
2008-11-10
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-05
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-10-31
x86_64 rip-relative and magic mode address
Mon P Wang
2008-10-25
Generate code for TLS instructions.
Nicolas Geoffray
2008-10-24
Fix constant-offset emission for x86-64 absolute addresses. This
Dan Gohman
2008-10-17
Fix lfence and mfence encoding. These look like MRM5r and MRM6r instructions ...
Evan Cheng
2008-10-12
Update size of inst correctly with segment override.
Anton Korobeynikov
2008-10-11
Fix comment typo.
Duncan Sands
2008-10-11
Add ability to override segment (mostly for code emitter purposes).
Anton Korobeynikov
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-08-21
Allow inline asm nodes with empty bodies inside JIT.
Anton Korobeynikov
2008-08-21
Clean up whitespace.
Bill Wendling
2008-08-12
Make x86-64 JIT changes Darwin-specific.
Dale Johannesen
2008-08-12
In the absence of a linker to build the GOT, use the 32-bit
Dale Johannesen
2008-08-11
Some fixes for x86-64 JIT. Make it use small code
Dale Johannesen
2008-07-01
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-05-20
runOnMachineFunction should set IsPIC because relocation model may have been ...
Evan Cheng
2008-05-14
Change target-specific classes to use more precise static types.
Dan Gohman
2008-04-18
- Fix atomic operation JIT encoding.
Evan Cheng
2008-04-16
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-03
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For examp...
Evan Cheng
2008-03-17
Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
Evan Cheng
2008-03-15
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-14
Add debugging stuff.
Evan Cheng
2008-03-05
Ignore debugging related instructions if they get this far.
Evan Cheng
2008-03-05
Rather than asserting. Dump out the MI that we are not able to encode and abort.
Evan Cheng
2008-03-01
Add lock prefix support to x86. Also add the instructions necessary for the ...
Andrew Lenharth
2008-02-26
De-tabify
Bill Wendling
2008-02-13
Enable exception handling int JIT
Nicolas Geoffray
2008-02-08
Avoid needlessly casting away const qualifiers.
Dan Gohman
2008-01-10
IMPLICIT_USE and IMPLICIT_DEF are dead, remove them.
Chris Lattner
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
rename hasVariableOperands() -> isVariadic(). Add some comments.
Chris Lattner
2008-01-07
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-05
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-05
Combine MovePCtoStack + POP32r into one instruction MOVPC32r so it can be mov...
Evan Cheng
2008-01-04
Unbreak tailcall opt in JIT.
Evan Cheng
2008-01-04
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2008-01-03
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
Evan Cheng
2008-01-02
X86 PIC JIT bug fix: relocations for constantpool and jumptable.
Evan Cheng
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-22
Preliminary PIC JIT support for X86 (32-bit) / Darwin.
Evan Cheng
2007-11-13
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
[next]