summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86JITInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-604/+0
* Fix unaligned reads/writes in X86JIT and RuntimeDyldELF.Alexey Samsonov2014-08-271-23/+39
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+588
* Nuke the old JIT.Rafael Espindola2014-08-071-588/+0
* Replace the use of TargetMachine with a tiny bool variable.Eric Christopher2014-06-061-3/+3
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* X86JITInfo: [x86] Rework r206240, X86CompilationCallback_SSE() should be call...NAKAMURA Takumi2014-04-151-1/+7
* X86JITInfo: [x86] Use X86CompilationCallback_SSE() along;NAKAMURA Takumi2014-04-151-3/+2
* X86JITInfo.cpp: Apply x64 version of X86CompilationCallback() to Cygwin64.NAKAMURA Takumi2013-08-281-1/+1
* Fix gcc -flto build, by adding LLVM_ATTRIBUTE_USED toPatrik Hagglund2013-06-121-0/+1
* Move LLVM_LIBRARY_VISIBILITY for consistency with what was done toRafael Espindola2013-02-191-1/+1
* Give these callbacks hidden visibility. It is better to not export them moreRafael Espindola2013-02-151-1/+2
* Don't make assumptions about the mangling of static functions in extern "C"Rafael Espindola2013-02-151-20/+10
* Revert r175120 and r175121. Clang is producing the expected asm names again.Rafael Espindola2013-02-141-0/+6
* Don't assume the mangling of static functions.Rafael Espindola2013-02-141-6/+0
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-0/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Make helper function static.Benjamin Kramer2012-08-291-1/+1
* Fix unaligned memory accesses when performing relocations in X86 JIT. There'sRichard Smith2012-08-211-4/+13
* Fix various issues (or do cleanups) found by enabling certain MSVC warnings.Ahmed Charles2012-02-131-1/+4
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Creating multiple JITs on X86 in multiple threads causes multiple writes (ofNick Lewycky2011-12-031-0/+2
* lib/Target/X86/X86JITInfo.cpp: Add Win64 stuff.NAKAMURA Takumi2011-02-051-0/+8
* Target/X86: Fix whitespace.NAKAMURA Takumi2011-02-051-2/+2
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-231-1/+1
* Tell Valgrind when we modify already-executed machine code so it knowsJeffrey Yasskin2010-03-151-0/+7
* Fix x86 JIT stub on MSVC.Torok Edwin2010-02-081-0/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+1
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-151-8/+10
* * Move stub allocation inside the JITEmitter, instead of exposing aJeffrey Yasskin2009-11-231-34/+25
* Allow more than one stub to be being generated at the same time.Jeffrey Yasskin2009-11-231-11/+14
* Make X86-64 in the Large model always emit 64-bit calls.Jeffrey Yasskin2009-11-161-2/+3
* Change the marker byte for stubs from 0xcd to 0xce (another form ofDale Johannesen2009-09-151-3/+6
* Do not create calls via PLT in compilation callback - this is higly platformAnton Korobeynikov2009-09-061-11/+12
* Unbreak x86_64 build.Evan Cheng2009-09-031-2/+6
* X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng2009-09-031-17/+8
* Short-term workaround for frame-related weirdness on win64.Anton Korobeynikov2009-08-281-1/+1
* remove the last uses of Config/alloca.hChris Lattner2009-08-231-1/+0
* Modify an assert to avoid what looks like a GCC 4.2.4 signed-ness bug.Reid Kleckner2009-08-191-3/+5
* 1) Proper emit displacements for x86, using absolute relocations where necessaryBruno Cardoso Lopes2009-08-051-0/+1
* - s/DOUT/DEBUG(errs()/gBill Wendling2009-08-031-4/+4
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-121-2/+2
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-1/+1
* Start converting to new error handling API.Torok Edwin2009-07-081-2/+2
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-41/+40
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-181-0/+15
* Use .size and .type on ELF systems; this helps tools that mapDan Gohman2009-02-061-3/+19
OpenPOWER on IntegriCloud