aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
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
2012-11-28Move the guts of TargetInstrInfoImpl into the TargetInstrInfo class.Jakob Stoklund Olesen
2012-11-28Move Target{Instr,Register}Info.cpp into lib/CodeGen.Jakob Stoklund Olesen
2012-11-28Revert r168630, r168631, and r168633 as these are causing nightly test failures.Chad Rosier
2012-11-27Attempt to make the comments for dwarf debug look more likeEric Christopher
2012-11-27Reapply section moving, make sure string section is output last.Eric Christopher
2012-11-27CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren
2012-11-27Remove duplicated #includes.Jakub Staszak
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27Remove unneeded #include.Jakub Staszak
2012-11-27Remove unneeded #include.Jakub Staszak
2012-11-27llvm/CodeGen: Remove empty files in r168659.NAKAMURA Takumi
2012-11-27Remove unused forward declaration.Jakub Staszak
2012-11-27Remove unused MachineLoopRanges analysis.Jakub Staszak
2012-11-27Make comment names match function names.Eric Christopher
2012-11-27Add in sections for the fission case (no change so incorrect) andEric Christopher
2012-11-27Reorder section output ordering.Eric Christopher
2012-11-27Whitespace cleanup.Eric Christopher
2012-11-26Add an assertion to ensure freezeReservedRegs() is only ever called once.Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-11-26Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e.,Chad Rosier
2012-11-26Don't use iterator after being erased.Jakub Staszak
2012-11-26Remove unneeded #includes.Jakub Staszak
2012-11-25Refactor to make helper method static.Craig Topper
2012-11-25Remove duplicate check of LimitFloatPrecision. It was already checked earlier...Craig Topper
2012-11-25Factor common code out of individual if blocks into common tail.Craig Topper
2012-11-24Remove redundant calls to getCurDebugLoc in visitIntrinsicCall. It's already ...Craig Topper
2012-11-24Refactor a bit to make some helper methods static.Craig Topper
2012-11-24Factor some common code out of individual if blocks.Craig Topper
2012-11-23Refactor a bit to make some helper functions static.Craig Topper
2012-11-23Cleanup: Simplify loop end logic in computeRegisterProperties().Patrik Hägglund
2012-11-22Fix 80-col violationEli Bendersky
2012-11-22llvm.fmuladd.* lowering should be checking isOperationLegalOrCustom, rather thanLang Hames
2012-11-22Pull some code out into functions to make rearranging them a bit easier.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-21Update some comments.Eric Christopher
2012-11-21Update and add some comments.Eric Christopher
2012-11-21Whitespace.Eric Christopher