This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Target
/
X86
/
MCTargetDesc
History
Craig Topper
980d59832a
Add X86 RORX instruction
...
llvm-svn: 142741
2011-10-23 07:34:00 +00:00
..
CMakeLists.txt
Rewrite the CMake build to use explicit dependencies between libraries,
2011-07-29 00:14:25 +00:00
Makefile
…
X86AsmBackend.cpp
Simplify assertion, and avoid undefined shift. Based on patch by Ahmed Charles.
2011-10-13 23:27:48 +00:00
X86BaseInfo.h
Add X86 RORX instruction
2011-10-23 07:34:00 +00:00
X86FixupKinds.h
Refactor X86 target to separate MC code from Target code.
2011-07-25 18:43:53 +00:00
X86MachObjectWriter.cpp
More refactoring.
2011-07-25 19:33:48 +00:00
X86MCAsmInfo.cpp
Remove an unnecessary header from this file. I don't think this header
2011-07-15 04:16:38 +00:00
X86MCAsmInfo.h
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
2011-07-14 23:50:31 +00:00
X86MCCodeEmitter.cpp
Add X86 RORX instruction
2011-10-23 07:34:00 +00:00
X86MCTargetDesc.cpp
Remove NaClMode
2011-10-18 05:29:23 +00:00
X86MCTargetDesc.h
Add X86 feature detection support for BMI instructions. Added new cpuid function for accessing leafs with sub leafs specified in ECX. Also added code to keep track of the max cpuid level supported in both basic and extended leaves and qualified the existing cpuid calls and the new call to leaf 7.
2011-10-16 00:21:51 +00:00