aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2013-01-29Teach SDISel to combine fsin / fcos into a fsincos node if the followingEvan Cheng
2013-01-28This patch addresses bug 15031.Bill Schmidt
2013-01-28Fix comment.Eric Christopher
2013-01-28Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...Michael Gottesman
2013-01-27Legalizer: Reword comment again, per Duncan's suggestion.Benjamin Kramer
2013-01-27Legalizer: Add an assert and tweak a comment to clarify the assumptions this ...Benjamin Kramer
2013-01-27When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer
2013-01-25Use const reference instead of vector copying.Jakub Staszak
2013-01-25This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,Preston Gurd
2013-01-25MIsched: Print block name. No functionality.Andrew Trick
2013-01-25MachineScheduler support for viewGraph.Andrew Trick
2013-01-25ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick
2013-01-25ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick
2013-01-25SchedDFS: Complete support for nested subtrees.Andrew Trick
2013-01-25MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick
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-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