move some code around so that Verifier.cpp can get access to the intrinsic info table.
[oota-llvm.git] / lib / CodeGen /
2012-05-27 Benjamin KramerMissed parens.
2012-05-27 Benjamin Kramerr157525 didn't work, just disable iterator checking.
2012-05-27 Benjamin KramerSDAGBuilder: Avoid iterator invalidation harder.
2012-05-26 Benjamin KramerSDAGBuilder: Don't create an invalid iterator when...
2012-05-26 Benjamin KramerSelectionDAGBuilder: When emitting small compare chains...
2012-05-26 Benjamin KramerScoreboardHazardRecognizer: Remove dead conditional...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 Andrew Trickmisched: trace formatting
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-24 Kaelyn UhrainSilence unused variable warnings from when assertions...
2012-05-24 Andrew Trickmisched: Use the same scheduling heuristics with -misch...
2012-05-24 Andrew Trickmisched: Trace regpressure.
2012-05-24 Andrew Trickmisched: Give each ReadyQ a unique ID
2012-05-24 Andrew Trickmisched: Added ScoreboardHazardRecognizer.
2012-05-24 Andrew Trickmisched: Release bottom roots in reverse order.
2012-05-24 Andrew Trickmisched: rename ReadyQ class
2012-05-24 Andrew Trickmisched: copy comments so compareRPDelta is readable...
2012-05-24 Andrew Trickregpressure: Added RegisterPressure::dump
2012-05-24 Andrew Trickregpressure: physreg livein/out fix
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-23 Jakob Stoklund OlesenAdd a last resort tryInstructionSplit() to RAGreedy.
2012-05-23 Bill WendlingForgot to reverse conditional.
2012-05-23 Bill WendlingReduce indentation by early detection of 'continue...
2012-05-23 Jakob Stoklund OlesenCorrectly deal with identity copies in RegisterCoalescer.
2012-05-23 Patrik HägglundSmall fix for the debug output from PBQP (PR12822).
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Eric ChristopherUntabify and 80-col.
2012-05-22 Eric ChristopherFormatting consistency.
2012-05-22 Jakob Stoklund OlesenOnly erase virtregs with no uses left.
2012-05-21 Owen AndersonFix use of an unitialized value in the LegalizeOps...
2012-05-21 Chad RosierTypo.
2012-05-21 Jakob Stoklund OlesenGive a small negative bias to giant edge bundles.
2012-05-20 Jakob Stoklund OlesenClear kill flags on the fly when joining intervals.
2012-05-20 Jakob Stoklund OlesenConstrain regclasses in PeepholeOptimizer.
2012-05-20 Jakob Stoklund OlesenConstrain register classes in TailDup.
2012-05-20 Peter CollingbourneWhen legalising shifts, do not pre-build a list of...
2012-05-20 Benjamin KramerPlug a leak when using MCJIT.
2012-05-20 Benjamin KramerUse TargetMachine's register info instead of creating...
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes for sub-registers.
2012-05-20 Jakob Stoklund OlesenProperly constrain register classes in 2-addr.
2012-05-20 Jakob Stoklund OlesenMissed a push_back in r157147.
2012-05-20 Jakob Stoklund OlesenAvoid deleting extra copies when RegistersDefinedFromSa...
2012-05-20 Jakob Stoklund OlesenFix build bots.
2012-05-20 Jakob Stoklund OlesenLiveRangeQuery simplifies shrinkToUses().
2012-05-20 Jakob Stoklund OlesenUse LiveRangeQuery in ScheduleDAGInstrs.
2012-05-20 Jakob Stoklund OlesenEliminate some uses of struct LiveRange.
2012-05-20 Jakob Stoklund OlesenUse LiveRangeQuery instead of getLiveRangeContaining().
2012-05-19 Jakob Stoklund OlesenSimplify overlap check.
2012-05-19 Jakob Stoklund OlesenFix 12892.
2012-05-19 Jakob Stoklund OlesenRemove the late DCE in RegisterCoalescer.
2012-05-19 Jakob Stoklund OlesenErase joined copies immediately.
2012-05-19 Jakob Stoklund OlesenFix an ancient bug in removeCopyByCommutingDef().
2012-05-19 Jakob Stoklund OlesenCollect inflatable virtual registers on the fly.
2012-05-19 Jakob Stoklund OlesenEliminate dead code after remat.
2012-05-19 Jakob Stoklund OlesenDon't remat during updateRegDefsUses().
2012-05-19 Jakob Stoklund OlesenImmediately erase trivially useless copies.
2012-05-19 Jakob Stoklund OlesenRun proper recursive dead code elimination during coale...
2012-05-19 Jakob Stoklund OlesenAllow LiveRangeEdit to be created with a NULL parent.
2012-05-18 Jakob Stoklund OlesenModernize naming convention for class members.
2012-05-18 Jakob Stoklund OlesenMove all work list processing to copyCoalesceWorkList().
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-18 Eric ChristopherRemove duplicate code that we could just fallthrough to.
2012-05-18 Jakob Stoklund OlesenSimplify RegisterCoalescer::copyCoalesceInMBB().
2012-05-18 Jakob Stoklund OlesenRemove support for PhysReg joining.
2012-05-18 Stepan DyatkovskiyRecommited reworked r156804:
2012-05-18 Evan ChengTeach two-address pass to update the "source" map so...
2012-05-17 Andrew Trickcomments
2012-05-17 Andrew Trickmisched: trace ReadyQ.
2012-05-17 Andrew Trickmisched: Added 3-level regpressure back-off.
2012-05-17 Andrew Trickcomment
2012-05-17 Andrew Trickregpressure: Fix getMaxUpwardPressureDelta.
2012-05-17 Andrew Trickmisched: fix liveness iterators
2012-05-17 Andrew Trickwhitespace
2012-05-17 Jakob Stoklund OlesenNever clear <undef> flags on already joined copies.
2012-05-17 Jakob Stoklund OlesenFix a verifier bug.
2012-05-17 Bill WendlingRelax the requirement that the exception object must...
2012-05-17 Stepan DyatkovskiySelectionDAGBuilder: CaseBlock, CaseRanges and CaseCmp...
2012-05-16 Jakob Stoklund OlesenSet sub-register <undef> flags more accurately.
2012-05-16 Duncan SandsFix a thinko in DisintegrateMERGE_VALUES. Patch by...
2012-05-15 Jakob Stoklund OlesenEnable sub-sub-register copy coalescing.
2012-05-15 Jakob Stoklund OlesenTeach RegisterCoalescer to handle symmetric sub-registe...
2012-05-15 Jakob Stoklund OlesenHandle NewReg==OldReg in renameRegister().
2012-05-15 Jakob Stoklund OlesenWe never call adjustCopiesBackFrom() for partial copies.
2012-05-15 Jakob Stoklund OlesenExtend the CoalescerPair interface to handle symmetric...
2012-05-15 Andrew TrickAdd -enable-aa-sched-mi, off by default, for AliasAnaly...
2012-05-15 Jim GrosbachAllow MCCodeEmitter access to the target MCRegisterInfo.
2012-05-15 Stepan DyatkovskiyRejected r156804 due to buildbots failures.
2012-05-15 Stepan DyatkovskiySelectionDAGBuilder::Clusterify : main functinality...
2012-05-14 Jakob Stoklund OlesenDon't access MO reference after invalidating operand...
2012-05-14 Jakob Stoklund OlesenFix PR12821.
2012-05-14 Dan GohmanRename @llvm.debugger to @llvm.debugtrap.
2012-05-12 Jakob Stoklund OlesenDon't look for empty live ranges in the unions.
2012-05-11 Chad RosierRevert 156658.
2012-05-11 Chad Rosier[fast-isel] Fast-isel doesn't use the expect intrinsic.
2012-05-11 Manman RenARM: peephole optimization to remove cmp instruction
2012-05-11 Dan GohmanDefine a new intrinsic, @llvm.debugger. It will be...
2012-05-10 Andrew Trickmisched: Print machineinstrs with -debug-only=misched
2012-05-10 Andrew Trickmisched: tracing register pressure heuristics.
2012-05-10 Andrew Trickmisched: Add register pressure backoff to ConvergingSch...
2012-05-10 Andrew Trickmisched: Release only unscheduled nodes into ReadyQ.
next