Add constant defines for gnu pubnames and gnu pubtypes - they're used
[oota-llvm.git] / include / llvm / Target /
2013-09-06 Andrew TrickAdded MachineSchedPolicy.
2013-09-04 Andrew Trickmi-sched: Load clustering is a bit to expensive to...
2013-09-04 Hao LiuInplement aarch64 neon instructions in AdvSIMD(shift...
2013-08-29 Hal FinkelAdd useAA() to TargetSubtargetInfo
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-23 Andrew TrickPrintVRegOrUnit
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-09 Benjamin KramerAdd a overload to CostTable which allows it to infer...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-06 Tim NorthoverRefactor isInTailCallPosition handling
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-08-01 Bill WendlingUse function attributes to indicate that we don't want...
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-07-25 Richard SandifordFix a comment cut-&-pasto.
2013-07-25 Bill WendlingReplace the "NoFramePointerElimNonLeaf" target option...
2013-07-23 Tom StellardDAGCombiner: Pass the correct type to TargetLowering...
2013-07-22 Bill WendlingRecommit r186217 with testcase fix:
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-16 Vladimir MedicThis patch allows targets to define weather the instruc...
2013-07-13 Chandler CarruthRevert commit r186217 -- this is breaking bots:
2013-07-12 Bill WendlingUse the function attributes to pass along the stack...
2013-07-11 Michael GottesmanFixed up comments in TargetLowering.h to conform to...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-05 Richard Sandiford[SystemZ] Remove no-op MVCs
2013-07-05 Richard Sandiford[SystemZ] Clean up register scavenging code
2013-07-03 Michael GottesmanAdded posix function gettimeofday to LibFunc::Func...
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-25 Tom StellardTableGen: Generate a function for getting operand indic...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-20 Bill WendlingRemove static, because it was messing everything up.
2013-06-19 Bill WendlingMake the '==' operator inline.
2013-06-19 Bill WendlingMake this static inline to avoid duplicates.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
2013-06-19 Bill WendlingAdd operator!= as the compliment to operator==. This...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-15 Andrew TrickSupport BufferSize on ProcResGroup for unified MOp...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-10 Duncan SandsAvoid warnings about unused parameters that tend to...
2013-05-31 Ahmed BougachaMake SubRegIndex size mandatory, following r183020.
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Ahmed BougachaAdd a way to define the bit range covered by a SubRegIndex.
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-22 Owen AndersonCreate an FPOW SDNode opcode def in the target independ...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getCoveringLanes().
2013-05-13 Rafael EspindolaRemove the MachineMove class.
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...
next