index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
X86Subtarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert revision 171524. Original message:
Nadav Rotem
2013-01-05
1
-1
/
+0
*
The current Intel Atom microarchitecture has a feature whereby when a function
Preston Gurd
2013-01-04
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.
Chandler Carruth
2012-12-10
1
-1
/
+1
*
Address a FIXME and update the fast unaligned memory feature for newer
Chandler Carruth
2012-12-10
1
-6
/
+14
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Switch FreeBSD/i386 back to 4byte stack alignment. This partially
Roman Divacky
2012-11-09
1
-3
/
+3
*
Add support of RTM from TSX extension
Michael Liao
2012-11-08
1
-0
/
+5
*
misched: remove the unused getSpecialAddressLatency hook.
Andrew Trick
2012-10-08
1
-11
/
+0
*
Set up MCSchedModel after detecting the CPU type in X86SubTarget.
Preston Gurd
2012-10-03
1
-0
/
+4
*
Generic Bypass Slow Div
Preston Gurd
2012-09-04
1
-0
/
+1
*
X86: when auto-detecting the subtarget features, make sure use IsIntel to detect
Manman Ren
2012-08-13
1
-2
/
+2
*
X86: when we are auto-detecting the subtarget features, make sure we turn on
Manman Ren
2012-08-10
1
-2
/
+5
*
Allow x86 subtargets to use the GenericModel defined in X86Schedule.td.
Andrew Trick
2012-08-07
1
-3
/
+3
*
Whitespace.
Chad Rosier
2012-08-01
1
-13
/
+13
*
Adds the family codes for the Midview Atom processors so that the
Preston Gurd
2012-07-19
1
-1
/
+1
*
This patch fixes 8 out of 20 unexpected failures in "make check"
Preston Gurd
2012-07-18
1
-1
/
+2
*
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
1
-3
/
+3
*
Enable automatic detection of FMA3 support to allow intrinsics to be used.
Craig Topper
2012-06-01
1
-6
/
+4
*
X86: Rename the CLMUL target feature to PCLMUL.
Benjamin Kramer
2012-05-31
1
-3
/
+3
*
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
1
-4
/
+6
*
Change the Intel Atom detection code to recognize
Preston Gurd
2012-05-02
1
-1
/
+2
*
Allow BMI, AES, F16C, POPCNT, FMA3, and CLMUL to be detected on AMD processors.
Craig Topper
2012-05-01
1
-9
/
+9
*
Trivial change to set UseLeaForSP flag in addition to toggling
Preston Gurd
2012-04-26
1
-0
/
+2
*
Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...
Craig Topper
2012-04-26
1
-7
/
+5
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
1
-3
/
+1
*
Temporarily turn off anti-dependency checking
Preston Gurd
2012-04-16
1
-1
/
+3
*
Prune some includes
Craig Topper
2012-03-27
1
-1
/
+0
*
Remove extra semi-colons.
Chad Rosier
2012-02-22
1
-1
/
+1
*
Use LEA to adjust stack ptr for Atom. Patch by Andy Zhang.
Evan Cheng
2012-02-07
1
-0
/
+2
*
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2012-02-01
1
-1
/
+30
*
PR11834: Use macros which are defined on Windows. Patch by Marina Yatsina.
Evan Cheng
2012-01-30
1
-1
/
+2
*
Default stack alignment for 32bit x86 should be 4 Bytes, not 8 Bytes.
Joerg Sonnenberger
2012-01-10
1
-1
/
+1
*
Remove AVX hack in X86Subtarget. AVX/AVX2 are now treated as an SSE level. Pr...
Craig Topper
2012-01-09
1
-8
/
+3
*
Don't disable MMX support when AVX is enabled. Fix predicates for MMX instruc...
Craig Topper
2012-01-09
1
-1
/
+1
*
Change XOP detection to use the correct CPUID bit instead of using the FMA4 bit.
Craig Topper
2011-12-29
1
-9
/
+13
*
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
[prev]
[next]