[C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce...
[oota-llvm.git] / include / llvm / Target /
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...
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
2014-03-31 Hal FinkelAdd a TLI hook to control when BUILD_VECTOR might be...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-28 Hal FinkelAdd an OutPatFrag TableGen class
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Andrew TrickDrive-by comment fix. This regalloc comment was not...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Tim NorthoverX86 CodeGenPrep: sink shufflevectors before shifts
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-12 Juergen Ributzka[Stackmaps] Fix the ID type to be i64 also for stackmap...
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-07 Rafael EspindolaComment cleanup. Don't repeat the function name in...
2014-02-07 Rafael EspindolaRemove training whitespace.
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Benjamin KramerSimplifyLibCalls: Push TLI through the exp2->ldexp...
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-10 Rafael EspindolaAll backends use MC now.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-11 Andrew TrickAdd TargetRegisterInfo::reverseLocalAssignment hook.
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-07 Vincent LejeuneAdd a RequireStructuredCFG Field to TargetMachine.
2013-12-05 Andrew TrickMachine model comments. Explain a ProcessorUnit's Buffe...
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-12-02 Rafael EspindolaRemove dead code.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-11-29 Lang HamesRefactor a lot of patchpoint/stackmap related code...
2013-11-27 Rafael EspindolaRemove dead argument.
2013-11-26 Andrew TrickStackMap: Implement support for DirectMemRefOp.
2013-11-22 Paul RobinsonTeach ISel not to optimize 'optnone' functions (revised).
2013-11-21 NAKAMURA TakumiWhitespace.
2013-11-21 NAKAMURA TakumiRevert r195317 (and r195333), "Teach ISel not to optimi...
2013-11-21 Paul RobinsonTeach ISel not to optimize 'optnone' functions.
2013-11-17 Andrew TrickAdded a size field to the stack map record to handle...
2013-11-15 Matt ArsenaultAdd target hook to prevent folding some bitcasted loads.
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...
next