summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-041-3/+0
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-041-0/+3
* Fix build with gcc-4.4: it doesn't like PICStyleDuncan Sands2008-11-281-1/+1
* Fix command-line option printing to print two spaces where needed,Dan Gohman2008-10-141-2/+2
* Just don't transform this memset into "bzero" if no-builtin is specified.Bill Wendling2008-09-301-2/+2
* Add the new `-no-builtin' flag. This flag is meant to mimic the GCCBill Wendling2008-09-301-8/+6
* x86-64 PIC JIT fixes: do not generate the extra load for external GV's.Evan Cheng2008-07-161-1/+2
* Revert accidentially added stuffAnton Korobeynikov2008-07-091-2/+1
* Switch to new section name handling facilityAnton Korobeynikov2008-07-091-1/+2
* Back out 53091 for now.Evan Cheng2008-07-031-2/+1
* llvm-gcc sometimes marks external declarations hidden, because intializers areAnton Korobeynikov2008-07-031-1/+2
* Don't use the GOT for symbols that are not externally visible.Rafael Espindola2008-06-021-3/+6
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-141-0/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-1/+1
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-051-1/+1
* Fix IsLinux being uninitialized on non-Linux targets.Dan Gohman2008-05-051-0/+1
* Use a dedicated IsLinux flag instead of an ELFLinux TargetType.Dan Gohman2008-05-051-2/+5
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-051-0/+5
* Make stack alignment options global for all targetsAnton Korobeynikov2008-04-231-4/+1
* Provide ABI-correct stack alignmentAnton Korobeynikov2008-04-231-5/+3
* Initialize X863DNowLevel.Evan Cheng2008-04-161-0/+1
* Provide option for stack alignment overrideAnton Korobeynikov2008-04-121-0/+7
* Speculatively micro-optimize memory-zeroing calls on Darwin 10.Dan Gohman2008-04-011-0/+14
* Honour built-in defines on win64 targets for automatically subtarget recognize.Anton Korobeynikov2008-03-221-2/+3
* Recognize "windows" in target triple, not only "win32"Anton Korobeynikov2008-03-221-0/+2
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-201-1/+2
* Remove warning about 64-bit code on processorDale Johannesen2008-02-151-6/+0
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-071-4/+0
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-031-0/+2
* Enable PIC codegen on x86-64/linuxAnton Korobeynikov2008-01-201-1/+1
* Use size_t to store Pos, avoid truncating valueDuncan Sands2008-01-081-1/+1
* darwin9 and above support aligned common symbols.Chris Lattner2008-01-021-10/+22
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make ARM an X86 memcpy expansion more similar to each other.Rafael Espindola2007-10-311-1/+1
* Mac OS X X86-64 low 4G address not available.Evan Cheng2007-08-011-0/+4
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-1/+1
* In the event that some really old non-Intel or -AMD CPU is encountered...Jeff Cohen2007-04-161-2/+5
* Before assuming that the original code didn't work for Athlon64, the person whoJeff Cohen2007-04-161-6/+2
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-101-0/+1
* Autodetect MMX & SSE stuff for AMD processorsAnton Korobeynikov2007-03-231-10/+11
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-0/+1
* Linux GOT indirect reference is only necessary in PIC mode.Evan Cheng2007-01-221-1/+1
* * Fix one more bug in PIC codegen: extra load is needed for *all*Anton Korobeynikov2007-01-171-1/+5
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-7/+8
* Really big cleanup.Anton Korobeynikov2007-01-031-4/+8
* Refactored JIT codegen for mingw32. Now we're using standart relocationAnton Korobeynikov2006-12-221-12/+3
* Fixed 80 cols & style violationAnton Korobeynikov2006-12-201-2/+4
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-201-7/+18
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-4/+3
OpenPOWER on IntegriCloud