aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86JITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bitEvan Cheng2006-12-051-0/+3
* Removed even more std::cerr and #include <iostream> things.Bill Wendling2006-11-171-6/+5
* Align stubs on 4 byte boundary. This fixes 447.dealII.Evan Cheng2006-11-161-2/+2
* One more try.Evan Cheng2006-10-161-4/+6
* Unbreak x86-64 build.Evan Cheng2006-10-161-2/+9
* Added a X86CompilationCallback variant which saves XMM argument registers for...Evan Cheng2006-10-161-1/+58
* Use __USER_LABEL_PREFIX__ to get the prefix added by the current host.Chris Lattner2006-09-081-15/+14
* Committing X86-64 support.Evan Cheng2006-09-081-10/+69
* Resolve BB references with relocation.Evan Cheng2006-07-271-10/+0
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-0/+10
* Fix JIT on non MacOS X i386 systems.Evan Cheng2006-07-051-4/+0
* Let X86CompilationCallback pass previous frame and return address to X86Compi...Evan Cheng2006-06-291-10/+7
* Simplify X86CompilationCallback: always align to 16-byte boundary; don't save...Evan Cheng2006-06-241-14/+16
* Silence -pedantic warning.Chris Lattner2006-06-011-1/+3
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-021-2/+2
* Mingw32 patches supplied by Anton Korobeynikov.Jeff Cohen2006-04-291-2/+2
* Keep the stack from on darwin 16-byte aligned. This fixes many JITNate Begeman2006-04-251-2/+13
* Improve compatibility with VC2005, patch by Morten Ofstad!Chris Lattner2006-01-261-3/+5
* update interfaceAndrew Lenharth2005-07-221-1/+1
* Fix lli linking on Mac OS X 10.4.1 for Intel.Nate Begeman2005-06-081-2/+2
* Make sure that Cygwin assembly includes _ as part of function names.Reid Spencer2005-06-021-0/+9
* C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream>Nate Begeman2005-05-201-1/+2
* Since everyone else has "fixed" this file, might as well join in the fun.Misha Brukman2005-05-201-4/+3
* Fix this a 3rd time :)Chris Lattner2005-05-201-1/+2
* fix compilation error due to no abort being defined. There is probably a bet...Andrew Lenharth2005-05-201-0/+1
* this seems dead (and broke the ia64 build, so..)Duraid Madina2005-05-201-1/+0
* Fix tail call support in VC++ buildsJeff Cohen2005-05-201-38/+45
* Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber themChris Lattner2005-05-191-6/+39
* * Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Do not push two return addresses on the stack when we call external functions...Chris Lattner2004-11-221-10/+16
* There is no reason to emit function stubs for direct calls.Chris Lattner2004-11-211-1/+0
* Implement the X86 JIT interfacesChris Lattner2004-11-201-0/+140