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
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-2
/
+8
*
X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.
NAKAMURA Takumi
2013-08-28
1
-1
/
+1
*
Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED to
Patrik Hagglund
2013-06-12
1
-0
/
+1
*
Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to
Rafael Espindola
2013-02-19
1
-1
/
+1
*
Give these callbacks hidden visibility. It is better to not export them more
Rafael Espindola
2013-02-15
1
-1
/
+2
*
Don't make assumptions about the mangling of static functions in extern "C"
Rafael Espindola
2013-02-15
1
-20
/
+10
*
Revert r175120 and r175121. Clang is producing the expected asm names again.
Rafael Espindola
2013-02-14
1
-0
/
+6
*
Don't assume the mangling of static functions.
Rafael Espindola
2013-02-14
1
-6
/
+0
*
More MSan/ASan annotations.
Evgeniy Stepanov
2013-02-04
1
-0
/
+3
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Make helper function static.
Benjamin Kramer
2012-08-29
1
-1
/
+1
*
Fix unaligned memory accesses when performing relocations in X86 JIT. There's
Richard Smith
2012-08-21
1
-4
/
+13
*
Fix various issues (or do cleanups) found by enabling certain MSVC warnings.
Ahmed Charles
2012-02-13
1
-1
/
+4
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-1
/
+0
*
Creating multiple JITs on X86 in multiple threads causes multiple writes (of
Nick Lewycky
2011-12-03
1
-0
/
+2
*
lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.
NAKAMURA Takumi
2011-02-05
1
-0
/
+8
*
Target/X86: Fix whitespace.
NAKAMURA Takumi
2011-02-05
1
-2
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
Chandler Carruth
2010-10-23
1
-1
/
+1
*
Tell Valgrind when we modify already-executed machine code so it knows
Jeffrey Yasskin
2010-03-15
1
-0
/
+7
*
Fix x86 JIT stub on MSVC.
Torok Edwin
2010-02-08
1
-0
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Change indirect-globals to use a dedicated allocIndirectGV. This lets us
Jeffrey Yasskin
2009-12-15
1
-8
/
+10
*
* Move stub allocation inside the JITEmitter, instead of exposing a
Jeffrey Yasskin
2009-11-23
1
-34
/
+25
*
Allow more than one stub to be being generated at the same time.
Jeffrey Yasskin
2009-11-23
1
-11
/
+14
*
Make X86-64 in the Large model always emit 64-bit calls.
Jeffrey Yasskin
2009-11-16
1
-2
/
+3
*
Change the marker byte for stubs from 0xcd to 0xce (another form of
Dale Johannesen
2009-09-15
1
-3
/
+6
*
Do not create calls via PLT in compilation callback - this is higly platform
Anton Korobeynikov
2009-09-06
1
-11
/
+12
*
Unbreak x86_64 build.
Evan Cheng
2009-09-03
1
-2
/
+6
*
X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...
Evan Cheng
2009-09-03
1
-17
/
+8
*
Short-term workaround for frame-related weirdness on win64.
Anton Korobeynikov
2009-08-28
1
-1
/
+1
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.
Reid Kleckner
2009-08-19
1
-3
/
+5
*
1) Proper emit displacements for x86, using absolute relocations where necessary
Bruno Cardoso Lopes
2009-08-05
1
-0
/
+1
*
- s/DOUT/DEBUG(errs()/g
Bill Wendling
2009-08-03
1
-4
/
+4
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-14
1
-2
/
+2
*
Remove extra \n from LLVM_UNREACHABLE calls.
Torok Edwin
2009-07-12
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-11
1
-1
/
+1
*
Start converting to new error handling API.
Torok Edwin
2009-07-08
1
-2
/
+2
*
First patch in the direction of splitting MachineCodeEmitter in two subclasses:
Bruno Cardoso Lopes
2009-05-30
1
-41
/
+40
*
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-18
1
-0
/
+15
*
Use .size and .type on ELF systems; this helps tools that map
Dan Gohman
2009-02-06
1
-3
/
+19
*
Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...
Evan Cheng
2008-12-10
1
-1
/
+1
*
Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.
Evan Cheng
2008-11-10
1
-2
/
+2
*
Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ...
Evan Cheng
2008-11-08
1
-9
/
+9
*
Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS X
Evan Cheng
2008-11-05
1
-2
/
+2
*
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-25
1
-0
/
+10
*
When resolving a stub in x86-64 JIT, use a PC-relative branch
Dale Johannesen
2008-08-12
1
-2
/
+14
*
Mark function used by asm block as used, otherwise optimizer may not see the ...
Devang Patel
2008-07-16
1
-1
/
+3
*
X86-64 PIC jump table values are different from x86-32 cases, they are dest -...
Evan Cheng
2008-07-16
1
-0
/
+4
[next]