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
...
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-1
/
+1
*
some comment fix for X86 and ARM
Jia Liu
2012-02-19
1
-1
/
+1
*
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-18
1
-1
/
+1
*
Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.
Evan Cheng
2012-02-07
1
-0
/
+5
*
Begin fleshing out more convenience predicates in llvm::Triple and
Chandler Carruth
2012-02-05
1
-17
/
+7
*
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
1
-0
/
+24
*
Remove hasXMM/hasXMMInt functions. Move callers to hasSSE1/hasSSE2. This is t...
Craig Topper
2012-01-10
1
-4
/
+2
*
Remove hasSSE*orAVX functions and change all callers to use just hasSSE*. AVX...
Craig Topper
2012-01-10
1
-4
/
+0
*
Instruction selection priority fixes to remove the XMM/XMMInt/orAVX predicate...
Craig Topper
2012-01-10
1
-6
/
+6
*
Remove AVX hack in X86Subtarget. AVX/AVX2 are now treated as an SSE level. Pr...
Craig Topper
2012-01-09
1
-21
/
+15
*
Remove hasSSE1orAVX(). It's the same as hasXMM().
Evan Cheng
2011-12-09
1
-1
/
+0
*
Many of the SSE patterns should not be selected when AVX is available. This l...
Evan Cheng
2011-12-08
1
-0
/
+1
*
Add XOP feature flag.
Jan Sjödin
2011-12-02
1
-0
/
+4
*
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-11-22
1
-0
/
+4
*
Add intrinsics and feature flag for read/write FS/GS base instructions. Also ...
Craig Topper
2011-10-30
1
-0
/
+8
*
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
[prev]
[next]