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
/
X86Subtarget.cpp
Age
Commit message (
Expand
)
Author
2011-10-11
Add X86 LZCNT instruction. Including instruction selection support.
Craig Topper
2011-10-10
Put a bunch of calls to ToggleFeature behind proper if statements.
Craig Topper
2011-10-09
Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...
Craig Topper
2011-10-03
Add support for MOVBE and RDRAND instructions for the assembler and disassemb...
Craig Topper
2011-09-07
Detect attempt to use segmented stacks on non ELF systems and error
Rafael Espindola
2011-09-05
Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain
Nick Lewycky
2011-08-26
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.
Eli Friedman
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-11
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-08
Really force on 64bit for 64-bit targets. Should fix remaining failures on u...
Eli Friedman
2011-07-08
Revert earlier unnecessary hack. Make sure we correctly force on 64bit and c...
Eli Friedman
2011-07-08
Restore old behavior. Always auto-detect features unless cpu or features are ...
Evan Cheng
2011-07-08
Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...
Eli Friedman
2011-07-08
For non-x86 host, used generic as CPU name.
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-07
Add Mode64Bit feature and sink it down to MC layer.
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-01
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-23
Remove TargetOptions.h dependency from X86Subtarget.
Evan Cheng
2011-05-17
Enable autodetect of popcnt
Mon P Wang
2011-04-20
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-19
Target/X86: Eliminate uses of getDarwinVers().
Daniel Dunbar
2011-02-22
Stack alignment is 16 bytes on FreeBSD/i386 too.
Roman Divacky
2011-02-21
The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.
Duncan Sands
2011-01-13
Experiment with changing the default 32-bit linux stack alignment to
Eric Christopher
2010-12-13
Disable auto-detection of AVX support since AVX codegen support is not ready.
Evan Cheng
2010-12-10
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-04
Initialize HasPOPCNT.
Bill Wendling
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-08-21
Use rip-rel addressing on win64 by default. For this we just
Anton Korobeynikov
2010-07-23
Add x86 CLMUL (Carry-less multiplication) cpu feature
Bruno Cardoso Lopes
2010-07-05
Have the X86 backend use Triple instead of a string and some enums.
Eric Christopher
2010-06-14
fix a nasty bug where we were not treating available_externally
Chris Lattner
2010-05-27
FastISel doesn't yet handle callee-pop functions.
Dan Gohman
2010-04-28
Enable i16 to i32 promotion by default.
Evan Cheng
2010-04-21
isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted.
Evan Cheng
2010-04-02
Separate out the AES-NI instructions from the SSE4.2 instructions. Add
Eric Christopher
2010-04-01
Nehalem unaligned memory access is fast.
Evan Cheng
2010-03-18
Turning off post-ra scheduling for x86. It isn't a consistent win.
Evan Cheng
2010-03-14
no really, all 64-bit cpu's have cmov support. This should
Chris Lattner
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-11
Implement a feature (-vector-unaligned-mem) to allow targets to
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-22
Remove target attribute break-sse-dep. Instead, do not fold load into sse par...
Evan Cheng
2009-12-18
On recent Intel u-arch's, folding loads into some unary SSE instructions can
Evan Cheng
2009-12-07
Don't enable the post-RA scheduler on x86 except at -O3. In its
Dan Gohman
2009-11-20
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
[next]