aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-05RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick
2012-12-05RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick
2012-12-05RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick
2012-12-05RegisterPresssureTracker: Track live physical register by unit.Andrew Trick
2012-12-05Remove unused MachineInstr constructors.Jakob Stoklund Olesen
2012-12-05- Added calls to doInitialization/doFinalization to immutable passesPedro Artigas
2012-12-05Added RegisterPressureTracker::dump() for debugging.Andrew Trick
2012-12-04Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen
2012-12-04Comment change made in r169304 as requested by Eric Christopher.David Blaikie
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-04Simplify code. No functionality change.Jakub Staszak
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren
2012-12-04Use dyn_cast instead of isa and cast. No functionality change.Jakub Staszak
2012-12-04Remove VirtRegMap::getRegAllocPref().Jakob Stoklund Olesen
2012-12-04Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases.Jakob Stoklund Olesen
2012-12-04Stack Alignment: move functions from header file MachineFrameInfo.h.Manman Ren
2012-12-03Add VirtRegMap::hasKnownPreference().Jakob Stoklund Olesen
2012-12-03Use the new getRegAllocationHints() hook from AllocationOrder.Jakob Stoklund Olesen
2012-12-03moves doInitialization and doFinalization to the Pass class and removes some ...Pedro Artigas
2012-12-03Add a new hook for providing register allocator hints more flexibly.Jakob Stoklund Olesen
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-12-02Allow merging multiple store sequences on the same chain.Nadav Rotem
2012-12-01misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick
2012-12-01misched: Fix the DAG builder to handle an undef operand at ExitSU.Andrew Trick
2012-12-01misched: Fix LiveInterval update to better handle DebugVal.Andrew Trick
2012-12-01misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick
2012-12-01Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen
2012-11-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-30Convert COPY instructions into KILLs if they have implicit defs.Jakob Stoklund Olesen
2012-11-30Replace r168930 with a more reasonable patch.Bill Wendling
2012-11-30Use isOSNaCl and minimize some LOCALMODsDavid Sehr
2012-11-29More comment.Eric Christopher
2012-11-29Make compilation unit number change local to NaClDavid Sehr
2012-11-29Cleanup recent addition of DAGTypeLegalizer::SplitVecOp_VSELECTJustin Holewinski
2012-11-29misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer
2012-11-29Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski
2012-11-29Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski
2012-11-29Use MCPhysReg for RegisterClassInfo allocation orders.Jakob Stoklund Olesen
2012-11-29Avoid rewriting instructions twice.Jakob Stoklund Olesen
2012-11-29When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen
2012-11-28misched: Analysis that partitions the DAG into subtrees.Andrew Trick
2012-11-28misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick
2012-11-28misched: better alias analysis.Andrew Trick
2012-11-28misched: Debug output fix. Use an always valid iterator.Andrew Trick