DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / include / llvm / CodeGen /
2015-03-09 Reid KlecknerReland r229944: EH: Prune unreachable resume instructio...
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-06 Frederic RissAdd DIEInteger::setValue() method.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-04 David BlaikieRecommit r231175: Change LiveStackAnalysis::SS2Interval...
2015-03-04 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-03 David BlaikieAdd missing header include
2015-03-03 David BlaikieRecommit r231168: unique_ptrify LiveRange::segmentSet
2015-03-03 David BlaikieChange LiveStackAnalysis::SS2IntervalMap from std:...
2015-03-03 David BlaikieRevert "unique_ptrify LiveRange::segmentSet"
2015-03-03 David Blaikieunique_ptrify LiveRange::segmentSet
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRemove the explicit SUnitIterator::operator= as the...
2015-03-03 David BlaikieRemove LatencyPriorityQueue::dump because it relies...
2015-03-03 David Blaikieunique_ptrify ResourcePriorityQueue::ResourceModel
2015-03-03 David BlaikieRemove ResourcePriorityQueue::dump as it relies on...
2015-03-03 David BlaikieRemove explicit copy ctor in favor of the implicit...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Michael ZolotukhinFix a copy-paste bug.
2015-03-02 Adrian PrantlRevert "Refactor DebugLocDWARFExpression so it doesn...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Nico WeberRevert r230930, it caused PR22747.
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-01 Arnaud A. de Grand... [PBQP] Do not add an edge between nodes with totally...
2015-03-01 Benjamin KramerMake VTs and UnicodeCharSet ctors constexpr if the...
2015-03-01 Elena DemikhovskyReverted 230471 - gather scatter handling in table...
2015-02-27 Benjamin KramerMachineDominators: Move applySplitCriticalEdges into...
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
2015-02-25 Elena DemikhovskyAVX-512: Gather and Scatter patterns
2015-02-24 Tim NorthoverARM: treat [N x i32] and [N x i64] as AAPCS composite...
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-21 Tim NorthoverCodeGen: convert CCState interface to using ArrayRefs
2015-02-20 Matt ArsenaultAdd generic fmad DAG node.
2015-02-20 Eric ChristopherRemove the MCInstrInfo cached variable as it was only...
2015-02-20 Chandler CarruthRevert r229944: EH: Prune unreachable resume instructio...
2015-02-20 Reid KlecknerEH: Prune unreachable resume instructions during Dwarf...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-18 Elena DemikhovskyAVX-512: Added support for FP instructions with embedde...
2015-02-18 Matthias BraunLiveRangeCalc: Rename some parameters from kill to...
2015-02-17 Rafael EspindolaTwines should be passed by const ref.
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-17 Eric ChristopherMake the ARM AsmPrinter independent of global subtarget
2015-02-17 Manuel KlimekFix problem with uninitialized bool found by asan.
2015-02-17 Jonas Paulsson[PBQP] NDEBUG guards added around code needed for assert.
2015-02-17 Duncan P. N. Exon... AsmPrinter: Stop creating DebugLocs
2015-02-16 Jonas Paulsson[PBQP] Improve the assert for conservatively allocatables.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Arnaud A. de Grand... [PBQP] Assert conservativelly allocatable nodes are...
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-14 Reid KlecknerUnify the two EH personality classification routines...
2015-02-13 Arnaud A. de Grand... [PBQP] Conservativelly allocatable nodes can be spilled...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
2015-02-11 Arnaud A. de Grand... [PBQP] Cautiously update edge costs in the solver
2015-02-10 Paul RobinsonExplicitly initialize a flag in a default constructor.
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2015-02-06 Quentin Colombet[LiveIntervalAnalysis] Speed up creation of live ranges...
2015-02-06 Matthias BraunLiveInterval: Fix SubRange memory leak.
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-04 Matthias BraunMachineCSE: Clear dead-def flag on CSE.
2015-02-03 Arnaud A. de Grand... [PBQP] Provide more information in the debug prints
2015-02-03 Arnaud A. de Grand... [PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
2015-02-03 Lang Hames[PBQP Regalloc] Pre-spill vregs that have no legal...
2015-02-01 Chandler Carruth[multiversion] Remove the function parameter from the...
2015-02-01 Chandler Carruth[multiversion] Switch the TTI queries from TargetMachin...
2015-02-01 Chandler Carruth[multiversion] Remove the cached TargetMachine pointer...
2015-02-01 Chandler Carruth[multiversion] Remove another place we were "handling...
2015-02-01 Chandler Carruth[multiversion] Remove a false freedom to leave the...
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-02-01 Chandler Carruth[PM] Remove a bunch of stale TTI creation method declar...
2015-01-31 Chandler Carruth[PM] Switch the TargetMachine interface from accepting...
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-30 Lang Hames[PBQP] Fix transposed worst row/column check in handleA...
2015-01-30 Eric ChristopherAdd a similar templated cast for getSubtarget off of...
2015-01-29 Reid KlecknerAdd a Windows EH preparation pass that zaps resumes
2015-01-28 Philip ReamesRemove gc.root's performCustomLowering
2015-01-27 Eric ChristopherMachineRegisterInfo can access TII off of the MachineFu...
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 NAKAMURA TakumiPrune an out-of-date \param since r226476. [-Wdocumenta...
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
next