BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Target /
2014-09-03 Robin MorissetRefactor AtomicExpandPass and add a generic isAtomic...
2014-09-03 Eric ChristopherRemove resetSubtargetFeatures as it is unused.
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-09-02 Pete CooperChange MCSchedModel to be a struct of statically initia...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-21 Sanjay Patelname change: isPow2DivCheap -> isPow2SDivCheap
2014-08-21 Robin MorissetAdd hooks for emitLeading/TrailingFence
2014-08-21 Robin MorissetRename AtomicExpandLoadLinked into AtomicExpand
2014-08-21 Jonathan RoelofsSatiate the sanitizer build bot
2014-08-21 Jonathan RoelofsAdd a thread-model knob for lowering atomics on baremet...
2014-08-20 Quentin ColombetAdd isInsertSubreg property.
2014-08-20 Quentin ColombetMention the right target hook in the comment on isExtra...
2014-08-20 Quentin ColombetAdd isExtractSubreg property.
2014-08-13 Hal Finkel[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
2014-08-11 Quentin ColombetAdd isRegSequence property.
2014-08-08 Pedro ArtigasAdded a TLI hook to signal that the target does not...
2014-08-08 Patrik Hagglund[pr19635] Revert most of r170537, and add new testcase.
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-05 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-04 Eric ChristopherReorder to keep data and routines separate and to keep...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-04 Eric ChristopherReimplement the temporary non-const getSubtargetImpl...
2014-08-04 NAKAMURA TakumiTargetInstrInfo::genAlternativeCodeSequence(): Fix...
2014-08-03 Gerolf HoflehnerMachineCombiner Pass for selecting faster instruction
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-28 Matt ArsenaultUpdate comment
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-25 Akira Hatanaka[stack protector] Fix a potential security bug in stack...
2014-07-24 Chandler Carruth[Target] Teach the query interfaces for lowering of...
2014-07-23 Chad Rosier[AArch64] Lower sdiv x, pow2 using add + select + shift.
2014-07-23 NAKAMURA TakumiTrailing whitespace.
2014-07-18 Tim NorthoverCodeGen: soften f16 type by default instead of marking...
2014-07-17 Matt ArsenaultFix typos
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-16 Chris Bieneman[RegisterCoalescer] Moving the RegisterCoalescer subtar...
2014-07-15 Sanjay PatelMove Post RA Scheduling flag bit into SchedMachineModel
2014-07-15 Chris Bieneman[RegisterCoalescer] Add new subtarget hook allowing...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-10 Jan VeselySelectionDAG: Factor FP_TO_SINT lower code out of DAGLe...
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-09 Benjamin KramerTargetRegisterInfo: Remove function that fell out of...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-07-02 Quentin Colombet[RegAllocGreedy] Provide a subtarget hook to disable...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-25 NAKAMURA TakumiRe-apply r211399, "Generate native unwind info on Win64...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-19 Eric ChristopherAdd a new subtarget hook for whether or not we'd like...
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: add support to build CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Eric ChristopherRemove unused functions setting MCOptions from TargetMa...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-12 Rafael EspindolaRemove MCUseCFI from TargetMachine.
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-05 Eric ChristopherFix typo (also tab character).
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-28 Joerg SonnenbergerFix comment
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 Benjamin KramerMake doxygen comment match the declaration.
2014-04-11 Tom StellardSelectionDAG: Factor ISD::MUL lowering code out of...
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
next