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
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
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
[next]