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-08-22
Record variable debug info at ISel time directly.
Devang Patel
2009-08-16
more formatting improvements, no functionality change.
Chris Lattner
2009-08-16
code formatting improvements, no functionality change.
Chris Lattner
2009-08-08
Add crc32 instruction and intrinsics. Add a new class of prefix
Eric Christopher
2009-08-08
Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions,...
Bruno Cardoso Lopes
2009-08-05
1) Proper emit displacements for x86, using absolute relocations where necessary
Bruno Cardoso Lopes
2009-08-03
- s/DOUT/DEBUG(errs()/g
Bill Wendling
2009-07-31
Use setPreservesAll in X86CodeEmitter.
Dan Gohman
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-16
Add line numbers to OProfile. To do this, I added a processDebugLoc()
Jeffrey Yasskin
2009-07-14
Use the right relocation type for X86::MOV64ri64i32
Bruno Cardoso Lopes
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-10
change isGlobalStubReference to take target flags instead of a MachineOperand.
Chris Lattner
2009-07-10
convert some late code (called by regalloc and code emission)
Chris Lattner
2009-07-10
GVRequiresExtraLoad is now never used for calls, simplify it based on this.
Chris Lattner
2009-07-10
convert a helper method to be a static function instead of a
Chris Lattner
2009-07-08
Implement changes from Chris's feedback.
Torok Edwin
2009-07-08
Start converting to new error handling API.
Torok Edwin
2009-07-06
Add the Object Code Emitter class. Original patch by Aaron Gray, I did some
Bruno Cardoso Lopes
2009-06-27
fix a bunch of failures in the X86-64 JIT by tolerating RIP as
Chris Lattner
2009-06-01
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-28
The MONITOR and MWAIT instructions have insufficient information for
Bill Wendling
2009-05-12
Avoid unneeded SIB byte encoding. Patch by Zoltan Varga.
Evan Cheng
2009-05-06
Use X86AddrNumOperands instead of magic constant one
Dale Johannesen
2009-05-05
Revert part of 70929 that has to do with determining whether a SIB byte is ne...
Evan Cheng
2009-05-04
- Avoid the longer SIB encoding on x86_64 when it's not needed.
Evan Cheng
2009-04-08
Re-apply 68552.
Rafael Espindola
2009-04-07
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-03-28
Have only one definition of X86AddrNumOperands.
Rafael Espindola
2009-03-28
Make code a bit less brittle by no hardcoding the number
Rafael Espindola
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
[prev]
[next]