summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* MIsched: Print block name. No functionality.Andrew Trick2013-01-25
* MachineScheduler support for viewGraph.Andrew Trick2013-01-25
* ScheduleDAG: colorize the DOT graph and improve formatting.Andrew Trick2013-01-25
* ScheduleDAG: Added isBoundaryNode to conveniently detect a common corner case.Andrew Trick2013-01-25
* SchedDFS: Complete support for nested subtrees.Andrew Trick2013-01-25
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-25
* SchedDFS: Initial support for nested subtrees.Andrew Trick2013-01-25
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-25
* SchedDFS: Refactor and tweak the subtree selection criteria.Andrew Trick2013-01-25
* Avoid creating duplicate CFG edges in the IfConversion pass.Jakob Stoklund Olesen2013-01-24
* MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick2013-01-24
* MIsched: Added biasCriticalPath.Andrew Trick2013-01-24
* Add the heuristic to differentiate SSPStrong from SSPRequired.Bill Wendling2013-01-23
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Introduce a new data structure, the SparseMultiSet, and changes to the MI sch...Michael Ilseman2013-01-21
* Revert 172708.Nadav Rotem2013-01-20
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-20
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-18
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Remove unused parameter. Also use the AttributeSet query methods instead of t...Bill Wendling2013-01-18
* [MC/Mach-O] Implement integrated assembler support for linker options.Daniel Dunbar2013-01-18
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-17
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-17
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-16
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* This patch addresses an incorrect transformation in the DAG combiner.Bill Schmidt2013-01-14
* When lowering an inreg sext first shift left, then right arithmetically.Benjamin Kramer2013-01-12
* Limit the search space in RAGreedy::tryEvict().Jakob Stoklund Olesen2013-01-12
* Precompute some information about register costs.Jakob Stoklund Olesen2013-01-12
* PPC: Implement efficient lowering of sign_extend_inreg.Nadav Rotem2013-01-11
* Remove some accidentaly duplicated code. This needs urgent cleanup :(Benjamin Kramer2013-01-11
* Split TargetLowering into a CodeGen and a SelectionDAG part.Benjamin Kramer2013-01-11
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-11
* For inline asm:Eric Christopher2013-01-11
* Follow-up typo correction from building the wrong branch.Andrew Trick2013-01-11
* Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick2013-01-11
* Simplify writing floating types to assembly.Tim Northover2013-01-11
* PR14896: Handle memcpy from constant string where the memcpy size is larger t...Evan Cheng2013-01-10
* Remove unneeded includes from FunctionLoweringInfo.h.Jakub Staszak2013-01-10
* Allow hasProperty() to be called on bundle-internal instructions.Jakob Stoklund Olesen2013-01-10
* Support headerless bundles in MachineInstr::hasProperty().Jakob Stoklund Olesen2013-01-10
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-10
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).Evan Cheng2013-01-09
* Don't print bundle flags.Jakob Stoklund Olesen2013-01-09
* Don't require BUNDLE headers in MachineInstr::getBundleSize().Jakob Stoklund Olesen2013-01-09