index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Age
Commit message (
Expand
)
Author
2006-02-18
x86 / Darwin PIC support.
Evan Cheng
2006-02-16
A bit more memset / memcpy optimization.
Evan Cheng
2006-02-14
Duh
Evan Cheng
2006-02-14
Remove -disable-x86-sse
Evan Cheng
2006-02-14
Enable SSE (for the right subtargets)
Evan Cheng
2006-01-28
Flesh out AMD family/models.
Jeff Cohen
2006-01-28
Correctly determine CPU vendor.
Jeff Cohen
2006-01-28
Use union instead of reinterpret_cast.
Jeff Cohen
2006-01-28
Fix recognition of Intel CPUs.
Jeff Cohen
2006-01-28
Is64Bit reflects the capability of the chip, not an aspect of the target os
Chris Lattner
2006-01-28
Improve X86 subtarget support for Windows and AMD.
Jeff Cohen
2006-01-28
make this work on non-native hosts
Chris Lattner
2006-01-27
initialize all instance vars
Chris Lattner
2006-01-27
Added a temporary option -enable-x86-sse to enable sse support. It is used by
Evan Cheng
2006-01-27
A better workaround
Evan Cheng
2006-01-27
force sse/3dnow off until they work. This fixes all the x86 failures last night
Chris Lattner
2006-01-27
x86 CPU detection and proper subtarget support
Evan Cheng
2006-01-26
Added preliminary x86 subtarget support.
Evan Cheng
2005-11-21
Simplify the subtarget info, allow the asmwriter to do some target sensing
Chris Lattner
2005-11-21
Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin,
Chris Lattner
2005-09-01
1. Use SubtargetFeatures in llc/lli.
Jim Laskey
2005-08-04
Add Subtarget support to PowerPC. Next up, using it.
Nate Begeman
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-12
Clean up the TargetSubtarget class a bit, removing an unnecessary argument
Nate Begeman
2005-07-12
Minor changes to improve comments and fix the build on _WIN32 systems.
Chris Lattner
2005-07-12
Implement Subtarget support
Nate Begeman