aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-253-382/+384
* Fix TextAlignFillValue in a few placesDaniel Dunbar2010-02-251-0/+4
* Add simple script for finding most-recent-rev-before-N in a git-svn repo; usefulDaniel Dunbar2010-02-251-0/+50
* Added the following 16-bit Thumb instructions for disassembly only: YIELD, WFE,Johnny Chen2010-02-251-0/+42
* remove a dead PatLeaf, I previously changed all uses to use -1 instead.Chris Lattner2010-02-251-1/+0
* Fix a typo.Dan Gohman2010-02-251-1/+1
* Clarify the description of pointer types, and move theDan Gohman2010-02-251-4/+7
* Teach the constant folder about union types.Dan Gohman2010-02-252-6/+82
* Remove code which assumes it knows how vectors are stored in memory.Dan Gohman2010-02-251-12/+2
* Add more information to the getSizeOf comment.Dan Gohman2010-02-251-2/+3
* Remove this paragraph. Vectors may not always have the same layout asDan Gohman2010-02-251-4/+0
* Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman2010-02-256-106/+20
* Make the side-numbering of instructions used by metadata (which is needed toNick Lewycky2010-02-252-2/+2
* Implement the first half of redundancy factoring: efficiently Chris Lattner2010-02-251-4/+89
* Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman2010-02-256-30/+128
* factor the print method better.Chris Lattner2010-02-252-100/+69
* Dump the presence of attached metadata even if we don't know what it is. ThisNick Lewycky2010-02-251-6/+10
* add methods to do equality checks and get hashes of MatchersChris Lattner2010-02-252-8/+245
* Modernize comment.Nick Lewycky2010-02-251-1/+1
* Correct whitespace.Nick Lewycky2010-02-251-1/+1
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-2510-13/+155
* Each field of auxiliary debug entry is only 1 byte long.Sanjiv Gupta2010-02-251-1/+1
* Added tNOP for disassembly only.Johnny Chen2010-02-251-1/+8
* Truncate from i64 to i32 is "free" on x86-32, because it involves Dan Gohman2010-02-251-2/+2
* Revert this patch for the time being. Needs more testing.Scott Michel2010-02-253-150/+11
* Added tSVC and tTRAP for disassembly only.Johnny Chen2010-02-251-0/+18
* formatting.Chris Lattner2010-02-251-6/+3
* rename fooMatcherNode to fooMatcher.Chris Lattner2010-02-256-401/+397
* add some noop code to push it out of my tree.Chris Lattner2010-02-251-0/+23
* rename PushMatcherNode -> ScopeMatcherNode to more accuratelyChris Lattner2010-02-256-41/+40
* Large stack frame patch for the CellSPU: handle stack frames that exceed 8176Scott Michel2010-02-253-11/+150
* Filter the future all-of-llvm shared library out of the llvm-configJeffrey Yasskin2010-02-251-0/+2
* MC'ize padding when padding the ULEB128 value.Bill Wendling2010-02-251-7/+5
* add a fixme for an experiment that defeated me for the time being.Chris Lattner2010-02-251-0/+4
* LLVM puts padding bytes in the __gcc_except_tab section after theBill Wendling2010-02-243-41/+52
* fix a bug I introduced by checking the wrong node's VT in OPC_CheckChildXTypeChris Lattner2010-02-241-2/+3
* clean up various VT manipulations, patch by Micah Villmow! PR6337Chris Lattner2010-02-241-9/+6
* Create a stack frame on ARM whenJakob Stoklund Olesen2010-02-242-41/+56
* fix PR5954, patch by Roman Divacky.Chris Lattner2010-02-241-0/+3
* Check for comparisons of +/- zero when optimizing less-than-or-equal andBob Wilson2010-02-242-22/+47
* Make getTypeSizeInBits work correctly for array types; it should returnDan Gohman2010-02-246-20/+106
* convert cycle checker to smallptrset, add comments and make itChris Lattner2010-02-241-20/+20
* revert david's patch which does not even build.Chris Lattner2010-02-241-4/+4
* Use a SmallPtrSet as suggested by Chris.David Greene2010-02-241-4/+4
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-245-13/+17
* contract movechild+checktype into a new checkchild node, shrinking theChris Lattner2010-02-245-5/+66
* Added Vector Swap (VSWPd and VSWPq) instructions for disassembly only.Johnny Chen2010-02-241-0/+8
* split the movechild/record/moveparent -> recordchild optzn into aChris Lattner2010-02-241-16/+22
* ConstantFoldInstOperands can theoretically return null if itDan Gohman2010-02-241-2/+3
* Simplify this code; these casts aren't necessary.Dan Gohman2010-02-241-12/+4