SCEV fix: Handle loop invariant loads.
[oota-llvm.git] / lib / CodeGen /
2012-03-07 Andrew Trickmisched comments
2012-03-07 Andrew Trickmisched: Use the StartBlock/FinishBlock hooks
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-03-06 Evan ChengExtend r148086 to check for [r +/- reg] address mode...
2012-03-06 Jakob Stoklund OlesenHoist common code out of if statement.
2012-03-06 Evan ChengAvoid finalizeBundles infinite looping.
2012-03-06 Owen AndersonMake it possible for a target to mark FSUB as Expand...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Bill WendlingFix warnings about adding a bool to a string.
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Jakob Stoklund OlesenStop fixing bad machine code in LiveIntervalAnalysis.
2012-03-04 Jakob Stoklund OlesenStop adding <imp-def> operands when coalescing sub...
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-03-02 Eric ChristopherGrammar.
2012-03-02 Eric ChristopherIf the linkage name doesn't exist we're supposed to...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 Michael J. SpencerMinimal changes for LLVM to compile under VS11.
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-03-01 Jakob Stoklund OlesenMake InlineSpiller bundle-aware.
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-03-01 Lang HamesDon't redundantly copy implicit operands when remateria...
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-28 Lang HamesKill off LiveRangeEdit::getNewVRegs and LiveRangeEdit...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Benjamin KramerFix off-by one in comment.
2012-02-28 Benjamin KramerLegalizeIntegerTypes: Reenable the large shift with...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Nadav RotemCode cleanup following CR by Duncan.
2012-02-28 Nadav RotemFix a bug in the code that builds SDNodes from vector...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Jakob Stoklund OlesenHandle regmasks in MachineCSE.
2012-02-28 Jakob Stoklund OlesenHandle regmasks in the machine code verifier.
2012-02-28 Chad RosierFix 80-column violation.
2012-02-27 Evan ChengFix for PR12090: clear def maps of aliases when visitin...
2012-02-27 Jakob Stoklund OlesenUpdate machine code verifier.
2012-02-25 Lang HamesMake the peephole optimizer clear kill flags on a vreg...
2012-02-25 Lang HamesFixed typo.
2012-02-24 Jakob Stoklund OlesenAdd missing static
2012-02-24 Jakob Stoklund OlesenAdd a -stress-regalloc=<N> option.
2012-02-24 Hal FinkelDon't crash when a glue node contains an internal CopyToReg
2012-02-24 Benjamin KramerSDAGBuilder: Remove register sets that were never read...
2012-02-24 Nick LewyckyScheduleDAGInstrs.h:155: warning: suggest parentheses...
2012-02-24 Andrew TrickPostRA sched: speed up physreg tracking by not abusing...
2012-02-24 Pete CooperTurn avx insert intrinsic calls into INSERT_SUBVECTOR...
2012-02-24 Eric ChristopherIf the Address of a variable is an argument then treat...
2012-02-24 Eric ChristopherTabs, formatting and long lines oh my!
2012-02-23 Bill WendlingAllow an integer to be converted into an MMX type when...
2012-02-23 Benjamin KramerBitVectorize loop.
2012-02-23 Benjamin Kramerpost-ra-sched: Turn the KillIndices vector into a bitve...
2012-02-23 Benjamin Kramerpost-ra-sched: Replace a std::set of regs with a bitvector.
2012-02-23 Jakob Stoklund OlesenMake calls scheduling boundaries post-ra.
2012-02-23 Benjamin KramerStrip a layer of boilerplate from the VLIWPacketizer...
2012-02-23 Anton KorobeynikovFix to make sure that a comdat group gets generated...
2012-02-23 Eric ChristopherMore newline cleanups.
2012-02-23 Eric ChristopherAdd some handy-dandy newlines.
2012-02-23 Andrew Trickmisched: cleanup reaching def computation
2012-02-23 Andrew TrickPostRASched: Convert physreg def/use tracking to Jakob...
2012-02-23 Jakob Stoklund OlesenHandle regmasks in FixupKills.
2012-02-23 Jakob Stoklund OlesenHandle regmasks in CriticalAntiDepBreaker.
2012-02-23 Jakob Stoklund OlesenTrack reserved registers separately from RegsAvailable.
2012-02-22 Jakob Stoklund OlesenDon't compute latencies for regmask operands.
2012-02-22 Jakob Stoklund OlesenHandle regmasks in RegisterScavenging.
2012-02-22 Andrew Trickmisched: Use SparseSet for VRegDegs for constant time...
2012-02-22 Hal FinkelAllow the use of an alternate symbol for calculating...
2012-02-22 Michael J. SpencerProperly emit _fltused with FastISel. Refactor to share...
2012-02-22 Andrew TrickComment from code review
2012-02-22 Chad RosierRemove extra semi-colons.
2012-02-22 Jakob Stoklund Olesen80 col.
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-22 Eric ChristopherAdd the source language into the compile unit.
2012-02-22 Eric ChristopherRemove extra semi-colon.
2012-02-22 Andrew Trickmisched: DAG builder should not track dependencies...
2012-02-22 Andrew TrickInitialize SUnits before DAG building.
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-22 Jakob Stoklund OlesenUse SparseSet for the RAFast live virtual register...
2012-02-21 Lang HamesAdd API "handleMoveIntoBundl" for updating liveness...
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
2012-02-21 Andrew TrickClear virtual registers after they are no longer refere...
2012-02-21 Andrew TrickStackSlotColoring does not use a VirtRegMap
2012-02-21 Lang HamesFix some bugs in HMEditor's moveAllOperandsInto logic.
2012-02-20 Evan ChengFix machine-cp by having it to check sub-register indic...
2012-02-20 James MolloyTeach the DAGCombiner that certain loadext nodes follow...
2012-02-20 Evan ChengMake post-ra tail duplication bundle safe. No test...
2012-02-19 Benjamin KramerSilence operator precedence warning.
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-19 Lang HamesAdd machinery for pushing live ranges onto bundle start...
2012-02-19 Lang HamesSimplify moveEnteringDownFrom rules.
2012-02-19 Lang HamesSkip through instructions rather than operands when...
2012-02-19 Lang HamesFix TODO and trailing whitespace.
2012-02-19 Lang HamesDefer sanity checks on live intervals until after all...
2012-02-17 Lang HamesBring HMEditor into line with LLVM coding standards.
2012-02-17 Eric ChristopherIgnore the lifetime intrinsics in fast-isel.
2012-02-17 Jakob Stoklund OlesenDon't print out pointer values in SUnit::dump().
2012-02-17 Matt Beaumont-GaySink variable into assert
next