Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators that...
[oota-llvm.git] / include / llvm / Target /
2012-09-14 Andrew Trickwhitespace
2012-09-14 Micah VillmowAdd in comments that explain what the indexing and...
2012-09-14 Andrew Trickmisched: Generic tablegen classes for the new machine...
2012-09-14 Andrew Trickcomment
2012-09-14 Andrew Trickcomment
2012-09-13 Micah VillmowThe current implementation does not allow more than...
2012-09-11 Owen AndersonImprove tblgen code cleanliness: create an unknown_clas...
2012-09-11 Jakob Stoklund OlesenAdd TRI::getSubRegIndexLaneMask().
2012-09-11 Jakob Stoklund OlesenAdd MCRI::getNumSubRegIndices() and start checking...
2012-09-06 Tom StellardTablegen: Add OperandWithDefaultOps Operand type
2012-09-06 Nadav RotemAdd a new optimization pass: Stack Coloring, that merge...
2012-09-04 Preston GurdGeneric Bypass Slow Div
2012-09-02 Nadav RotemNot all targets have efficient ISel code generation...
2012-08-29 Jakob Stoklund OlesenAdd a bit of documentation to copyPhysReg.
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-28 Jakob Stoklund OlesenRemove extra MayLoad/MayStore flags from atomic_load...
2012-08-23 Jakob Stoklund OlesenTristate mayLoad, mayStore, and hasSideEffects.
2012-08-23 Jakob Stoklund OlesenAdd CodeGenTarget::guessInstructionProperties.
2012-08-23 Andrew TrickSimplify the computeOperandLatency API.
2012-08-21 Chad RosierAdd a few functions to TargetLibraryInfo as part of...
2012-08-21 Chad RosierAdd support for the --param ssp-buffer-size= driver...
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-16 Jakob Stoklund OlesenAdd an MCID::Select flag and TII hooks for optimizing...
2012-08-15 Jakob Stoklund OlesenAdd a CoveringSubRegIndices field to SubRegIndex records.
2012-08-13 Jakob Stoklund OlesenRemove the TII::scheduleTwoAddrSource() hook.
2012-08-08 Owen AndersonAllow legalization of target-specific SDNodes, provided...
2012-08-08 Andrew TrickAdded MispredictPenalty to SchedMachineModel.
2012-08-08 Andrew TrickMinor cleanup of defaultDefLatency API
2012-08-07 Bill WendlingRevert r161371. Removing the 'const' before Type is...
2012-08-07 Bill WendlingConstify the Type parameter to some methods (which...
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-08-03 Bob WilsonAdd new getLibFunc method to TargetLibraryInfo.
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Jakob Stoklund OlesenAdd TargetRegisterInfo::hasRegUnit().
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-30 Eric ChristopherTypo.
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-26 Jakob Stoklund OlesenRemove support for 'CompositeIndices' and sub-register...
2012-07-25 Nuno Lopesmake all Emit*() functions consult the TargetLibraryInf...
2012-07-24 Nuno Lopesadd a few more functions to TargetLibraryInfo:
2012-07-24 Nuno LopesTargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-20 Owen AndersonMake RegisterOperand a subclass of DAGOperand so that...
2012-07-19 Bill WendlingRemove tabs.
2012-07-17 Jim GrosbachTableGen: Allow conditional instruction pattern in...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew Trickwhitespace
2012-07-04 Jakob Stoklund OlesenAdd an experimental early if-conversion pass, off by...
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-06-29 Manman RenAdd SrcReg2 to analyzeCompare and optimizeCompareInstr...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-25 Owen AndersonDefine DAGOperand, an empty base class for RegisterClas...
2012-06-22 Jim GrosbachTableGen: AsmMatcher support for better operand diagnos...
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-22 Lang HamesRename -allow-excess-fp-precision flag to -fuse-fp...
2012-06-19 Lang HamesAdd DAG-combines for aggressive FMA formation.
2012-06-19 Rafael EspindolaMove the support for using .init_array from ARM to...
2012-06-13 Kay Tiong Khoo*typo: Cyles changed to Cycles
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-06-08 Andrew TrickRemoving strange "using" declarations form TargetInstrInfo.
2012-06-08 Andrew TrickTargetInstrInfo hooks implemented in codegen should...
2012-06-07 Andrew TrickContinue factoring computeOperandLatency. Use it for...
2012-06-06 Manman RenRevert r157755.
2012-06-05 Andrew Trickmisched: API for minimum vs. expected latency.
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-06-05 Andrew Trickwhitespace
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-05-31 Manman RenX86: replace SUB with CMP if possible
2012-05-31 Jakob Stoklund OlesenAdd a PrintRegUnit helper similar to PrintReg.
2012-05-30 Jakob Stoklund OlesenAdd MCRegisterInfo::RegListIterator.
2012-05-29 Jakob Stoklund OlesenUse MCRegUnitIterator to compute regsOverlap().
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-24 Owen AndersonTeach tblgen's set theory "sequence" operator to suppor...
2012-05-17 Evandro Menezes[Hexagon] Clean up Hexagon ELF definition.
2012-05-15 Jim GrosbachTableGen'erate mapping physical registers to encoding...
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-07 Jakob Stoklund OlesenAdd an MF argument to TRI::getPointerRegClass() and...
2012-05-07 Jakob Stoklund OlesenAdd TRI::getCommonSuperRegClass().
2012-05-05 Benjamin KramerAdd a new target hook "predictableSelectIsExpensive".
2012-05-04 Jakob Stoklund OlesenRemove the SubRegClasses field from RegisterClass descr...
2012-05-04 Jakob Stoklund OlesenRemove TargetRegisterClass::SuperRegClasses.
2012-05-04 Jakob Stoklund OlesenUse SuperRegClassIterator for findRepresentativeClass().
2012-05-04 Jakob Stoklund OlesenAdd a SuperRegClassIterator class.
2012-05-03 Jakob Stoklund OlesenUse a shared implementation of getMatchingSuperRegClass().
2012-05-03 Jakob Stoklund OlesenAdd TargetRegisterClass::getSuperRegIndices().
2012-05-03 Jakob Stoklund OlesenFix the type of SubClassMask.
2012-05-03 Jakob Stoklund OlesenDon't override subreg functions in targets without...
2012-05-03 Andrew TrickAdded TargetRegisterInfo::getAllocatableClass.
2012-04-24 Jim GrosbachARM: improved assembler diagnostics for missing CPU...
2012-04-23 Preston GurdThis patch fixes a problem which arose when using the...
next