aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2013-01-25SchedDFS: Initial support for nested subtrees.Andrew Trick
2013-01-25MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick
2013-01-25SchedDFS: Refactor and tweak the subtree selection criteria.Andrew Trick
2013-01-24Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen
2013-01-24MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick
2013-01-24MIsched: Added biasCriticalPath.Andrew Trick
2013-01-23Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling
2013-01-23Add the IR attribute 'sspstrong'.Bill Wendling
2013-01-22Make APFloat constructor require explicit semantics.Tim Northover
2013-01-21Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman
2013-01-20Revert 172708.Nadav Rotem
2013-01-20The last of PR14471 - emission of constant floatsDavid Blaikie
2013-01-18Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher
2013-01-18Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling
2013-01-18Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling
2013-01-18[MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar
2013-01-17Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky
2013-01-17Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher
2013-01-17Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen
2013-01-17Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen
2013-01-16Define metadata interfaces for describing a static data memberEric Christopher
2013-01-15Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher
2013-01-14This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt
2013-01-12When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer
2013-01-12Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen
2013-01-12Precompute some information about register costs.Jakob Stoklund Olesen
2013-01-11PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem
2013-01-11Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'Derek Schuff
2013-01-11Remove some accidentaly duplicated code. This needs urgent cleanup :(Benjamin Kramer
2013-01-11Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer
2013-01-11ARM Cost Model: Modify the target independent cost model to askNadav Rotem
2013-01-11For inline asm:Eric Christopher
2013-01-11Follow-up typo correction from building the wrong branch.Andrew Trick
2013-01-11Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick
2013-01-11Simplify writing floating types to assembly.Tim Northover
2013-01-10PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng
2013-01-10Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak
2013-01-10Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen
2013-01-10Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2013-01-09ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem
2013-01-09Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng
2013-01-09Don't print bundle flags.Jakob Stoklund Olesen
2013-01-09Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen
2013-01-09Fix a typo in MachineInstr::unbundleFromSucc() method.Sergei Larin
2013-01-09Refactor to expose RTLIB calls to targets.Tim Northover
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-09These functions have default arguments of 0 for the last arg. UseEric Christopher