summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86JITInfo.cpp
Commit message (Expand)AuthorAge
* 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
* Preliminary PIC JIT support for X86 (32-bit) / Darwin.Evan Cheng2007-12-22
* Correct typo for Linux: s/esp/%rsp/Scott Michel2007-12-12
* Hey, English is not my native language :)Anton Korobeynikov2007-12-10
* Clarify the need of CFI() stuffAnton Korobeynikov2007-12-10
* Provide convenient way to disable CFI stuff for old/broken assemblers.Anton Korobeynikov2007-12-10
* Disable cfi directives for now, darwin does't support them.Chris Lattner2007-12-10
* And finally annotate X86-64 version of callback. Anton Korobeynikov2007-12-10
* Provide annotation for SSE version of callback. It's even moreAnton Korobeynikov2007-12-10
* Annotate JIT callback function with call frame infromation. Anton Korobeynikov2007-12-10
* Oops.Evan Cheng2007-03-14
* x86-64 JIT stub codegen.Evan Cheng2007-03-14
* Preliminary support for X86-64 JIT stub codegen.Evan Cheng2007-03-14
* Save all registers by default, as they can be used to pass parametersAnton Korobeynikov2007-01-29
* - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bitEvan Cheng2006-12-05
* Removed even more std::cerr and #include <iostream> things.Bill Wendling2006-11-17
* Align stubs on 4 byte boundary. This fixes 447.dealII.Evan Cheng2006-11-16
* One more try.Evan Cheng2006-10-16
* Unbreak x86-64 build.Evan Cheng2006-10-16
* Added a X86CompilationCallback variant which saves XMM argument registers for...Evan Cheng2006-10-16
* Use __USER_LABEL_PREFIX__ to get the prefix added by the current host.Chris Lattner2006-09-08
* Committing X86-64 support.Evan Cheng2006-09-08
* Resolve BB references with relocation.Evan Cheng2006-07-27
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-25
* Fix JIT on non MacOS X i386 systems.Evan Cheng2006-07-05
* Let X86CompilationCallback pass previous frame and return address to X86Compi...Evan Cheng2006-06-29
* Simplify X86CompilationCallback: always align to 16-byte boundary; don't save...Evan Cheng2006-06-24
* Silence -pedantic warning.Chris Lattner2006-06-01
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-02
* Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen2006-04-29
* Keep the stack from on darwin 16-byte aligned. This fixes many JITNate Begeman2006-04-25
* Improve compatibility with VC2005, patch by Morten Ofstad!Chris Lattner2006-01-26
* update interfaceAndrew Lenharth2005-07-22