Make replace many calls to getSizeInBits() with is128BitVector/is256BitVector
[oota-llvm.git] / lib / CodeGen /
2012-08-11 Benjamin KramerMachineCSE: Hoist isConstantPhysReg out of the loop...
2012-08-11 Benjamin KramerPR13578: Teach MachineCSE that instructions that use...
2012-08-10 Jakob Stoklund OlesenAdd a proper if-conversion cost model.
2012-08-10 Jakob Stoklund OlesenGive MachineTraceMetrics its own debug tag.
2012-08-10 Jakob Stoklund OlesenAdd more trace query functions.
2012-08-10 Jakob Stoklund OlesenAdd getTPred() and getFPred() functions.
2012-08-10 Jakob Stoklund OlesenInclude loop-carried dependencies when computing instr...
2012-08-10 Jakob Stoklund OlesenUpdate edge weights correctly in replaceSuccessor().
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-10 Jakob Stoklund OlesenAlso update MRI use lists when changing a use to a...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenPartition use lists so defs always come before uses.
2012-08-09 Jakob Stoklund OlesenDon't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
2012-08-09 Jakob Stoklund OlesenFix a future TwoAddressInstructionPass crash.
2012-08-09 Nadav RotemFix the legalization of ExtLoad on ARM. ExpandUnaligne...
2012-08-08 Jakob Stoklund OlesenDon't use getNextOperandForReg() in RAFast.
2012-08-08 Jakob Stoklund OlesenDeal with irreducible control flow when building traces.
2012-08-08 Jakob Stoklund OlesenHeed -stress-early-ifcvt.
2012-08-08 Jakob Stoklund OlesenGet the MispredictPenalty from MCSchedModel.
2012-08-08 Andrew TrickMinor cleanup of defaultDefLatency API
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Manman RenX86: enable CSE between CMP and SUB
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-07 Jakob Stoklund OlesenSkip tied operand pairs that already have the same...
2012-08-07 Jakob Stoklund OlesenAdd SelectionDAG::getTargetIndex.
2012-08-07 Bill WendlingFor non-Darwin platforms, we want to generate stack...
2012-08-07 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_TargetIndex.
2012-08-07 Jakob Stoklund OlesenFix a couple of typos.
2012-08-07 Jakob Stoklund OlesenAdd trace accessor methods, implement primitive if...
2012-08-07 Chandler CarruthAdd a much more conservative strategy for aligning...
2012-08-07 Manman RenMachineCSE: Update the heuristics for isProfitableToCSE.
2012-08-04 Jakob Stoklund OlesenDelete a dead variable.
2012-08-03 Jakob Stoklund OlesenTwoAddressInstructionPass refactoring: Extract another...
2012-08-03 Bob WilsonRefactor and check "onlyReadsMemory" before optimizing...
2012-08-03 Jakob Stoklund OlesenTwoAddressInstructionPass refactoring: Extract a method.
2012-08-03 Jakob Stoklund OlesenBegin adding support for updating LiveIntervals in...
2012-08-03 Jakob Stoklund OlesenAdd an experimental -early-live-intervals option.
2012-08-03 Jakob Stoklund OlesenDelete merged physreg copies in joinReservedPhysReg().
2012-08-03 Bob WilsonTry to reduce the compile time impact of r161232.
2012-08-03 Bob WilsonFix memcmp code-gen to honor -fno-builtin.
2012-08-03 Jakob Stoklund OlesenCompletely eliminate VNInfo flags.
2012-08-03 Jakob Stoklund OlesenFix a couple of loops that were processing unused value...
2012-08-03 Matt Beaumont-GaySilence unused variable warning in -asserts build
2012-08-03 Jakob Stoklund OlesenEliminate the VNInfo::hasPHIKill() flag.
2012-08-03 Jakob Stoklund OlesenMake the hasPHIKills flag a computed property.
2012-08-03 Jakob Stoklund OlesenDelete dead function.
2012-08-03 Jakob Stoklund OlesenDon't delete dead code in TwoAddressInstructionPass.
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Jakob Stoklund OlesenCompute the critical path length through a trace.
2012-08-02 Jakob Stoklund OlesenVerify regunit intervals along with virtreg intervals.
2012-08-02 Jakob Stoklund OlesenAvoid creating dangling physreg live ranges during...
2012-08-02 Jakob Stoklund OlesenAdd report() functions that take a LiveInterval argument.
2012-08-02 Manman RenX86 Peephole: fold loads to the source register operand...
2012-08-02 Jakob Stoklund OlesenExtract some methods from verifyLiveIntervals.
2012-08-01 Jakob Stoklund OlesenAlso verify RegUnit intervals at uses.
2012-08-01 Jakob Stoklund OlesenCompute instruction heights through a trace.
2012-08-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-08-01 Jakob Stoklund OlesenAdd DataDep constructors. Explicitly check SSA form.
2012-08-01 Elena DemikhovskyAdded FMA functionality to X86 target.
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Jakob Stoklund OlesenCompute instruction depths through the current trace.
2012-07-31 Jakob Stoklund OlesenRename CT -> MTM. MachineTraceMetrics is abbreviated...
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Micah VillmowConform to LLVM coding style.
2012-07-31 Micah VillmowDon't generate ordered or unordered comparison operatio...
2012-07-31 Jakob Stoklund OlesenClear kill flags in removeCopyByCommutingDef().
2012-07-31 Manman RenReverse order of the two branches at end of a basic...
2012-07-30 Andrew TrickUse the latest MachineRegisterInfo APIs. No functionality.
2012-07-30 Andrew TrickInline MachineRegisterInfo::hasOneUse
2012-07-30 Jakob Stoklund OlesenAvoid looking at stale data in verifyAnalysis().
2012-07-30 Jakob Stoklund OlesenAllow traces to enter nested loops.
2012-07-30 Jakob Stoklund OlesenClarify invalidation strategy in comment.
2012-07-30 Jakob Stoklund OlesenAssert that all trace candidate blocks have been visite...
2012-07-30 Jakob Stoklund OlesenHook into PassManager's analysis verification.
2012-07-30 Pete CooperConsider address spaces for hashing and CSEing DAG...
2012-07-30 Jakob Stoklund OlesenAdd MachineInstr::isTransient().
2012-07-30 Jakob Stoklund OlesenAdd MachineTraceMetrics::verify().
2012-07-30 Jakob Stoklund OlesenVerify that the CFG hasn't changed during invalidate().
2012-07-30 Jakob Stoklund OlesenAdd MachineBasicBlock::isPredecessor().
2012-07-29 Manman RenRevert r160920 and r160919 due to dragonegg and clang...
2012-07-28 Manman RenX86 Peephole: fold loads to the source register operand...
2012-07-28 Andrew TrickReenable a basic SSA DAG builder optimization.
2012-07-27 Jakob Stoklund OlesenAdd more debug output to MachineTraceMetrics.
2012-07-27 Jakob Stoklund OlesenKeep track of the head and tail of the trace through...
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-07-27 Jakob Stoklund OlesenAlso compute register mask lists under -new-live-intervals.
2012-07-27 Jakob Stoklund OlesenEliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
2012-07-27 Jakob Stoklund OlesenAdd a -new-live-intervals experimental option.
2012-07-27 Jakob Stoklund OlesenAdd <imp-def> of super-register when lowering SUBREG_TO...
2012-07-26 Jakob Stoklund OlesenUse an otherwise unused variable.
2012-07-26 Jakob Stoklund OlesenStart scaffolding for a MachineTraceMetrics analysis...
2012-07-26 Dan GohmanAdd a floor intrinsic.
2012-07-25 Manman RenDisable rematerialization in TwoAddressInstructionPass.
2012-07-25 Jakob Stoklund OlesenPreserve 2-addr constraints in ConnectedVNInfoEqClasses.
2012-07-25 Jakob Stoklund OlesenVerify two-address constraints more carefully.
2012-07-24 Craig TopperChange llvm_unreachable in SplitVectorOperand to report...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-23 Nadav RotemFixed DAGCombine optimizations which generate select_cc...
next