PR14492: Debug Info: Support for values of non-integer non-type template parameters.
[oota-llvm.git] / include / llvm / Target /
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-21 Stephen LinRemove unused, undefined ArgFlagsTy::getArgFlagsString...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-18 Chad Rosier[asm parser] Add support for predicating MnemonicAlias...
2013-04-18 Chad RosierFix comment spacing.
2013-04-07 Arnold SchwaighoferTargetLowering: Fix getTypeConversion handling of exten...
2013-04-06 Hal FinkelAdd a comment to TargetInstrInfo about FoldImmediate
2013-04-05 Bill WendlingUse the target options specified on a function to reset...
2013-04-05 Jakob Stoklund OlesenClean up some confusing language, and use more realisti...
2013-03-29 Benjamin KramerRemove the old CodePlacementOpt pass.
2013-03-15 Jakob Stoklund OlesenAdd SchedRW as an Instruction field.
2013-03-14 Reed KotlerAdd a new method which enables one to change register...
2013-03-14 Andrew TrickMachineModel: Add a ProcResGroup class.
2013-03-14 Hal FinkelProvide the register scavenger to processFunctionBefore...
2013-03-13 Bill WendlingReset some of the target options which affect code...
2013-03-05 Meador IngeAdd more functions to the TLI.
2013-03-01 Michael LiaoFix PR10475
2013-02-21 Eli BenderskyMove the eliminateCallFramePseudoInstr method from...
2013-02-20 Jim GrosbachUpdate TargetLowering ivars for name policy.
2013-02-18 Benjamin KramerSupport for HiPE-compatible code emission, patch by...
2013-02-15 Bill WendlingUse the 'target-features' and 'target-cpu' attributes...
2013-02-14 Tim NorthoverAdd deprecation of neverHasSideEffects to documentation...
2013-01-31 Chad Rosier[PEI] Pass the frame index operand number to the elimin...
2013-01-24 Renato GolinMoving Cost Tables up to share with other targets
2013-01-23 Chad RosierInitialize SSPBufferSize. PR14999. Patch by Vinson...
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-09 David TweedFor some LLVM-as-library uses it is convenient to create a
2013-01-09 Tim NorthoverRefactor to expose RTLIB calls to targets.
2013-01-09 Andrew TrickMIsched: add an ILP window property to machine model.
2013-01-07 Chandler CarruthSink AddrMode back into TargetLowering, removing one...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-05 Chandler CarruthRefactor the ScalarTargetTransformInfo API for querying...
2013-01-04 Nadav RotemLoopVectorizer:
2013-01-03 Hal FinkelAdd a subtype parameter to VTTI::getShuffleCost
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-27 Nadav RotemDAGCombinerInformation: add a getter that exposes the...
2012-12-27 Nadav RotemRefactor DAGCombinerInfo. Change the different booleans...
2012-12-26 Nadav Rotemwhite space
2012-12-24 Nadav RotemCostModel: We have API for checking the costs of known...
2012-12-24 Nadav RotemChange the codegen Cost Model API for shuffeles. This...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-19 Jim GrosbachMove isSubRegister() and isSuperRegister to MCRegisterInfo.
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-19 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-14 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-13 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-13 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-11 Evan ChengReplace TargetLowering::isIntImmLegal() with
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-11 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
2012-12-11 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-11 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-11 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-11 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-11 NAKAMURA Takumillvm/Target/TargetMachine.h: Remove two dependent headers.
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Eric ChristopherFix a coding style nit.
2012-12-09 Paul RedmondLoopVectorize: support vectorizing intrinsic calls
2012-12-09 Shuxin Yang- Re-enable population count loop idiom recognization
2012-12-08 Chandler CarruthRevert the patches adding a popcount loop idiom recogni...
2012-12-06 Evan ChengReplace r169459 with something safer. Rather than havin...
2012-12-06 Evan ChengLet targets provide hooks that compute known zero and...
2012-12-05 Andrew TrickRemove two dead functions resulting from a bad rebase.
2012-12-05 Andrew TrickRegisterPressure API. Add support for physical register...
2012-12-05 Andrew TrickComment formatting.
2012-12-04 Manman RenStack Alignment: when creating stack objects in Machine...
2012-12-04 Jakob Stoklund OlesenRemove the old TRI::ResolveRegAllocHint() and getRawAll...
2012-12-03 Jakob Stoklund OlesenAdd a new hook for providing register allocator hints...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-29 Chad RosierWhitespace.
next