summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Fix longstanding thinko: don't excludeDale Johannesen2008-07-01
* Disable dom info verifier by default.Devang Patel2008-07-01
* Eliminate a compile time warning.Evan Cheng2008-07-01
* Add a version of AsmPrinter::EOL that takes a const char* so that we don't ha...Owen Anderson2008-07-01
* Remove warning about initialization order.Bill Wendling2008-07-01
* Fix typos in comments. Devang Patel2008-07-01
* Prune a few dependencies on MachineFunction.h.Dan Gohman2008-07-01
* Do run ComputeLiveOutVRegInfo with -fast.Evan Cheng2008-07-01
* Do not use computationally expensive scheduling heuristics with -fast.Evan Cheng2008-07-01
* Apply Chris' suggestion.Evan Cheng2008-07-01
* Add dom info verifier.Devang Patel2008-07-01
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-01
* Highlight that getMergeValues optimization isDuncan Sands2008-07-01
* Properly handle cases where a predecessor of the block being queried on is un...Owen Anderson2008-07-01
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-01
* Minimize duplicated code in AsmPrinter::printLabel.Dan Gohman2008-07-01
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Suppress compiler warning.Evan Cheng2008-06-30
* Don't run stack slot coloring if -fast.Evan Cheng2008-06-30
* Don't use ISD namespace opcodes for MachineInstrs.Dan Gohman2008-06-30
* Use a simpler but equivalent form of RecordSource.Dan Gohman2008-06-30
* Add timing report for various sub-passes under SelectionDAGISel.Evan Cheng2008-06-30
* std::ostream and std::string microoptimizations for asm printing.Dan Gohman2008-06-30
* Use reserve.Dan Gohman2008-06-30
* Update comments to new-style syntax.Dan Gohman2008-06-30
* Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect itsDan Gohman2008-06-30
* Split scheduling from instruction selection.Evan Cheng2008-06-30
* No need to align the stack if there are no stackDale Johannesen2008-06-30
* Remove unneeded include.Evan Cheng2008-06-30
* Replace some std::vectors that showed up in heap profiling withDan Gohman2008-06-30
* Correct the allocation size for CCState's UsedRegs member, whichDan Gohman2008-06-30
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-30
* ExpungeNode is only needed for new nodes! ThisDuncan Sands2008-06-30
* Support for VAARG. As noted in a comment, this isDuncan Sands2008-06-30
* Support for promoting select_cc operands.Duncan Sands2008-06-30
* Revert the SelectionDAG optimization that makesDuncan Sands2008-06-30
* - Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...Evan Cheng2008-06-30
* Implement split and scalarize for SELECT_CC, fixing PR2504Chris Lattner2008-06-30
* Add a value range analysis that lazily computes ranges using ScalarEvolutions.Nick Lewycky2008-06-30
* Revert (52748 and friends):Anton Korobeynikov2008-06-29
* Start refactoring of asmprinters: provide a TAI hook, which will select a 'se...Anton Korobeynikov2008-06-28
* UnbreakAnton Korobeynikov2008-06-28
* Temporary rever invalid commitAnton Korobeynikov2008-06-28
* Move printing of module-level GVs into dedicated helperAnton Korobeynikov2008-06-28
* Use common naming conventionAnton Korobeynikov2008-06-28
* Factor out stuff into helper functionAnton Korobeynikov2008-06-28
* CleanupAnton Korobeynikov2008-06-28
* Remove X86SharedAsmPrinterAnton Korobeynikov2008-06-28
* whitespace cleanupAnton Korobeynikov2008-06-28
* Make intel asmprinter child of generic asmprinter, not x86 shared asm printer...Anton Korobeynikov2008-06-28