summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make naming consistent, add comments and sanity assertsEli Bendersky2012-12-12
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-12
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* The TargetData is not used for the isPowerOfTwo determination. It has neverRafael Espindola2012-12-12
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-12
* Add ARM NONE and PREL31 relocation types.Logan Chien2012-12-12
* Sorry about the churn. One more change to getOptimalMemOpType() hook. Did IEvan Cheng2012-12-12
* - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term.Evan Cheng2012-12-12
* LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...Nadav Rotem2012-12-12
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-12
* Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman2012-12-12
* Pattern matchers for floating point valuesMichael Ilseman2012-12-12
* Remove FIXMEs surrounding Constant[Data]Vectors, insteadMichael Ilseman2012-12-12
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-11
* Add R600 backendTom Stellard2012-12-11
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* Use an ArrayRef instead of a std::vector&.Rafael Espindola2012-12-11
* Revert EVT->MVT changes, r169836-169851, due to buildbot failures.Patrik Hagglund2012-12-11
* Holding my nose and moving the accumulation routine to GEPOperatorChandler Carruth2012-12-11
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-11
* Change TargetLowering::getTypeForExtArgOrReturn to take and returnPatrik Hagglund2012-12-11
* Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,Patrik Hagglund2012-12-11
* Change TargetLowering::RegisterTypeForVT to contain MVTs, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::TransformToType to contain MVTs, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::getRepRegClassCostFor, getIndexedLoadAction,Patrik Hagglund2012-12-11
* Change TargetLowering::findRepresentativeClass to take an MVT, insteadPatrik Hagglund2012-12-11
* Change TargetLowering::getTypeToPromoteTo to take and return MVTs,Patrik Hagglund2012-12-11
* Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Change TargetLowering::getCondCodeAction to take an MVT, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs.Patrik Hagglund2012-12-11
* Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.Patrik Hagglund2012-12-11
* Change TargetLowering::getRepRegClassFor to take an MVT, instead ofPatrik Hagglund2012-12-11
* Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.Patrik Hagglund2012-12-11
* llvm/Target/TargetMachine.h: Remove two dependent headers.NAKAMURA Takumi2012-12-11
* Fall back to the selection dag isel to select tail calls.Chad Rosier2012-12-11
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-10
* Defer call to InitSections until after MCContext has been initialized. IfLang Hames2012-12-10
* Fix a coding style nit.Eric Christopher2012-12-10
* Revert r169656.Bill Wendling2012-12-10
* Cleanup formatting, comments and naming.Eli Bendersky2012-12-10
* Don't use a red zone for code coverage if the user specified `-mno-red-zone'.Bill Wendling2012-12-10
* Fix funky copy-pasted grammatical error.Sean Silva2012-12-10
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-10
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman2012-12-09
* LoopVectorize: support vectorizing intrinsic callsPaul Redmond2012-12-09
* Have the bitcode reader/writer just use FPMathOperator's fast math enum directlyMichael Ilseman2012-12-09
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* Fix Windows build breakage.Logan Chien2012-12-08