index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
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
2007-11-13
Fix x86-64 jit: remove reliance on Dwarf numbers.
Evan Cheng
2007-08-29
Move getX86RegNum into X86RegisterInfo and use it
Duncan Sands
2007-07-29
Change the x86 backend to use extract_subreg for truncation operations. Passe...
Christopher Lamb
2007-07-27
Trampoline codegen support for X86-32.
Duncan Sands
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-10
Add support for our first SSSE3 instruction "pmulhrsw".
Bill Wendling
2007-03-14
Clean up.
Evan Cheng
2007-03-14
X86-64 JIT is in large code model. Need stubs for direct calls.
Evan Cheng
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2006-12-19
eliminate static ctors for Statistic objects.
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-05
JIT large code model support.
Evan Cheng
2006-12-05
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
Evan Cheng
2006-12-01
Match TargetInstrInfo changes.
Evan Cheng
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
[next]