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
/
X86JITInfo.h
Age
Commit message (
Expand
)
Author
2009-11-23
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-09-03
X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...
Evan Cheng
2009-05-30
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2008-12-10
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
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-25
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-04-16
Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...
Nicolas Geoffray
2008-03-25
Add explicit keywords.
Dan Gohman
2008-01-05
X86 JIT PIC jumptable support.
Evan Cheng
2008-01-04
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-11-15
Remove unneeded forward decls
Chris Lattner
2006-09-04
Completely rearchitect the interface between targets and the pass manager.
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-03-13
Added getTargetLowering() to TargetMachine. Refactored targets to support this.
Evan Cheng
2005-07-29
turn off GOT on archs that didn't use it (not that it appeard to harm them mu...
Andrew Lenharth
2005-07-22
update interface
Andrew Lenharth
2005-04-21
* Remove trailing whitespace
Misha Brukman
2004-11-20
We implement these interfaces
Chris Lattner
2003-12-28
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
implement support for the intrinsic lowering functionality
Chris Lattner
2003-12-20
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner