index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86CodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a bunch of failures in the X86-64 JIT by tolerating RIP as
Chris Lattner
2009-06-27
1
-3
/
+5
*
Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray
Bruno Cardoso Lopes
2009-06-01
1
-44
/
+48
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-23
/
+55
*
The MONITOR and MWAIT instructions have insufficient information for
Bill Wendling
2009-05-28
1
-3
/
+16
*
Avoid unneeded SIB byte encoding. Patch by Zoltan Varga.
Evan Cheng
2009-05-12
1
-1
/
+2
*
Use X86AddrNumOperands instead of magic constant one
Dale Johannesen
2009-05-06
1
-1
/
+2
*
Revert part of 70929 that has to do with determining whether a SIB byte is ne...
Evan Cheng
2009-05-05
1
-2
/
+2
*
- Avoid the longer SIB encoding on x86_64 when it's not needed.
Evan Cheng
2009-05-04
1
-2
/
+2
*
Re-apply 68552.
Rafael Espindola
2009-04-08
1
-19
/
+10
*
Temporarily revert r68552. This was causing a failure in the self-hosting LLVM
Bill Wendling
2009-04-07
1
-10
/
+19
*
Reduce code duplication on the TLS implementation.
Rafael Espindola
2009-04-07
1
-19
/
+10
*
Have only one definition of X86AddrNumOperands.
Rafael Espindola
2009-03-28
1
-3
/
+0
*
Make code a bit less brittle by no hardcoding the number
Rafael Espindola
2009-03-28
1
-6
/
+12
*
Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb...
Evan Cheng
2009-03-12
1
-1
/
+7
*
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-10
1
-1
/
+1
*
Eliminate a compile time warning.
Evan Cheng
2008-11-19
1
-4
/
+6
*
Fix indentation.
Dan Gohman
2008-11-10
1
-1
/
+1
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
1
-13
/
+13
*
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
1
-16
/
+16
*
x86_64 rip-relative and magic mode address
Mon P Wang
2008-10-31
1
-4
/
+8
*
Generate code for TLS instructions.
Nicolas Geoffray
2008-10-25
1
-0
/
+17
*
Fix constant-offset emission for x86-64 absolute addresses. This
Dan Gohman
2008-10-24
1
-11
/
+19
*
Fix lfence and mfence encoding. These look like MRM5r and MRM6r instructions ...
Evan Cheng
2008-10-17
1
-3
/
+15
*
Update size of inst correctly with segment override.
Anton Korobeynikov
2008-10-12
1
-0
/
+2
*
Fix comment typo.
Duncan Sands
2008-10-11
1
-1
/
+1
*
Add ability to override segment (mostly for code emitter purposes).
Anton Korobeynikov
2008-10-11
1
-0
/
+10
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-30
/
+30
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-2
/
+2
*
Allow inline asm nodes with empty bodies inside JIT.
Anton Korobeynikov
2008-08-21
1
-2
/
+6
*
Clean up whitespace.
Bill Wendling
2008-08-21
1
-5
/
+7
*
Make x86-64 JIT changes Darwin-specific.
Dale Johannesen
2008-08-12
1
-1
/
+12
*
In the absence of a linker to build the GOT, use the 32-bit
Dale Johannesen
2008-08-12
1
-1
/
+3
*
Some fixes for x86-64 JIT. Make it use small code
Dale Johannesen
2008-08-11
1
-12
/
+8
*
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-07-01
1
-1
/
+2
*
runOnMachineFunction should set IsPIC because relocation model may have been ...
Evan Cheng
2008-05-20
1
-0
/
+1
*
Change target-specific classes to use more precise static types.
Dan Gohman
2008-05-14
1
-7
/
+7
*
- Fix atomic operation JIT encoding.
Evan Cheng
2008-04-18
1
-1
/
+4
*
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-16
1
-147
/
+12
*
Fix x86-64 encoding bug. REX prefix must always follow 0x0F prefix. For examp...
Evan Cheng
2008-04-03
1
-10
/
+13
*
Unbreak JIT. Ignore TargetInstrInfo::IMPLICIT_DEF.
Evan Cheng
2008-03-17
1
-0
/
+1
*
Replace all target specific implicit def instructions with a target independe...
Evan Cheng
2008-03-15
1
-8
/
+0
*
Add debugging stuff.
Evan Cheng
2008-03-14
1
-0
/
+4
*
Ignore debugging related instructions if they get this far.
Evan Cheng
2008-03-05
1
-0
/
+4
*
Rather than asserting. Dump out the MI that we are not able to encode and abort.
Evan Cheng
2008-03-05
1
-1
/
+6
*
Add lock prefix support to x86. Also add the instructions necessary for the ...
Andrew Lenharth
2008-03-01
1
-0
/
+3
*
De-tabify
Bill Wendling
2008-02-26
1
-2
/
+2
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-5
/
+12
*
Avoid needlessly casting away const qualifiers.
Dan Gohman
2008-02-08
1
-3
/
+3
*
IMPLICIT_USE and IMPLICIT_DEF are dead, remove them.
Chris Lattner
2008-01-10
1
-2
/
+0
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-12
/
+12
[next]