aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-09-21Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Ignore PHI-defs for -new-coalescer interference checks.Jakob Stoklund Olesen
2012-09-20Extend -new-coalescer SSA update to handle mapped values as well.Jakob Stoklund Olesen
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-20Revert r164308 to fix buildbots.Bill Wendling
2012-09-20Make the 'get*AlignmentFromAttr' functions into member functions within the A...Bill Wendling
2012-09-20Fix 80-col violations.Nadav Rotem
2012-09-19Convert some attribute existence queries over to use the predicate methods.Bill Wendling
2012-09-19Add predicates for queries on whether an attribute exists.Bill Wendling
2012-09-19Resolve conflicts involving dead vector lanes for -new-coalescer.Jakob Stoklund Olesen
2012-09-18comment typoAndrew Trick
2012-09-18TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick
2012-09-18misched: Make ScheduleDAGInstrs use the TargetSchedule interface.Andrew Trick
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-18Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2012-09-18Fix some funky indentation.Evan Cheng
2012-09-17Merge into undefined lanes under -new-coalescer.Jakob Stoklund Olesen
2012-09-17Stop adding <imp-def> operands when expanding REG_SEQUENCE.Jakob Stoklund Olesen
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17Increase the static sizes of some SmallSets. finalizeBundle() is very frequen...Michael Ilseman
2012-09-17whitespaceMichael Ilseman
2012-09-17Fix PR13859Michael Liao
2012-09-17Add a MachinePostDominator passTom Stellard
2012-09-17Disable the protection from escaped allocas in an attempt to find violating p...Nadav Rotem
2012-09-16Fix bad comment. No functional change.Craig Topper
2012-09-16Add alternative coalescing algorithm under a flag.Jakob Stoklund Olesen
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-09-15Don't depend on kill flags in removeCopyByCommutingDef().Jakob Stoklund Olesen
2012-09-14TargetSchedModel interface. To be implemented...Andrew Trick
2012-09-14misched: add a hook for custom DAG postprocessing.Andrew Trick
2012-09-14Remove silly dead store. Patch by Ettl Martin.Duncan Sands
2012-09-13Fix both the test for zero and what we do if we have a zero forEric Christopher
2012-09-13Reformat, remove a couple unused variables and move some variablesEric Christopher
2012-09-13Enhance type legalization on bitcast from vector to integerMichael Liao
2012-09-13Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem
2012-09-13Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem
2012-09-13Fix a typo.Nadav Rotem
2012-09-13Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Fix PR11985Michael Liao
2012-09-12Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson
2012-09-12Delete dead code.Jakob Stoklund Olesen
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-12Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls
2012-09-12Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem
2012-09-12Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy
2012-09-12Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy