summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAge
* Fix typo.Duncan Sands2010-01-12
* Tweak commit 91745, which changed target data for both Mingw and Cygwin,Duncan Sands2010-01-12
* Implement a feature (-vector-unaligned-mem) to allow targets toDavid Greene2010-01-11
* Remove target attribute break-sse-dep. Instead, do not fold load into sse par...Evan Cheng2009-12-22
* Bump alignment requirements for windows targets to achieve compartibility wit...Anton Korobeynikov2009-12-19
* On recent Intel u-arch's, folding loads into some unary SSE instructions canEvan Cheng2009-12-18
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-20
* Allow target to specify regclass for which antideps will only be broken along...David Goodwin2009-11-13
* Fixed to address code review. No functional changes.David Goodwin2009-11-10
* Allow targets to specify register classes whose member registers should not b...David Goodwin2009-11-10
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* X86 needs critical path anti-dependency breaking.Evan Cheng2009-10-23
* Allow the target to select the level of anti-dependence breaking that should ...David Goodwin2009-10-22
* Turn on post-alloc scheduling for x86.Evan Cheng2009-10-18
* Oops. I forgot to change the tests first. Disable post-alloc scheduling.Evan Cheng2009-10-18
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-18
* Change createPostRAScheduler so it can be turned off at llc -O1.Evan Cheng2009-10-16
* Remove X86Subtarget::IsLinux. It's no longer being used.Evan Cheng2009-10-15
* rearrange X86ATTAsmPrinter::doFinalization, making a scan of Chris Lattner2009-09-16
* Make these functions static and local.Daniel Dunbar2009-09-03
* X86JITInfo::getLazyResolverFunction() should not read cpu id to determine whe...Evan Cheng2009-09-03
* Add support for modeling whether or not the processor has support forChris Lattner2009-09-02
* change the -x86-asm-syntax=intel/att flag to be in X86TAI Chris Lattner2009-08-11
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* remove the now-dead TM argument to these methods.Chris Lattner2009-07-10
* make PIC vs DynamicNoPIC be explicit in PICStyles.Chris Lattner2009-07-10
* add a couple of predicates to test for "stub style pic in PIC mode" and "stub...Chris Lattner2009-07-10
* simplify fast isel by using ClassifyGlobalReference. ThisChris Lattner2009-07-10
* eliminate GVRequiresRegister, replacing it with predicates we Chris Lattner2009-07-10
* move some classification logic around. Now GVRequiresExtraLoadChris Lattner2009-07-10
* GVRequiresExtraLoad is now never used for calls, simplify it based on this.Chris Lattner2009-07-10
* actually, just eliminate PCRelGVRequiresExtraLoad. It makes the codeChris Lattner2009-07-10
* There is only one case where GVRequiresExtraLoad returns true for calls:Chris Lattner2009-07-10
* the "isDirectCall" operand of GVRequiresRegister is always false, eliminate it.Chris Lattner2009-07-10
* When in -static mode, force the PIC style to none. Doing this requires fixingChris Lattner2009-07-09
* Fix a subtarget feature bug.David Greene2009-06-29
* Add feature flags for AVX and FMA and fix some SSE4A feature flagDavid Greene2009-06-26
* cosmetic changes.Chris Lattner2009-06-21
* Update CPU capabilities for AMD machinesStefanus Du Toit2009-05-26
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng2009-05-20
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-02
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-16
* Forgot a file.Dale Johannesen2008-12-05
* Fix build with gcc-4.4: it doesn't like PICStyleDuncan Sands2008-11-28
* Just don't transform this memset into "bzero" if no-builtin is specified.Bill Wendling2008-09-30
* Add the new `-no-builtin' flag. This flag is meant to mimic the GCCBill Wendling2008-09-30
* Use a dedicated IsLinux flag instead of an ELFLinux TargetType.Dan Gohman2008-05-05
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-05