ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is not used...
[oota-llvm.git] / lib / CodeGen /
2013-06-26 Elena DemikhovskyFixed a comment.
2013-06-26 Elena DemikhovskyOptimized integer vector multiplication operation by...
2013-06-25 Manman RenRemove unused code. No functionality change.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-24 Eric ChristopherFormatting.
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-22 Andrew TrickPrevent LiveRangeEdit from deleting bundled instructions.
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
2013-06-21 Michael LiaoFix PR16360
2013-06-21 Andrew TrickUpdate physreg live intervals during remat.
2013-06-21 Andrew TrickAdded -precompute-phys-liveness for testing LiveInterva...
2013-06-21 Andrew TrickHandle more cases in LiveRangeEdit::eliminateDeadDefs.
2013-06-21 Andrew TrickRefactor LiveRangeEdit::eliminateDeadDefs.
2013-06-21 Andrew Trickwhitespace
2013-06-21 Andrew TrickFix a -join-globalcopies bug; handle undef operands.
2013-06-21 Andrew TrickModify the -join-globalcopies option (off by default).
2013-06-21 Andrew TrickMake rematerialization in the coalescer less sensitive...
2013-06-21 Andrew TrickMI-Sched: cleanup DEBUG output.
2013-06-21 Andrew TrickMI-Sched: Adjust regpressure limits for reserved regs.
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-19 Bill WendlingThis is now a duplicate.
2013-06-19 Bill WendlingMake the comparison operators non-member functions.
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-19 Bill WendlingDon't cache the TLI object since we have access to...
2013-06-18 Quentin ColombetDuring SelectionDAG building explicitly set a node...
2013-06-18 Timur IskhodzhanovHopefully fix the MSVS build after r184105
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-06-18 Bill WendlingSimplify some of the code. No functionality change.
2013-06-17 Andrew TrickMI-Sched: handle ReadAdvance latencies as used by Swift.
2013-06-17 Andrew TrickGive RegMax higher priority.
2013-06-17 Andrew TrickRemove compareRPDelta.
2013-06-17 Andrew TrickMI Sched: fix a typo in RegPressure heuristics.
2013-06-17 Andrew TrickMI-Sched: Remove another heuristic that is sensitive...
2013-06-17 Andrew TrickMI-Sched: Track multiple candidates with the same prior...
2013-06-17 Bill WendlingDirectly access objects which may change during compila...
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
2013-06-15 Andrew TrickMissing NDEBUGs.
2013-06-15 Andrew TrickMI-Sched: heuristics using the new latency and machine...
2013-06-15 Andrew TrickMachine Model: Add MicroOpBufferSize and resource Buffe...
2013-06-15 Andrew TrickMI-Sched: Rename IssueCount to CurrMOps.
2013-06-15 Andrew TrickMI-Sched: Remove the temporary EnableCopyConstrain...
2013-06-15 Andrew TrickMI-Sched: added tracking of dependent latency for bette...
2013-06-15 Andrew TrickMI-Sched: DEBUG: print critical resource.
2013-06-15 Stephen LinSelectionDAG: slightly refactor DAGCombiner::visitSELEC...
2013-06-15 David BlaikieDebug Info: Don't print the display name and colon...
2013-06-14 Matt ArsenaultIntroduce getSelect usage and use more getSelectCC
2013-06-14 Stephen LinSelectionDAG: minor fix to order of operands in comment...
2013-06-14 Tim NorthoverMark rematerialized super/sub registers as dead.
2013-06-14 Stephen LinSelectionDAG: Fix incorrect condition checks in some...
2013-06-14 Derek SchuffMake PrologEpilogInserter save/restore all callee saved...
2013-06-14 Jakub StaszakMove #include from .h to .cpp file.
2013-06-12 Dan GohmanPrint ConstantPool entries initialized to Values with...
2013-06-11 Eric ChristopherFormatting.
2013-06-10 Eric ChristopherRemove a few fixmes, the only work we're doing is getti...
2013-06-10 Eric ChristopherFix up comment.
2013-06-10 Eric ChristopherRemove unused function.
2013-06-10 Eric ChristopherIndentCount is only used within NDEBUG code.
2013-06-08 David MajnemerTargetLowering: Clean up method description comments
2013-06-08 Quentin ColombetReapply r183552. This time, use a standard type for...
2013-06-07 Quentin ColombetRevert commits related to stack warning.
2013-06-07 Quentin ColombetAdd a backend option to warn on a given stack size...
2013-06-07 Quentin ColombetTeach AsmPrinter how to print odd constants.
2013-06-07 Rafael EspindolaSupport OpenBSD's native frame protection conventions.
2013-06-07 Duncan SandsCorrect wrong register in this example, pointed out...
2013-06-06 David BlaikieFix break in r183446 - helps to increment the iterator...
2013-06-06 David BlaikieDebug Info: simplify parameter ordering preservation
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-06-06 Bill WendlingDon't cache the TargetLoweringInfo object inside of...
2013-06-05 Bill WendlingAdd space to assert message.
2013-06-05 David BlaikiePR15662: Optimized debug info produces out of order...
2013-06-04 Shuxin YangFix a defect in code-layout pass, improving Benchmarks...
2013-06-01 Benjamin KramerMove getRealLinkageName to a common place and remove...
2013-05-31 Eric ChristopherConst-ify some printing and dumping code for DIEValues.
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Kai NackeRemove useless code from transitioning to new EH scheme
2013-05-30 Tim NorthoverFix rematerialization into physical registers.
2013-05-30 Eric ChristopherRename variable to be more descriptive.
2013-05-30 Eric ChristopherFormatting.
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-29 Tim NorthoverTeach ReMaterialization to be more cunning about subreg...
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-28 Benjamin KramerSimplify code. No functionality change.
2013-05-28 Benjamin KramerRemove double semicolons.
2013-05-27 Preston GurdConvert sqrt functions into sqrt instructions when...
2013-05-26 Andrew TrickFix PR16143: Insert DEBUG_VALUE before terminator.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 3/4.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
next