summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-07
* typoNadav Rotem2013-04-06
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-06
* Reapply r178845 with fix - Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-05
* Use the target options specified on a function to reset the back-end.Bill Wendling2013-04-05
* Revert r178845 - Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-05
* Fix bug in PEI's virtual-register scavengingHal Finkel2013-04-05
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-05
* Disable DFSResult for ConvergingScheduler.Andrew Trick2013-04-05
* MachineScheduler: format DEBUG output.Andrew Trick2013-04-05
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-04
* Debug Info: revert 178722 for now.Manman Ren2013-04-04
* typoAdrian Prantl2013-04-04
* FormattingEli Bendersky2013-04-04
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-04
* Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.Bill Schmidt2013-04-03
* Fix grammar.Eric Christopher2013-04-03
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-03
* Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen2013-04-02
* Don't attempt MTM heuristics without a scheduling model present.Jakob Stoklund Olesen2013-04-02
* Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen2013-04-02
* DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer2013-04-02
* Merge load/store sequences with adresses: base + index + offsetArnold Schwaighofer2013-04-01
* DAGCombine: visitXOR can replace a node without returning it, bail out in tha...Benjamin Kramer2013-03-30
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-29
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-29
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-29
* Remove the old CodePlacementOpt pass.Benjamin Kramer2013-03-29
* Fix a typoNadav Rotem2013-03-29
* [fast-isel] Add a preemptive fix for the case where we fail to materialize anChad Rosier2013-03-28
* Fix target-customized spilling in the register scavengerHal Finkel2013-03-27
* Fix the register scavenger for targets that provide custom spillingHal Finkel2013-03-26
* Update PEI's virtual-register-based scavenging to support multiple simultaneo...Hal Finkel2013-03-26
* Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-25
* Disable some unsafe-fp-math DAG-combine transformation after legalization.Shuxin Yang2013-03-25
* Couple more sets of tidying.Eric Christopher2013-03-25
* Formatting.Eric Christopher2013-03-25
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-25
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-25
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-23
* Fix comparison of mixed signednessHal Finkel2013-03-23
* Allow the register scavenger to spill multiple registersHal Finkel2013-03-22
* Remove ScavengedRC from RegisterScavengingHal Finkel2013-03-22
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-21
* Make variable name more explicit and eliminate redundant lookup in SDNodeOrde...Justin Holewinski2013-03-20
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-20
* Revert "pre-RA-sched: fix TargetOpcode usage"Christian Konig2013-03-20
* Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski2013-03-20
* pre-RA-sched: fix TargetOpcode usageChristian Konig2013-03-20
* Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-20