summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86CodeEmitter.cpp
Commit message (Expand)AuthorAge
* Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore...NAKAMURA Takumi2014-06-25
* Two small enhancements for the JIT.Yaron Keren2014-06-04
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* Remove special FP opcode maps and instead add enough MRM_XX formats to handle...Craig Topper2014-02-19
* Remove A6/A7 opcode maps. They can all be handled with a TB map, opcode of 0x...Craig Topper2014-02-19
* Recommit r201059 and r201060 with hopefully a fix for its original failure.Craig Topper2014-02-10
* Revert r201059 and r201060.Bob Wilson2014-02-10
* Add MRMXr/MRMXm form to X86 for use by instructions which treat the 'reg' fie...Craig Topper2014-02-10
* Merge x86 HasOpSizePrefix/HasOpSize16Prefix into a 2-bit OpSize field with 0 ...Craig Topper2014-02-02
* Merge HasVEXPrefix/HasEVEXPrefix/HasXOPPrefix into a 2-bit 'encoding' field i...Craig Topper2014-02-02
* Separate x86 opcode maps and 0x66/0xf2/0xf3 prefixes from each other in the T...Craig Topper2014-01-31
* Move REP out of the Prefix field of the X86 format. Give it its own bit. It h...Craig Topper2014-01-31
* Move address override handling in X86CodeEmitter to a place where it works fo...Craig Topper2014-01-31
* Remove use of OpSize for populating VEX_PP field. A prefix encoding is now us...Craig Topper2014-01-16
* Separate the concept of 16-bit/32-bit operand size controlled by 0x66 prefix ...Craig Topper2014-01-14
* Remove SegOvrBits from X86 TSFlags since they weren't being used.Craig Topper2014-01-06
* Add missing MRM_XX forms to the old JIT emitter for consistency.Craig Topper2013-12-31
* Remove MRMInitReg form now that it's last use is gone.Craig Topper2013-12-31
* Change type of XOP flag in code emitters to a bool. Remove a some unneeded ca...Craig Topper2013-09-29
* Add comments for XOPA map introduced with TBM instructions.aCraig Topper2013-09-29
* Adding intrinsics to the llvm backend for TBM instruction set.Yunzhong Gao2013-09-27
* Synchronize VEX JIT encoding code with the MCJIT version. Fix a bug in the MC...Craig Topper2013-08-21
* In LLVM FMA3 operands are dst, src1, src2, src3, however dst is not encoded a...Nadav Rotem2013-08-21
* Remove unused c'tor.Bill Wendling2013-06-07
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-01
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-31
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-31
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* Add X86 code emitter support AVX encoded MRMDestReg instructions.Craig Topper2013-03-16
* Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper2013-03-14
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-14
* Fix commentsEli Bendersky2013-02-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add register encoding support in X86 backendMichael Liao2012-10-04
* Remove code for setting the VEX L-bit as a function of operand size from the ...Craig Topper2012-09-19
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Don't use implicit register operands to calculate L-bit for AVX instructions....Craig Topper2012-07-20
* Update GATHER instructions to support 2 read-write operands. Patch from mysel...Craig Topper2012-07-12
* Added FMA3 Intel instructions.Elena Demikhovsky2012-05-31
* Port support for SSE4a extrq/insertq to the old jit code emitter.Benjamin Kramer2012-05-30
* Fix indentation of wrapped line for readability. No functional change.Craig Topper2012-05-23
* Tidy up some spacing and inconsistent use of pre/post increment. No functiona...Craig Topper2012-05-19
* Copy some AVX support from MCJIT to JIT. Maybe will fix PR12748.Craig Topper2012-05-19
* Remove unneeded break.Jakub Staszak2012-05-01