[DebugInfo] Move all DWARF headers to the public include directory.
[oota-llvm.git] / include / llvm / Target /
2014-12-18 Eric ChristopherAdd a new string member to the TargetOptions struct...
2014-12-17 Michael Kuperstein[DAGCombine] Slightly improve lowering of BUILD_VECTOR...
2014-12-17 Quentin Colombet[CodeGenPrepare] Reapply r224351 with a fix for the...
2014-12-17 Reid KlecknerRevert "[CodeGenPrepare] Move sign/zero extensions...
2014-12-16 Quentin Colombet[CodeGenPrepare] Move sign/zero extensions near loads...
2014-12-12 Matt ArsenaultAdd target hook for whether it is profitable to reduce...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-12-10 Matthias BraunAdd function that translates subregister lane masks...
2014-12-10 Matthias BraunLet tablegen compute maximum lanemask for regs/regclasses.
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-02 Eric ChristopherMake sure that the TargetOptions operator== is checking the
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-26 Craig TopperRemove neverHasSideEffects support from TableGen CodeGe...
2014-11-26 Craig TopperReplace neverHasSideEffects=1 with hasSideEffects=0...
2014-11-25 Craig TopperRemove dead code.
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-21 Hao LiuDAGCombiner: Allow the DAGCombiner to combine multiple...
2014-11-19 Matthias BraunIntroduce register dump helper
2014-11-17 Craig TopperMove register class name strings to a single array...
2014-11-16 Craig TopperConvert some EVTs to MVTs where only a SimpleValueType...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-07 Daniel Sanders[mips] Remove MipsCC::analyzeCallOperands in favour...
2014-11-02 Matt ArsenaultSupport REG_SEQUENCE in tablegen.
2014-11-01 Daniel Sanders[tablegen] Add CustomCallingConv and use it to tablegen...
2014-10-31 Quentin Colombet[CodeGenPrepare] Move extractelement close to store...
2014-10-24 Sanjay PatelUse rsqrt (X86) to speed up reciprocal square root...
2014-10-21 Matt ArsenaultAdd minnum / maxnum intrinsics
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-14 Gerolf Hoflehner[AAarch64] Optimize CSINC-branch sequence
2014-10-14 Eric ChristopherDon't include DFAPacketizer in TargetInstrInfo, there...
2014-10-09 Matt ArsenaultRemove unused field from Operand
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-10-06 Hal Finkel[DAGCombine] Remove SIGN_EXTEND-related inf-loop
2014-10-03 Richard SmithPR21145: Teach LLVM about C++14 sized deallocation...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-10-03 Renato GolinRevert 202433 - Provide a target override for the lates...
2014-09-30 Sanjay PatelSplit the estimate() interface into separate functions...
2014-09-26 Sanjay PatelRefactor reciprocal and reciprocal square root estimate...
2014-09-26 David MajnemerTarget: Fix build breakage.
2014-09-26 Eric ChristopherAdd a FIXME to TargetMachine to remove the function...
2014-09-26 Eric ChristopherMove resetTargetOptions from taking a MachineFunction...
2014-09-25 Hal FinkelAdd SDAG TableGen definitions for BR_CC
2014-09-25 Robin MorissetLower idempotent RMWs to fence+load
2014-09-25 Daniel Sanders[mips] Add CCValAssign::[ASZ]ExtUpper and CCPromoteToUp...
2014-09-23 Robin MorissetAdd AtomicExpandPass::bracketInstWithFences, and use...
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-18 Eric ChristopherAdd a new pass FunctionTargetTransformInfo. This pass...
2014-09-17 Robin Morisset[X86] Use the generic AtomicExpandPass instead of X86At...
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-08 Chad Rosier[AArch64] Improve AA to remove unneeded edges in the...
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...
next