Chris Lattner
|
170fbcbc63
|
Fix this a 3rd time :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22151 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-05-20 17:00:21 +00:00 |
|
Andrew Lenharth
|
75a51277d2
|
fix compilation error due to no abort being defined. There is probably a better way to do this
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22150 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-05-20 16:34:44 +00:00 |
|
Duraid Madina
|
732c843f0e
|
this seems dead (and broke the ia64 build, so..)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22147 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-05-20 06:21:59 +00:00 |
|
Jeff Cohen
|
8bc6f934e8
|
Fix tail call support in VC++ builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22143 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-05-20 01:35:39 +00:00 |
|
Chris Lattner
|
1030f72f8a
|
Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22137 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-05-19 06:49:17 +00:00 |
|
Misha Brukman
|
0e0a7a45d3
|
* Remove trailing whitespace
* Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21426 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-04-21 23:38:14 +00:00 |
|
Chris Lattner
|
90b1b457ef
|
Do not push two return addresses on the stack when we call external functions who have their addresses taken. This fixes test-call.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18134 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-11-22 22:25:30 +00:00 |
|
Chris Lattner
|
88f9386cfe
|
There is no reason to emit function stubs for direct calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18082 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-11-21 03:46:06 +00:00 |
|
Chris Lattner
|
7ddde32ead
|
Implement the X86 JIT interfaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18067 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-11-20 23:54:33 +00:00 |
|