summaryrefslogtreecommitdiff
path: root/include/llvm/Target
Commit message (Expand)AuthorAge
* Remove exception handling support from the old JIT.Rafael Espindola2013-05-07
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about '...Stephen Lin2013-04-21
* Remove unused ShouldFoldAtomicFences flag.Tim Northover2013-04-20
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Fix comment spacing.Chad Rosier2013-04-18
* TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer2013-04-07
* Add a comment to TargetInstrInfo about FoldImmediateHal Finkel2013-04-06
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-05
* Clean up some confusing language, and use more realistic examples.Jakob Stoklund Olesen2013-04-05
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-15
* Add a new method which enables one to change register classes.Reed Kotler2013-03-14
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-14
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* Add more functions to the TLI.Meador Inge2013-03-05
* Fix PR10475Michael Liao2013-03-01
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-21
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-20
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-18
* Use the 'target-features' and 'target-cpu' attributes to reset the subtarget ...Bill Wendling2013-02-15
* Add deprecation of neverHasSideEffects to documentation comments.Tim Northover2013-02-14
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-31
* Moving Cost Tables up to share with other targetsRenato Golin2013-01-24
* Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.Chad Rosier2013-01-23
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* For some LLVM-as-library uses it is convenient to create aDavid Tweed2013-01-09
* Refactor to expose RTLIB calls to targets.Tim Northover2013-01-09
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* Sink AddrMode back into TargetLowering, removing one of the mostChandler Carruth2013-01-07
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Refactor the ScalarTargetTransformInfo API for querying about theChandler Carruth2013-01-05
* LoopVectorizer:Nadav Rotem2013-01-04
* Add a subtype parameter to VTTI::getShuffleCostHal Finkel2013-01-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling2012-12-30
* DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem2012-12-27
* Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem2012-12-27
* white spaceNadav Rotem2012-12-26
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-24
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-24
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-23
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-23
* Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2012-12-19
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-19
* Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer2012-12-19