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
2006-11-17
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-10
Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands...
Evan Cheng
2006-11-09
Remove M_2_ADDR_FLAG.
Evan Cheng
2006-09-13
Skip over first operand when determining REX prefix for two-address code.
Evan Cheng
2006-09-08
Committing X86-64 support.
Evan Cheng
2006-09-07
Clean up.
Evan Cheng
2006-09-06
Watch out for variable_ops instructions.
Evan Cheng
2006-09-06
Variable ops instructions may ignore the last few operands for code emission.
Evan Cheng
2006-09-05
Update the X86 JIT to make it work with the new two-addr changes. This also
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-26
Give a good error message when we try to jit inline asm.
Chris Lattner
2006-07-27
Resolve BB references with relocation.
Evan Cheng
2006-07-25
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-06-28
Hide x86 symbols
Chris Lattner
2006-06-22
Eliminate unneeded parameter.
Evan Cheng
2006-06-21
variable_ops instructions such as call can have any number of operands.
Evan Cheng
2006-05-16
X86 integer register classes naming changes. Make them consistent with FP, ve...
Evan Cheng
2006-05-04
Remove a bunch more dead V9 specific stuff
Chris Lattner
2006-05-04
Remove some more V9-specific stuff.
Chris Lattner
2006-05-04
Simplify handling of relocations
Chris Lattner
2006-05-03
Change from using MachineRelocation ctors to using static methods
Chris Lattner
2006-05-03
inline a simple method
Chris Lattner
2006-05-03
Suck block address tracking out of targets into the JIT Emitter. This
Chris Lattner
2006-05-03
Teach the x86 jit how to handle jump tables not directly used by a jump
Nate Begeman
2006-05-03
Change the BasicBlockAddrs map to be a vector, indexed by MBB number.
Chris Lattner
2006-05-02
Several related changes:
Chris Lattner
2006-05-02
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
Refactor the machine code emitter interface to pull the pointers for the current
Chris Lattner
2006-05-02
There is no reason to use a virtual method to store this word.
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-22
Add a couple more pseudo instructions.
Evan Cheng
2006-02-26
ConstantPoolIndex is now the displacement portion of the address (rather
Evan Cheng
2006-02-22
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-18
Jit does not support PIC yet.
Evan Cheng
2006-02-14
Don't special case XS, XD prefixes.
Evan Cheng
2006-02-14
Bug fix: XS, XD prefixes were being emitted twice.
Evan Cheng
2006-02-01
- Use xor to clear integer registers (set R, 0).
Evan Cheng
2006-01-28
Fix a bunch of JIT failures with the new isel
Chris Lattner
2006-01-27
Unbreak the JIT with SSE
Chris Lattner
2006-01-24
Allow jit-beta to work
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-07-11
Refactor things a bit to allow the ELF code emitter to run the X86 machine co...
Chris Lattner
2005-07-06
First round of support for doing scalar FP using the SSE2 ISA extension and
Nate Begeman
2005-05-19
Tailcalls require stubs to be emitted. Otherwise, the compilation callback
Chris Lattner
2005-04-21
* Remove trailing whitespace
Misha Brukman
2004-11-21
There is no reason to emit function stubs for direct calls.
Chris Lattner
2004-11-20
Remove all JIT specific code and switch the code generator over to emitting
Chris Lattner
2004-11-19
Dont' forget to switch back to decimal output
Chris Lattner
2004-11-16
Fix a major bug in the signed shr code, which apparently only breaks 134.perl!
Chris Lattner
2004-11-16
Remove a dead function, which died when we got GAS emission working (phwew,
Chris Lattner
[prev]
[next]