aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCSubtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...Evan Cheng2008-12-051-3/+6
* Temporarily revert r60519. It was causing a bootstrap failure:Bill Wendling2008-12-041-3/+1
* Visibility hidden GVs do not require extra load of symbol address from the GO...Evan Cheng2008-12-041-1/+3
* Add a missed CommonLinkage check.Dale Johannesen2008-05-231-0/+1
* Cosmetics.Dale Johannesen2008-02-151-6/+3
* Remove warning about 64-bit code on processorDale Johannesen2008-02-151-4/+0
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-141-0/+1
* Use size_t to store Pos, avoid truncating valueDuncan Sands2008-01-081-1/+1
* leopard and above support alignment for common symbols.Chris Lattner2008-01-021-7/+19
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+141