Remove unused parameter Penalty from the BoundsChecking pass.
[oota-llvm.git] / include / llvm / Target /
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-16 Benjamin KramerWork around a layering violation from Target to CodeGen.
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-11-13 Andrew Trickmisched: Allow subtargets to enable misched and depende...
2012-11-12 Andrew Trickmisched: rename interfaceto avoid gcc warnings
2012-11-12 Andrew Trickmisched: Target-independent support for MacroFusion.
2012-11-12 Andrew Trickmisched: Target-independent support for load/store...
2012-11-10 Meador IngeAdd more functions to the target library information.
2012-11-09 Chad RosierRevert r167620; this can be implemented using an existi...
2012-11-09 Chad RosierAdd support for -mstrict-align compiler option for...
2012-11-05 Nadav RotemRefactor the getTypeLegalizationCost interface. No...
2012-11-05 Nadav RotemImplement the cost of abnormal x86 instruction lowering...
2012-11-05 Eli BenderskyPR14256: SelectionDAGLowering was renamed to SelectionD...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-01 Manman RenOutputArg: added an index of the original argument...
2012-11-01 Jakob Stoklund OlesenGenerate a table-driven version of TRI::composeSubRegIn...
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-27 Nadav Rotem1. Fix a bug in getTypeConversion. When a *simple*...
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Jakob Stoklund OlesenRemove the canCombineSubRegIndices() target hook.
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
2012-10-25 Sebastian Popadd TableGen support to create relationship maps betwee...
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Nadav RotemMake LegalizeKind public so that we can use it outside...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-12 Nick LewyckyShuffle the virtual destructor down to the base. This...
2012-10-12 Nick LewyckyGive this class full of virtual functions a virtual...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Micah VillmowAdd in the first step of the multiple pointer support...
2012-10-09 Nadav Rotemwhitespace
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-05 Chad RosierRemove extraneous semicolon.
2012-10-05 Micah VillmowImplement TargetData with the DataLayout class, this...
2012-10-04 Preston GurdThis patch corrects commit 165126 by using an integer...
2012-10-04 Bill WendlingUse attribute query methods.
2012-10-03 Andrew TrickAdded instregex support to TableGen subtarget emitter.
2012-10-01 Benjamin KramerTargetData: s/uint32_t/unsigned/ per Kuba's request.
2012-09-29 Benjamin KramerShrink TargetAlignElem a bit, we do a lot of searches...
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-22 Andrew TrickMachine Model (-schedmodel only). Added SchedAliases.
2012-09-18 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-18 Andrew TrickTableGen subtarget emitter. Remove unnecessary header...
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 NAKAMURA Takumillvm/Target/TargetSubtargetInfo.h: Fix case in #include...
2012-09-17 Andrew TrickTargetSchedModel API. Implement latency lookup, disabled.
2012-09-17 Andrew TrickTableGen subtarget emitter. Generate resolveSchedClass...
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
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...
next