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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove NaClMode
David Meyer
2011-10-18
1
-3
/
+0
*
Add X86 BZHI instruction as well as BMI2 feature detection.
Craig Topper
2011-10-16
1
-0
/
+4
*
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-14
1
-0
/
+4
*
Revert r141854 because it was causing failures:
Bill Wendling
2011-10-13
1
-4
/
+0
*
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-13
1
-0
/
+4
*
Add X86 LZCNT instruction. Including instruction selection support.
Craig Topper
2011-10-11
1
-0
/
+4
*
Add Ivy Bridge 16-bit floating point conversion instructions for the X86 disa...
Craig Topper
2011-10-09
1
-2
/
+6
*
Add support for MOVBE and RDRAND instructions for the assembler and disassemb...
Craig Topper
2011-10-03
1
-0
/
+8
*
Add a new MC bit for NaCl (Native Client) mode. NaCl requires that certain
Nick Lewycky
2011-09-05
1
-0
/
+8
*
Add support for generating CMPXCHG16B on x86-64 for the cmpxchg IR instruction.
Eli Friedman
2011-08-26
1
-0
/
+5
*
X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ...
NAKAMURA Takumi
2011-07-20
1
-1
/
+2
*
Restore old behavior. Always auto-detect features unless cpu or features are ...
Evan Cheng
2011-07-08
1
-1
/
+1
*
Add Mode64Bit feature and sink it down to MC layer.
Evan Cheng
2011-07-07
1
-7
/
+6
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
1
-1
/
+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
-2
/
+2
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
1
-1
/
+4
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-3
/
+3
*
Remove TargetOptions.h dependency from X86Subtarget.
Evan Cheng
2011-06-23
1
-4
/
+2
*
ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()
Daniel Dunbar
2011-04-19
1
-3
/
+7
*
Target/X86: Eliminate uses of getDarwinVers().
Daniel Dunbar
2011-04-19
1
-7
/
+0
*
Target/X86: Add getTargetTriple() accessor.
Daniel Dunbar
2011-04-19
1
-0
/
+2
*
Stack alignment is 16 bytes on FreeBSD/i386 too.
Roman Divacky
2011-02-22
1
-0
/
+1
*
The stack should be 16 byte aligned on 32 bit solaris. Patch by Yuri.
Duncan Sands
2011-02-21
1
-0
/
+1
*
Triple::MinGW64 is deprecated and removed. We can use Triple::MinGW32 generally.
NAKAMURA Takumi
2011-02-17
1
-3
/
+1
*
Fix whitespace.
NAKAMURA Takumi
2011-02-17
1
-5
/
+5
*
Patches to build EFI with Clang/LLVM. By Carl Norum.
Evan Cheng
2011-02-01
1
-0
/
+4
*
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-10
1
-0
/
+2
*
Add patterns for the x86 popcnt instruction.
Benjamin Kramer
2010-12-04
1
-0
/
+4
*
Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do
Rafael Espindola
2010-10-03
1
-14
/
+0
*
X86Subtarget.h: Fix Cygwin's TD.
NAKAMURA Takumi
2010-09-18
1
-1
/
+1
*
Properly emit __chkstk call instead of __alloca on non-mingw windows targets.
Anton Korobeynikov
2010-09-02
1
-0
/
+4
*
Add x86 CLMUL (Carry-less multiplication) cpu feature
Bruno Cardoso Lopes
2010-07-23
1
-0
/
+4
*
Have the X86 backend use Triple instead of a string and some enums.
Eric Christopher
2010-07-05
1
-18
/
+25
*
FastISel doesn't yet handle callee-pop functions.
Dan Gohman
2010-05-27
1
-0
/
+4
*
Enable i16 to i32 promotion by default.
Evan Cheng
2010-04-28
1
-5
/
+0
*
isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted.
Evan Cheng
2010-04-21
1
-2
/
+6
*
Separate out the AES-NI instructions from the SSE4.2 instructions. Add
Eric Christopher
2010-04-02
1
-0
/
+4
*
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
-6
/
+0
*
add support for pentium class CPUs which do not have cmov,
Chris Lattner
2010-03-14
1
-0
/
+1
*
80-col violations/trailing whitespace.
Mikhail Glushenkov
2010-02-28
1
-11
/
+12
*
Setup correct data layout to match gcc's expectations on mingw32.
Anton Korobeynikov
2010-02-12
1
-1
/
+1
*
Fix typo.
Duncan Sands
2010-01-12
1
-1
/
+1
*
Tweak commit 91745, which changed target data for both Mingw and Cygwin,
Duncan Sands
2010-01-12
1
-1
/
+1
*
Implement a feature (-vector-unaligned-mem) to allow targets to
David Greene
2010-01-11
1
-0
/
+5
*
Remove target attribute break-sse-dep. Instead, do not fold load into sse par...
Evan Cheng
2009-12-22
1
-9
/
+0
*
Bump alignment requirements for windows targets to achieve compartibility wit...
Anton Korobeynikov
2009-12-19
1
-0
/
+3
*
On recent Intel u-arch's, folding loads into some unary SSE instructions can
Evan Cheng
2009-12-18
1
-0
/
+9
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
1
-0
/
+5
[prev]
[next]