[OCaml] Add REQUIRES: native, object-emission to the Target test
[oota-llvm.git] / include / llvm / Target /
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-09 Chandler CarruthMove the old pass manager infrastructure into a legacy...
2013-11-09 Juergen Ributzka[Stackmap] Materialize the jump address within the...
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-11-05 Dmitri GribenkoConvert comments to documentation comments (// -> ///)
2013-11-03 Bob WilsonConvert calls to __sinpi and __cospi into __sincospi_stret
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-29 Matt ArsenaultUpdate comment
2013-10-29 Matt ArsenaultWorkaround MSVC 32-bit miscompile of getCondCodeAction.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-23 Tom StellardSelectionDAG: Pass along the original argument/element...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-21 Matt ArsenaultFix CodeGen for vectors of pointers with address spaces.
2013-10-17 Jack Carter[projects/test-suite] White space and long line fixes.
2013-10-14 Andrew TrickFix the ExecutionDepsFix pass to handle AVX instructions.
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-10 Sriram Muralitest commit
2013-10-10 Matt ArsenaultFix grammar / missing words
2013-09-30 Arnold SchwaighoferIfConverter: Use TargetSchedule for instruction latencies
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-25 Andrew TrickMark the x86 machine model as incomplete. PR17367.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
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...
next