summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86JITInfo.cpp
Commit message (Expand)AuthorAge
* Creating multiple JITs on X86 in multiple threads causes multiple writes (ofNick Lewycky2011-12-03
* lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.NAKAMURA Takumi2011-02-05
* Target/X86: Fix whitespace.NAKAMURA Takumi2011-02-05
* Merge System into Support.Michael J. Spencer2010-11-29
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-23
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-15
* Fix x86 JIT stub on MSVC.Torok Edwin2010-02-08
* Change errs() to dbgs().David Greene2010-01-05
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-23
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-23
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-16
* Change the marker byte for stubs from 0xcd to 0xce (another form ofDale Johannesen2009-09-15
* Do not create calls via PLT in compilation callback - this is higly platformAnton Korobeynikov2009-09-06
* Unbreak x86_64 build.Evan Cheng2009-09-03
* X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng2009-09-03
* Short-term workaround for frame-related weirdness on win64.Anton Korobeynikov2009-08-28
* remove the last uses of Config/alloca.hChris Lattner2009-08-23
* Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.Reid Kleckner2009-08-19
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-05
* - s/DOUT/DEBUG(errs()/gBill Wendling2009-08-03
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-12
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Start converting to new error handling API.Torok Edwin2009-07-08
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* Use .size and .type on ELF systems; this helps tools that mapDan Gohman2009-02-06
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-10
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-10
* Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...Evan Cheng2008-11-08
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-05
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-25
* When resolving a stub in x86-64 JIT, use a PC-relative branchDale Johannesen2008-08-12
* Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel2008-07-16
* X86-64 PIC jump table values are different from x86-32 cases, they are dest -...Evan Cheng2008-07-16
* Fixes for being compiled PIC on Linux. This isn't the mostDan Gohman2008-06-24
* Don't break strict aliasing.Evan Cheng2008-06-05
* Unbreak build on x86-64.Dale Johannesen2008-04-16
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-16
* Add Win64 compilation callback. This allows easy examples to be JITed on Win64!Anton Korobeynikov2008-03-23
* Code cleanup. Provide generic way of selecting JIT pointer bitwidth regardlessAnton Korobeynikov2008-03-23
* Remove old-standing obsolete code.Anton Korobeynikov2008-03-23
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Silence warning about loss of precision.Bill Wendling2008-01-08
* X86 JIT PIC jumptable support.Evan Cheng2008-01-05
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-04
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Erm, really disable :)Anton Korobeynikov2007-12-22
* Disable, until we'll really need itAnton Korobeynikov2007-12-22