summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta2010-02-25
* Added tNOP for disassembly only.Johnny Chen2010-02-25
* Truncate from i64 to i32 is "free" on x86-32, because it involves Dan Gohman2010-02-25
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-25
* Added tSVC and tTRAP for disassembly only.Johnny Chen2010-02-25
* formatting.Chris Lattner2010-02-25
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-25
* add some noop code to push it out of my tree.Chris Lattner2010-02-25
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-25
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-25
* Filter the future all-of-llvm shared library out of the llvm-configJeffrey Yasskin2010-02-25
* MC'ize padding when padding the ULEB128 value.Bill Wendling2010-02-25
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-25
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-24
* fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXTypeChris Lattner2010-02-24
* clean up various VT manipulations, patch by Micah Villmow! PR6337Chris Lattner2010-02-24
* Create a stack frame on ARM whenJakob Stoklund Olesen2010-02-24
* fix PR5954, patch by Roman Divacky.Chris Lattner2010-02-24
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-24
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-24
* convert cycle checker to smallptrset, add comments and make itChris Lattner2010-02-24
* revert david's patch which does not even build.Chris Lattner2010-02-24
* Use a SmallPtrSet as suggested by Chris.David Greene2010-02-24
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-24
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-24
* Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only.Johnny Chen2010-02-24
* split the movechild/record/moveparent -> recordchild optzn into aChris Lattner2010-02-24
* ConstantFoldInstOperands can theoretically return null if itDan Gohman2010-02-24
* Simplify this code; these casts aren't necessary.Dan Gohman2010-02-24
* emit a histogram of the opcodes in comments.Chris Lattner2010-02-24
* Stay away from str <undef> in ARMLoadStoreOpt. This pass does not understandJakob Stoklund Olesen2010-02-24
* Fixed typo of opcodestr, should be "vst1", not "vld1".Johnny Chen2010-02-24
* Convert a few more backedge-taken count functions to use BackedgeTakenInfo.Dan Gohman2010-02-24
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-24
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-24
* lets not break the old isel.Chris Lattner2010-02-24
* Since the new instruction selector now works, I don't need to keepChris Lattner2010-02-24
* implement a simple proof-of-concept optimization forChris Lattner2010-02-24
* The new isel passes all tests, time to start making it go fast.Chris Lattner2010-02-24
* Add svn:ignore properties.Dan Gohman2010-02-24
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-24
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-24
* Fix indentation.Dan Gohman2010-02-24
* Change the scheduler from adding nodes in allnodes orderChris Lattner2010-02-24
* Remove an unused variable. Was this intentional?Chandler Carruth2010-02-24
* The new isel was not properly handling patterns that coveredChris Lattner2010-02-24
* add node #'s to debug dumps.Chris Lattner2010-02-24
* Added for disassembly VST1 (multiple single elements) which stores elements toJohnny Chen2010-02-24
* Changed the table generator so that the X86Sean Callanan2010-02-24