Check .rela instead of ELF64 for the compensation vaue resetting
[oota-llvm.git] / lib / CodeGen /
2012-10-16 Michael LiaoTeach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x)
2012-10-16 Rafael EspindolaSwitch back to the old coalescer for now to fix the...
2012-10-16 Stepan DyatkovskiyIssue:
2012-10-16 Andrew Trickmisched: Added handleMove support for updating all...
2012-10-16 Jakob Stoklund OlesenRemove unused BitVectors from getAllocatableSet().
2012-10-15 Jakob Stoklund OlesenRemove RegisterClassInfo::isReserved() and isAllocatable().
2012-10-15 Jakob Stoklund OlesenRemove LIS::isAllocatable() and isReserved() helpers.
2012-10-15 Jakob Stoklund OlesenSwitch most getReservedRegs() clients to the MRI equiva...
2012-10-15 Jakob Stoklund OlesenFreeze the reserved registers as soon as isel is complete.
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Rafael EspindolaMake sure we iterate over newly created instructions...
2012-10-15 Andrew Trickmisched: ILP scheduler for experimental heuristics.
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-14 Bill WendlingRemove the bitwise XOR operator from the Attributes...
2012-10-13 Jakob Stoklund OlesenDrop <def,dead> flags when merging into an unused lane.
2012-10-13 Jakob Stoklund OlesenAllow for loops in LiveIntervals::pruneValue().
2012-10-12 Jakob Stoklund OlesenUse a transposed algorithm for handleMove().
2012-10-12 Jakob Stoklund OlesenFix coalescing with IMPLICIT_DEF values.
2012-10-12 Ulrich WeigandFix big-endian codegen bug in DAGTypeLegalizer::ExpandR...
2012-10-12 Evan ChengLegalizer optimize a pair of div / mod to a call to...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-11 Jakob Stoklund OlesenPass an explicit operand number to addLiveIns.
2012-10-11 Michael LiaoFollow the same routine to add target float expansion...
2012-10-11 Andrew Trickmisched: Handle "transient" non-instructions.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-10 Micah VillmowAdd in support for expansion of all of the comparison...
2012-10-10 Michael LiaoAdd alternative support for FP_ROUND from v2f32 to...
2012-10-10 Stepan DyatkovskiyIssue description:
2012-10-10 Bill WendlingRemove the final bits of Attributes being declared...
2012-10-10 Lang HamesMy earlier "fix" for PBQP (see r165201) was incorrect...
2012-10-10 Andrew Trickmisched: fall-back to a target hook for instr bundles.
2012-10-10 Andrew Trickmisched: Use the TargetSchedModel interface wherever...
2012-10-09 Andrew Trickmisched: Add computeInstrLatency to TargetSchedModel.
2012-10-09 Andrew Trickmisched: Allow flags to disable hasInstrSchedModel...
2012-10-09 Andrew Trickmisched: Remove LoopDependencies heuristic.
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Micah VillmowAdd in the first step of the multiple pointer support...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Eric ChristopherFix up comment to be more clear.
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Jakob Stoklund OlesenDon't crash on extra evil irreducible control flow.
2012-10-08 Eric ChristopherFixup comment.
2012-10-08 Eric ChristopherFixup comments.
2012-10-08 Andrew Trickmisched: remove the unused getSpecialAddressLatency...
2012-10-08 Andrew Trickmisched: remove forceUnitLatencies. Defaults are handle...
2012-10-08 Andrew Trickmisched: avoid scheduling an instruction twice.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-07 Craig TopperRemove unused MachineInstr constructors that don't...
2012-10-07 Craig TopperFix indentation. Remove 'else' after return. No functio...
2012-10-05 Benjamin KramerRemove unused but set variable flagged by GCC.
2012-10-05 Benjamin KramerSimplify code, don't or a bool with an uint64_t.
2012-10-04 Nadav RotemWhen merging connsecutive stores, use vectors to store...
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-04 Jakob Stoklund OlesenGet MCSchedModel directly from the subtarget.
2012-10-04 Jakob Stoklund OlesenSwitch MachineTraceMetrics to the new TargetSchedModel...
2012-10-04 Lang HamesFix reg mask slot test, and preserve LiveIntervals...
2012-10-04 Andrew TrickEnable -schedmodel, but prefer itineraries until we...
2012-10-03 Bill WendlingUpdate to use the predicate methods to query if an...
2012-10-03 Nadav RotemFix a cycle in the DAG. In this code we replace multipl...
2012-10-03 Nadav RotemA DAGCombine optimization for mergeing consecutive...
2012-10-03 Silviu BarangaFixed a bug in the ExecutionDependencyFix pass that...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-03 Jakob Stoklund OlesenThe early if conversion pass is ready to be used as...
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Jakob Stoklund OlesenRemove the old coalescer algorithm.
2012-10-02 Jakob Stoklund OlesenHandle reserved registers more accurately in handleMove().
2012-10-02 Jakob Stoklund OlesenMake sure the whole live range is covered when values...
2012-10-02 Eric Christopher80-col.
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-10-02 Duncan SandsFix PR13991: legalizing an overflowing multiplication...
2012-09-30 Jakub StaszakUse dyn_cast instead of isa and cast.
2012-09-30 Nadav RotemRevert r164910 because it causes failures to several...
2012-09-30 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-29 Duncan SandsSpeculatively revert commit 164885 (nadav) in the hope...
2012-09-29 Craig TopperTidy up to match coding standards. Remove 'else' after...
2012-09-29 Craig TopperReplace a couple if/elses around similar calls with...
2012-09-29 Nadav RotemA DAGCombine optimization for merging consecutive store...
2012-09-27 Jakob Stoklund OlesenRemove <def,read-undef> flags from partial redefinitions.
2012-09-27 Jakob Stoklund OlesenEnable the new coalescer algorithm by default.
2012-09-27 Jakob Stoklund OlesenDon't dereference begin() on an empty vector.
2012-09-27 Jakob Stoklund OlesenAvoid dereferencing a NULL pointer.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-26 Craig TopperRename virtual table anchors from Anchor() to anchor...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-26 Bill WendlingGenerate an error message instead of asserting or segfa...
2012-09-25 Sebastian PopTargetLowering interface to set/get minimum block entri...
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-21 Eric ChristopherHave the DbgVariable "isArtificial" and "isObjectPointe...
2012-09-21 Evan ChengFix a significant recent(?) regression. StackSlotColori...
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Jakob Stoklund OlesenIgnore PHI-defs for -new-coalescer interference checks.
2012-09-20 Jakob Stoklund OlesenExtend -new-coalescer SSA update to handle mapped value...
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
next