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
*
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
*
no really, all 64-bit cpu's have cmov support. This should
Chris Lattner
2010-03-14
1
-1
/
+6
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-2
/
+2
*
Implement a feature (-vector-unaligned-mem) to allow targets to
David Greene
2010-01-11
1
-0
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Remove target attribute break-sse-dep. Instead, do not fold load into sse par...
Evan Cheng
2009-12-22
1
-2
/
+0
*
On recent Intel u-arch's, folding loads into some unary SSE instructions can
Evan Cheng
2009-12-18
1
-0
/
+2
*
Don't enable the post-RA scheduler on x86 except at -O3. In its
Dan Gohman
2009-12-07
1
-1
/
+1
*
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
1
-0
/
+15
*
Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU.
Daniel Dunbar
2009-11-14
1
-113
/
+2
*
Allow target to specify regclass for which antideps will only be broken along...
David Goodwin
2009-11-13
1
-2
/
+2
*
Fixed to address code review. No functional changes.
David Goodwin
2009-11-10
1
-0
/
+10
*
Remove X86Subtarget::IsLinux. It's no longer being used.
Evan Cheng
2009-10-15
1
-2
/
+0
*
Reference to hidden symbols do not have to go through non-lazy pointer in non...
Evan Cheng
2009-09-03
1
-8
/
+1
*
Make these functions static and local.
Daniel Dunbar
2009-09-03
1
-5
/
+4
*
X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...
Evan Cheng
2009-09-03
1
-9
/
+10
*
Add support for modeling whether or not the processor has support for
Chris Lattner
2009-09-02
1
-6
/
+8
*
Short-term workaround for frame-related weirdness on win64.
Anton Korobeynikov
2009-08-28
1
-1
/
+1
*
change the -x86-asm-syntax=intel/att flag to be in X86TAI
Chris Lattner
2009-08-11
1
-18
/
+1
*
Remove some dead code.
Daniel Dunbar
2009-08-05
1
-22
/
+1
*
- s/DOUT/DEBUG(errs()/g
Bill Wendling
2009-08-03
1
-4
/
+5
*
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-08-02
1
-3
/
+3
*
Fix some minor MSVC compiler warnings.
Daniel Dunbar
2009-07-19
1
-6
/
+2
*
GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio...
Evan Cheng
2009-07-16
1
-5
/
+9
*
fix indentation
Chris Lattner
2009-07-10
1
-14
/
+14
*
remove the now-dead TM argument to these methods.
Chris Lattner
2009-07-10
1
-2
/
+2
*
make PIC vs DynamicNoPIC be explicit in PICStyles.
Chris Lattner
2009-07-10
1
-12
/
+0
*
some minor simplifications.
Chris Lattner
2009-07-10
1
-13
/
+31
*
add a couple of predicates to test for "stub style pic in PIC mode" and "stub...
Chris Lattner
2009-07-10
1
-1
/
+12
*
simplify fast isel by using ClassifyGlobalReference. This
Chris Lattner
2009-07-10
1
-9
/
+0
*
eliminate GVRequiresRegister, replacing it with predicates we
Chris Lattner
2009-07-10
1
-14
/
+0
*
move some classification logic around. Now GVRequiresExtraLoad
Chris Lattner
2009-07-10
1
-25
/
+78
[next]