[ADT] Fix a confusing interface spec and some annoying peculiarities
[oota-llvm.git] / include / llvm / CodeGen /
2015-09-10 Elena DemikhovskyAdded isUndef() interface for SDNode
2015-09-10 Hans WennborgRevert r247216: "Fix Clang-tidy misc-use-override warni...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-10 Hans WennborgFix Clang-tidy misc-use-override warnings, other minor...
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-09-09 Matthias BraunVirtRegMap: Improve addMBBLiveIns() using SlotIndex...
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-08 Matt ArsenaultAdd const overload of findRegisterUseOperand
2015-09-04 Chad RosierTypo. NFC.
2015-09-02 Joseph Tremoulet[TableGen] Allow TokenTy in intrinsic signatures
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Kit BartonRework of the new interface for shrink wrapping
2015-08-28 Ahmed Bougacha[CodeGen] Support (and default to) expanding READCYCLEC...
2015-08-27 Peter CollingbourneCodeGen: Introduce splitCodeGen and teach LTOCodeGenera...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Matthias BraunMachineBasicBlock: Use MCPhysReg instead of unsigned...
2015-08-25 Matthias BraunSlotIndexes: Introduce an iterator into the idx2MBBMap.
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Matthias BraunMachineRegisterInfo: Introduce isPhysRegUsed()
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets for...
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-08-14 Alex LorenzMIR Serialization: Serialize the external symbol call...
2015-08-14 Alex LorenzMIR Serialization: Serialize the global value call...
2015-08-14 Kit BartonReverting patch r244235.
2015-08-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-12 Michael Kuperstein[X86] Allow x86 call frame optimization to fold more...
2015-08-11 Alex LorenzPseudoSourceValue: Transform the mips subclass to targe...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 Alex LorenzPseudoSourceValue: Introduce a 'PSVKind' enumerator.
2015-08-11 Alex LorenzPseudoSourceValue: Update comments and fix lowercase...
2015-08-11 Alex LorenzReformat PseudoSourceValue.cpp and PseudoSourceValue...
2015-08-11 James MolloyAdd new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
2015-08-11 Alex LorenzMIR Serialization: Serialize UsedPhysRegMask from the...
2015-08-10 Alex LorenzMIR Parser: Report an error when a stack object is...
2015-08-10 Alex LorenzMIR Parser: Report an error when a fixed stack object...
2015-08-10 Robert LougherTrace copies when checking for rematerializability...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-07 Cong HouNFC.
2015-08-06 Cong HouRevert r244154 which causes some build failure. See...
2015-08-06 Kit BartonThis patch changes the interface to enable the shrink...
2015-08-06 Chad RosierFix minor typos. NFC.
2015-08-05 Cong HouAdd <numeric> header for use of std::accumulate().
2015-08-05 Cong HouRecord whether the weights on out-edges from a MBB...
2015-08-05 Cong HouNFC.
2015-08-03 JF BastienRefactor AtomicExpand::expandAtomicRMWToCmpXchg into...
2015-08-03 Silviu Baranga[TTI] Fix default costs for interleaved accesses
2015-08-02 Duncan P. N. Exon... AsmPrinter: Stop inheriting from DIE
2015-08-02 Duncan P. N. Exon... AsmPrinter: Change DIEValueList to a subclass of DIE...
2015-08-02 Duncan P. N. Exon... Remove dead code, NFC
2015-07-31 Alex LorenzAMDGPU/SI: Add implicit register operands in the correc...
2015-07-31 Alex LorenzMIR Parser: Report an error when a jump table entry...
2015-07-31 Sanjay Pateldon't repeat function names in comments; NFC
2015-07-30 Alex LorenzMIR Parser: Report an error when a constant pool item...
2015-07-30 Alex LorenzMIR Parser: Report an error when a virtual register...
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-29 Alex LorenzMIR Serialization: Serialize the frame info's save...
2015-07-29 Aaron BallmanReverting r243386 because it has serious post-commit...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Puyan LotfiChanges for MachineBasicBlock to use SortedVector for...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-27 Sanjoy Das[TargetTransformInfo][NFCI] Add TargetTransformInfo...
2015-07-27 Alex LorenzMIR Serialization: Serialize the unnamed basic block...
2015-07-27 Alex LorenzMIR Serialization: Serialize the machine function's...
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-20 Krzysztof ParzyszekAdd 'const' to a few more functions in MachineFrameInfo
2015-07-20 Alex LorenzMIR Serialization: Initial serialization of machine...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-16 Matthias BraunMachineInstr: Explain the subtle semantics of uses...
2015-07-16 Matthias BraunLiveInterval: Document and enforce rules about empty...
2015-07-16 Matthias BraunDo not duplicate method name in comment, remove duplica...
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-16 Mehdi AminiRemove DataLayout from TargetLoweringObjectFile, redire...
2015-07-16 Mehdi AminiRedirect pointerSize query to the TargetMachine in...
2015-07-15 Alex LorenzMIR Serialization: Serialize the jump table info.
2015-07-15 Alex LorenzMIR Serialization: Serialize references from the stack...
2015-07-15 Hal Finkel[MachineCombiner] Work with itineraries
2015-07-14 Pete CooperAdd allnodes() iterator range to SelectionDAG. NFC.
2015-07-14 Pete CooperMove SDNode::IROrder in to padding to save space. ...
2015-07-14 Pete CooperConstify parameters in SelectionDAG methods. NFC
2015-07-14 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-14 Matthias BraunMachineRegisterInfo: Remove UsedPhysReg infrastructure
2015-07-14 Matthias BraunRAGreedy: Keep track of allocated PhysRegs internally
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-14 Alex LorenzMIR Serialization: Serialize the variable sized stack...
next