Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a purely hypothetical problem (for now): emitWord emits in the host | Chris Lattner | 2006-05-02 | 1 | -2/+2 | |
| | | | | | | | | byte format. This doesn't work when using the code emitter in a cross target environment. Since the code emitter is only really used by the JIT, this isn't a current problem, but if we ever start emitting .o files, it would be. llvm-svn: 28060 | |||||
* | Mingw32 patches supplied by Anton Korobeynikov. | Jeff Cohen | 2006-04-29 | 1 | -2/+2 | |
| | | | | llvm-svn: 28023 | |||||
* | Keep the stack from on darwin 16-byte aligned. This fixes many JIT | Nate Begeman | 2006-04-25 | 1 | -2/+13 | |
| | | | | | | failres. llvm-svn: 27973 | |||||
* | Improve compatibility with VC2005, patch by Morten Ofstad! | Chris Lattner | 2006-01-26 | 1 | -3/+5 | |
| | | | | llvm-svn: 25653 | |||||
* | update interface | Andrew Lenharth | 2005-07-22 | 1 | -1/+1 | |
| | | | | llvm-svn: 22498 | |||||
* | Fix lli linking on Mac OS X 10.4.1 for Intel. | Nate Begeman | 2005-06-08 | 1 | -2/+2 | |
| | | | | llvm-svn: 22200 | |||||
* | Make sure that Cygwin assembly includes _ as part of function names. | Reid Spencer | 2005-06-02 | 1 | -0/+9 | |
| | | | | llvm-svn: 22190 | |||||
* | C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream> | Nate Begeman | 2005-05-20 | 1 | -1/+2 | |
| | | | | | | so that the shiny new use of std::cerr is defined. llvm-svn: 22156 | |||||
* | Since everyone else has "fixed" this file, might as well join in the fun. | Misha Brukman | 2005-05-20 | 1 | -4/+3 | |
| | | | | | | | * Change assert() to std::cerr printout, as it will not appear in opt builds * Add comments to clarify what #ifdef/#else/#endif match what condition(s) llvm-svn: 22154 | |||||
* | Fix this a 3rd time :) | Chris Lattner | 2005-05-20 | 1 | -1/+2 | |
| | | | | llvm-svn: 22151 | |||||
* | fix compilation error due to no abort being defined. There is probably a ↵ | Andrew Lenharth | 2005-05-20 | 1 | -0/+1 | |
| | | | | | | better way to do this llvm-svn: 22150 | |||||
* | this seems dead (and broke the ia64 build, so..) | Duraid Madina | 2005-05-20 | 1 | -1/+0 | |
| | | | | llvm-svn: 22147 | |||||
* | Fix tail call support in VC++ builds | Jeff Cohen | 2005-05-20 | 1 | -38/+45 | |
| | | | | llvm-svn: 22143 | |||||
* | Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them | Chris Lattner | 2005-05-19 | 1 | -6/+39 | |
| | | | | llvm-svn: 22137 | |||||
* | * Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 | |
| | | | | | | * Convert tabs to spaces llvm-svn: 21426 | |||||
* | Do not push two return addresses on the stack when we call external ↵ | Chris Lattner | 2004-11-22 | 1 | -10/+16 | |
| | | | | | | functions who have their addresses taken. This fixes test-call.ll llvm-svn: 18134 | |||||
* | There is no reason to emit function stubs for direct calls. | Chris Lattner | 2004-11-21 | 1 | -1/+0 | |
| | | | | llvm-svn: 18082 | |||||
* | Implement the X86 JIT interfaces | Chris Lattner | 2004-11-20 | 1 | -0/+140 | |
llvm-svn: 18067 |