index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-12-02
1
-3
/
+0
*
Add XOP feature flag.
Jan Sjödin
2011-12-02
1
-0
/
+3
*
Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...
Craig Topper
2011-10-30
1
-0
/
+11
*
Remove NaClMode
David Meyer
2011-10-18
1
-7
/
+1
*
Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...
Craig Topper
2011-10-17
1
-8
/
+9
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
1
-0
/
+5
*
Add X86 feature detection support for BMI instructions. Added new cpuid funct...
Craig Topper
2011-10-16
1
-18
/
+34
*
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-14
1
-0
/
+1
*
Add X86 LZCNT instruction. Including instruction selection support.
Craig Topper
2011-10-11
1
-0
/
+5
*
Put a bunch of calls to ToggleFeature behind proper if statements.
Craig Topper
2011-10-10
1
-17
/
+42
*
Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...
Craig Topper
2011-10-09
1
-0
/
+2
*
Add support for MOVBE and RDRAND instructions for the assembler and disassemb...
Craig Topper
2011-10-03
1
-0
/
+4
*
Detect attempt to use segmented stacks on non ELF systems and error
Rafael Espindola
2011-09-07
1
-0
/
+5
*
Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain
Nick Lewycky
2011-09-05
1
-1
/
+7
*
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.
Eli Friedman
2011-08-26
1
-0
/
+2
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
1
-2
/
+0
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
1
-24
/
+46
*
Really force on 64bit for 64-bit targets. Should fix remaining failures on u...
Eli Friedman
2011-07-08
1
-3
/
+11
*
Revert earlier unnecessary hack. Make sure we correctly force on 64bit and c...
Eli Friedman
2011-07-08
1
-3
/
+8
*
Restore old behavior. Always auto-detect features unless cpu or features are ...
Evan Cheng
2011-07-08
1
-18
/
+5
*
Default 64-bit target features and SSE2 on when a triple specifies x86-64. C...
Eli Friedman
2011-07-08
1
-10
/
+0
*
For non-x86 host, used generic as CPU name.
Evan Cheng
2011-07-08
1
-5
/
+10
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+2
*
Add Mode64Bit feature and sink it down to MC layer.
Evan Cheng
2011-07-07
1
-83
/
+32
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
1
-2
/
+2
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
1
-1
/
+1
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
1
-1
/
+1
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
1
-2
/
+8
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-4
/
+7
*
Remove TargetOptions.h dependency from X86Subtarget.
Evan Cheng
2011-06-23
1
-34
/
+5
*
Enable autodetect of popcnt
Mon P Wang
2011-05-17
1
-0
/
+1
*
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-20
1
-1
/
+2
*
Target/X86: Eliminate uses of getDarwinVers().
Daniel Dunbar
2011-04-19
1
-1
/
+1
*
Stack alignment is 16 bytes on FreeBSD/i386 too.
Roman Divacky
2011-02-22
1
-3
/
+4
*
The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.
Duncan Sands
2011-02-21
1
-3
/
+3
*
Experiment with changing the default 32-bit linux stack alignment to
Eric Christopher
2011-01-13
1
-3
/
+3
*
Disable auto-detection of AVX support since AVX codegen support is not ready.
Evan Cheng
2010-12-13
1
-1
/
+2
*
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-10
1
-2
/
+4
*
Initialize HasPOPCNT.
Bill Wendling
2010-12-04
1
-1
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Use rip-rel addressing on win64 by default. For this we just
Anton Korobeynikov
2010-08-21
1
-1
/
+1
*
Add x86 CLMUL (Carry-less multiplication) cpu feature
Bruno Cardoso Lopes
2010-07-23
1
-3
/
+5
*
Have the X86 backend use Triple instead of a string and some enums.
Eric Christopher
2010-07-05
1
-34
/
+3
*
fix a nasty bug where we were not treating available_externally
Chris Lattner
2010-06-14
1
-3
/
+6
*
FastISel doesn't yet handle callee-pop functions.
Dan Gohman
2010-05-27
1
-0
/
+23
*
Enable i16 to i32 promotion by default.
Evan Cheng
2010-04-28
1
-6
/
+0
*
isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted.
Evan Cheng
2010-04-21
1
-0
/
+6
*
Separate out the AES-NI instructions from the SSE4.2 instructions. Add
Eric Christopher
2010-04-02
1
-0
/
+2
*
Nehalem unaligned memory access is fast.
Evan Cheng
2010-04-01
1
-0
/
+4
*
Turning off post-ra scheduling for x86. It isn't a consistent win.
Evan Cheng
2010-03-18
1
-9
/
+0
[next]