This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 01:03:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Target
/
X86
History
Reid Spencer
d3f7233495
Change Library Names Not To Conflict With Others When Installed
...
llvm-svn: 17286
2004-10-27 23:18:45 +00:00
..
.cvsignore
…
Makefile
Change Library Names Not To Conflict With Others When Installed
2004-10-27 23:18:45 +00:00
X86.h
…
X86.td
Add support for the -x86-asm-syntax flag, which can be used to choose between
2004-10-03 20:36:57 +00:00
X86AsmPrinter.cpp
Give the asmprinter the ability to print memrefs with a constant pool index,
2004-10-17 07:16:32 +00:00
X86CodeEmitter.cpp
Improve compatibility with VC++, patch contributed by Morten Ofstad!
2004-10-18 15:54:17 +00:00
X86FloatingPoint.cpp
Changes For Bug 352
2004-09-01 22:55:40 +00:00
X86InstrBuilder.h
Allow X86 addressing modes to represent globals with offsets. Patch contributed
2004-10-15 04:43:20 +00:00
X86InstrInfo.cpp
…
X86InstrInfo.h
…
X86InstrInfo.td
Remove debugging code, fix encoding problem. This fixes the problems
2004-10-06 14:31:50 +00:00
X86ISelPattern.cpp
…
X86ISelSimple.cpp
Don't print stuff out from the code generator. This broke the JIT horribly
2004-10-17 17:40:50 +00:00
X86JITInfo.h
…
X86PeepholeOpt.cpp
Add some new instructions. Fix the asm string for sbb32rr
2004-10-06 04:01:02 +00:00
X86RegisterInfo.cpp
Add some new instructions. Fix the asm string for sbb32rr
2004-10-06 04:01:02 +00:00
X86RegisterInfo.h
…
X86RegisterInfo.td
The real x87 floating point registers should not be allocatable. They
2004-09-21 21:22:11 +00:00
X86TargetMachine.cpp
Improve compatibility with VC++, patch contributed by Morten Ofstad!
2004-10-18 15:54:17 +00:00
X86TargetMachine.h
…