aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update CPU capabilities for AMD machinesStefanus Du Toit2009-05-261-3/+15
* Try again. Allow call to immediate address for ELF or when in static relocati...Evan Cheng2009-05-201-2/+10
* add support for detecting process features on win64, patch byChris Lattner2009-04-251-36/+50
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-1/+1
* Added another darwin subtargetMon P Wang2009-02-281-0/+4
* Tevert part of the x86 subtarget logic changes: when -march=x86-64Dan Gohman2009-02-031-4/+5
* Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware hasDan Gohman2009-02-031-10/+9
* Only force SSE level if it is not correct.Edwin Török2009-02-021-3/+10
* remove #if 0 code on Bill's request.Edwin Török2009-02-021-4/+0
* Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forEdwin Török2009-02-011-1/+1
* should have removed the + when manually applying a patch!edwin2009-01-251-2/+2
* revert this patch for now, because Codegen does still want to generate SSE code,edwin2009-01-251-0/+4
* If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...edwin2009-01-251-2/+0
* Add the private linkage.Rafael Espindola2009-01-151-2/+2
* Atom and Core i7 do not have same model number after all.Evan Cheng2009-01-051-4/+3
* Add Intel processors core i7 and atom.Evan Cheng2009-01-031-1/+2
* Fix PR3210: Detect more Intel processors. Patch by Torok Edwin.Evan Cheng2009-01-031-2/+15
* Do not isel load folding bt instructions for pentium m, core, core2, and AMD ...Evan Cheng2009-01-021-11/+25
* Fix x86 CPU id detection to identify Penryn (and future processors).Evan Cheng2009-01-021-2/+11
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-161-0/+11
* Re-apply 60689 now my head is screwed on right.Evan Cheng2008-12-081-0/+2
* Revert 60689. It caused many regressions on Darwin targets.Dan Gohman2008-12-081-3/+1
* Perform cheap checks first.Evan Cheng2008-12-081-1/+3
* Make LoopStrengthReduce smarter about hoisting things out ofDale Johannesen2008-12-051-1/+17
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-051-4/+8
* 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