index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
MCTargetDesc
Age
Commit message (
Expand
)
Author
2013-03-25
x86 -- add the XTEST instruction
Dave Zarzycki
2013-03-16
Add X86 code emitter support AVX encoded MRMDestReg instructions.
Craig Topper
2013-03-14
Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...
Craig Topper
2013-03-05
The current X86 NOP padding uses one long NOP followed by the remainder in
David Sehr
2013-01-29
Fix typo in X86BaseInfo.h that I introduced in r157818.
Hans Wennborg
2013-01-22
Initial patch for x32 ABI support.
Eli Bendersky
2013-01-08
Renamed MCInstFragment to MCRelaxableFragment and added some comments.
Eli Bendersky
2012-12-19
MC: Add MCInstrDesc::mayAffectControlFlow() method.
Jim Grosbach
2012-12-13
Fix a bogus comment
Eli Bendersky
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-08
Add support of RTM from TSX extension
Michael Liao
2012-10-30
Enable ELF machine type to be specified explicitly in X86 backend
Michael Liao
2012-10-13
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-04
Add register encoding support in X86 backend
Michael Liao
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-10-01
Use constants for all return values in switch. Allows clang to optimize it in...
Craig Topper
2012-09-26
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-24
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-19
Remove code for setting the VEX L-bit as a function of operand size from the ...
Craig Topper
2012-09-18
When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
Roman Divacky
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-14
Fix Doxygen issues:
Dmitri Gribenko
2012-08-06
Add support for the OpenBSD for Bitrig.
Eric Christopher
2012-07-12
Update GATHER instructions to support 2 read-write operands. Patch from mysel...
Craig Topper
2012-06-26
X86: add GATHER intrinsics (AVX2) in LLVM
Manman Ren
2012-06-20
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-06-04
Better comments for TLS-related X86 MachineOperand flags.
Hans Wennborg
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-05-31
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-19
Tidy up some spacing and inconsistent use of pre/post increment. No functiona...
Craig Topper
2012-05-15
Allow MCCodeEmitter access to the target MCRegisterInfo.
Jim Grosbach
2012-05-11
Implement initial-exec TLS model for 32-bit PIC x86
Hans Wennborg
2012-05-05
Nuke a few dead remnants of the CBE.
Jim Grosbach
2012-04-30
Copied all the VEX prefix encoding code from X86MCCodeEmitter to the x86 JIT ...
Pete Cooper
2012-04-07
Target/X86/MCTargetDesc/X86MCAsmInfo.cpp: Enable DwarfCFI (aka DW2) on Cygming.
NAKAMURA Takumi
2012-04-02
Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...
Craig Topper
2012-03-27
Prune some includes
Craig Topper
2012-03-21
Put Is64BitMemOperand into !defined(NDEBUG) for now.
Joerg Sonnenberger
2012-03-21
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-17
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-05
Make MCRegisterInfo available to the the MCInstPrinter.
Jim Grosbach
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-02-19
Add vmfunc instruction to X86 assembler and disassembler.
Craig Topper
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
Add X86 assembler and disassembler support for AMD SVM instructions. Original...
Craig Topper
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
Convert assert(0) to llvm_unreachable in X86 Target directory.
Craig Topper
2012-01-30
PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.
Evan Cheng
[next]