summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove extra linesBill Wendling2008-07-28
* Disable gp_rel relocation for constant pools access for now.Bruno Cardoso Lopes2008-07-28
* Since build_vector is a variadic node, the numberDuncan Sands2008-07-28
* This is not a binary file.Duncan Sands2008-07-28
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-28
* Test this differently: I saw this test failDuncan Sands2008-07-28
* Don't build with 4.0.Bill Wendling2008-07-28
* Fix a typo in a comment.Dan Gohman2008-07-28
* Reword a comment to be less ambiguous.Dan Gohman2008-07-28
* Fix a bashism in TestRunner.sh.Dan Gohman2008-07-28
* Add support for eliminating stores that store the same value that was just lo...Owen Anderson2008-07-28
* Fix a subtle bug when removing instructions from memdep. In very specific Owen Anderson2008-07-28
* Remove <iostream> include.Bill Wendling2008-07-27
* Don't use reinterpret_cast when it isn't needed.Dan Gohman2008-07-27
* Make the ScheduleDAG's GraphRoot edge be blue and dashed too, likeDan Gohman2008-07-27
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Tidy SDNode::use_iterator, and complete the transition to have itDan Gohman2008-07-27
* Fix embedded CRLF characters.Dan Gohman2008-07-27
* Rename isOnlyUseOf to isOnlyUserOf.Dan Gohman2008-07-27
* Improve comments for SDNode use-count methods. No functionality change.Dan Gohman2008-07-27
* Some binary operations were being treated asDuncan Sands2008-07-27
* Fix the issues originally addressed in r54070. After thinking about it some ...Owen Anderson2008-07-25
* Revert my previous patch. In retrospect, this is completely the wrong way to...Owen Anderson2008-07-25
* Special cases are needed in renumbering when dealing with renumbering after a...Owen Anderson2008-07-25
* In order to avoid reprocessing a register more than once, we need to add itOwen Anderson2008-07-25
* Remove live interval entries for an interval if we're eliminating its only VN.Owen Anderson2008-07-25
* Properly remap live ranges whose end indices are the end of the function.Owen Anderson2008-07-25
* Rename the version of CreateRet that's a convenience method for creatingDan Gohman2008-07-25
* Make the remapping of interval indices (particularly ending indices) more rob...Owen Anderson2008-07-25
* Fix error: ‘std::ostream’ has not been declaredDuncan Sands2008-07-25
* Fix test RUN lineNate Begeman2008-07-25
* Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmxNate Begeman2008-07-25
* Remove unnecessary implicit argumentNate Begeman2008-07-25
* Fix minor issues with VICmp/VFCmp constant expressionsNate Begeman2008-07-25
* Fit in 80 colsNate Begeman2008-07-25
* Allow verifier to be run on partially materialized modules.Nate Begeman2008-07-25
* Add predicate for GhostLinkage, used by the JITNate Begeman2008-07-25
* Remove dead PatLeaf; there are a number of issues around MMX movl that need t...Nate Begeman2008-07-25
* Tab removalNate Begeman2008-07-25
* Add a #include for the uses of uint64_t.Dan Gohman2008-07-25
* This test needs -aggressive-remat enabled.Dan Gohman2008-07-25
* Disable the new aggressive remat logic introduced in 54000; it causes someDan Gohman2008-07-25
* When splitting a vector shuffle, fixed which type we used for the hi partMon P Wang2008-07-25
* Teach ARM isLegalAddressingMode to handle unknown type without crashing. This...Evan Cheng2008-07-25
* Add a #include <cassert>, since this file use assert.Dan Gohman2008-07-25
* Apply a patch from Mahadevan R, with minor formatting changes, toDan Gohman2008-07-25
* Use AliasAnalysis::pointsToConstantMemory in SDISel to avoid unnecessaryDan Gohman2008-07-25
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-25
* Put the LICM of constant GlobalVariables, introduced in r53945, under aDan Gohman2008-07-24
* Add target triples so these tests behave as expected on non-darwin hosts.Dan Gohman2008-07-24