index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86JITInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
Evan Cheng
2006-12-05
1
-0
/
+3
*
Removed even more std::cerr and #include <iostream> things.
Bill Wendling
2006-11-17
1
-6
/
+5
*
Align stubs on 4 byte boundary. This fixes 447.dealII.
Evan Cheng
2006-11-16
1
-2
/
+2
*
One more try.
Evan Cheng
2006-10-16
1
-4
/
+6
*
Unbreak x86-64 build.
Evan Cheng
2006-10-16
1
-2
/
+9
*
Added a X86CompilationCallback variant which saves XMM argument registers for...
Evan Cheng
2006-10-16
1
-1
/
+58
*
Use __USER_LABEL_PREFIX__ to get the prefix added by the current host.
Chris Lattner
2006-09-08
1
-15
/
+14
*
Committing X86-64 support.
Evan Cheng
2006-09-08
1
-10
/
+69
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-10
/
+0
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-0
/
+10
*
Fix JIT on non MacOS X i386 systems.
Evan Cheng
2006-07-05
1
-4
/
+0
*
Let X86CompilationCallback pass previous frame and return address to X86Compi...
Evan Cheng
2006-06-29
1
-10
/
+7
*
Simplify X86CompilationCallback: always align to 16-byte boundary; don't save...
Evan Cheng
2006-06-24
1
-14
/
+16
*
Silence -pedantic warning.
Chris Lattner
2006-06-01
1
-1
/
+3
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Fix a purely hypothetical problem (for now): emitWord emits in the host
Chris Lattner
2006-05-02
1
-2
/
+2
*
Mingw32 patches supplied by Anton Korobeynikov.
Jeff Cohen
2006-04-29
1
-2
/
+2
*
Keep the stack from on darwin 16-byte aligned. This fixes many JIT
Nate Begeman
2006-04-25
1
-2
/
+13
*
Improve compatibility with VC2005, patch by Morten Ofstad!
Chris Lattner
2006-01-26
1
-3
/
+5
*
update interface
Andrew Lenharth
2005-07-22
1
-1
/
+1
*
Fix lli linking on Mac OS X 10.4.1 for Intel.
Nate Begeman
2005-06-08
1
-2
/
+2
*
Make sure that Cygwin assembly includes _ as part of function names.
Reid Spencer
2005-06-02
1
-0
/
+9
*
C'mon everybody, let's modify X86JITInfo.cpp. This time, we add <iostream>
Nate Begeman
2005-05-20
1
-1
/
+2
*
Since everyone else has "fixed" this file, might as well join in the fun.
Misha Brukman
2005-05-20
1
-4
/
+3
*
Fix this a 3rd time :)
Chris Lattner
2005-05-20
1
-1
/
+2
*
fix compilation error due to no abort being defined. There is probably a bet...
Andrew Lenharth
2005-05-20
1
-0
/
+1
*
this seems dead (and broke the ia64 build, so..)
Duraid Madina
2005-05-20
1
-1
/
+0
*
Fix tail call support in VC++ builds
Jeff Cohen
2005-05-20
1
-38
/
+45
*
Fastcc passes arguments in EAX and EDX, make sure the JIT doesn't clobber them
Chris Lattner
2005-05-19
1
-6
/
+39
*
* Remove trailing whitespace
Misha Brukman
2005-04-21
1
-5
/
+5
*
Do not push two return addresses on the stack when we call external functions...
Chris Lattner
2004-11-22
1
-10
/
+16
*
There is no reason to emit function stubs for direct calls.
Chris Lattner
2004-11-21
1
-1
/
+0
*
Implement the X86 JIT interfaces
Chris Lattner
2004-11-20
1
-0
/
+140