summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86JITInfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a purely hypothetical problem (for now): emitWord emits in the hostChris Lattner2006-05-021-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 Cohen2006-04-291-2/+2
| | | | llvm-svn: 28023
* Keep the stack from on darwin 16-byte aligned. This fixes many JITNate Begeman2006-04-251-2/+13
| | | | | | failres. llvm-svn: 27973
* Improve compatibility with VC2005, patch by Morten Ofstad!Chris Lattner2006-01-261-3/+5
| | | | llvm-svn: 25653
* update interfaceAndrew Lenharth2005-07-221-1/+1
| | | | llvm-svn: 22498
* Fix lli linking on Mac OS X 10.4.1 for Intel.Nate Begeman2005-06-081-2/+2
| | | | llvm-svn: 22200
* Make sure that Cygwin assembly includes _ as part of function names.Reid Spencer2005-06-021-0/+9
| | | | llvm-svn: 22190
* C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream>Nate Begeman2005-05-201-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 Brukman2005-05-201-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 Lattner2005-05-201-1/+2
| | | | llvm-svn: 22151
* fix compilation error due to no abort being defined. There is probably a ↵Andrew Lenharth2005-05-201-0/+1
| | | | | | better way to do this llvm-svn: 22150
* this seems dead (and broke the ia64 build, so..)Duraid Madina2005-05-201-1/+0
| | | | llvm-svn: 22147
* Fix tail call support in VC++ buildsJeff Cohen2005-05-201-38/+45
| | | | llvm-svn: 22143
* Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber themChris Lattner2005-05-191-6/+39
| | | | llvm-svn: 22137
* * Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
| | | | | | * Convert tabs to spaces llvm-svn: 21426
* Do not push two return addresses on the stack when we call external ↵Chris Lattner2004-11-221-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 Lattner2004-11-211-1/+0
| | | | llvm-svn: 18082
* Implement the X86 JIT interfacesChris Lattner2004-11-201-0/+140
llvm-svn: 18067
OpenPOWER on IntegriCloud