aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
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
2012-11-20Remove constness from this, it modifies the output stream as doesEric Christopher
2012-11-20Remove unused function argument, add a bit to the comment.Eric Christopher
2012-11-20Formatting.Eric Christopher
2012-11-20Whitespace.Eric Christopher
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Whitespace and 80-col.Eric Christopher
2012-11-19Make AsmPrinter::EmitTTypeReference() more robust - putAnton Korobeynikov
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-19Move section label emission to module end. Nothing should beEric Christopher
2012-11-19Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen
2012-11-19Move else onto line with preceding closing brace.Craig Topper