aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Generalize CaseBlock a bit more:Chris Lattner2006-10-241-8/+8
* update commentChris Lattner2006-10-241-2/+3
* generalize 'CaseBlock'. It really allows any comparison to be inserted.Chris Lattner2006-10-241-8/+7
* fix assert commentRafael Espindola2006-10-241-1/+1
* Tighter data structure for deleted debug labels.Jim Laskey2006-10-241-4/+2
* add missing dcb* intrinsicsChris Lattner2006-10-241-3/+8
* add two helper methodsChris Lattner2006-10-231-1/+9
* Add removeModule().Devang Patel2006-10-231-0/+2
* change this backAndrew Lenharth2006-10-231-1/+1
* More complete solution to deleting blocks and debug info.Jim Laskey2006-10-231-4/+13
* New, wonderful isSuccessor methodChris Lattner2006-10-211-12/+21
* typoChris Lattner2006-10-201-1/+1
* add isIdenticalTo method to machineinstr/operand.Chris Lattner2006-10-201-0/+19
* add methodChris Lattner2006-10-201-2/+11
* Fix a comment to be accurate.Reid Spencer2006-10-201-4/+4
* For PR950:Reid Spencer2006-10-203-113/+42
* add a method to determine whether evaluation of a constant can trap.Chris Lattner2006-10-201-0/+4
* Add support for the new "target data" information in .ll files. This providesOwen Anderson2006-10-181-0/+8
* add a method to remove a line # record.Chris Lattner2006-10-171-0/+5
* expose DWARF_LABEL opcode# so the branch folder can update debug info properly.Chris Lattner2006-10-171-0/+7
* update commentChris Lattner2006-10-171-2/+4
* Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner2006-10-172-3/+8
* minor cleanupsChris Lattner2006-10-171-5/+1
* Split PRE_INDEXED to PRE_INC / PRE_DEC and similarly for POST_INDEXED.Evan Cheng2006-10-172-8/+14
* Clean up interface to getGlobalLinkName.Jim Laskey2006-10-171-2/+1
* Basic support for getGlobalLinkName.Jim Laskey2006-10-171-1/+8
* Pass AliasAnalysis thru to DAGCombiner.Jim Laskey2006-10-161-1/+2
* add a ReplaceMBBInJumpTables methodChris Lattner2006-10-161-0/+12
* Start checking from the root of the matched sub-tree.Evan Cheng2006-10-141-2/+2
* When SimplifySetCC was moved to the DAGCombiner, it was never removed fromChris Lattner2006-10-141-5/+4
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-133-15/+51
* it is easier to implement these when they are virtualChris Lattner2006-10-131-4/+4
* allow branch reversal to failChris Lattner2006-10-131-4/+5
* Corrected formatting.Bill Wendling2006-10-131-62/+66
* replace the existing branch inspection/modification APIs with something moreChris Lattner2006-10-131-17/+44
* Expose method and ivars for measuring inline asm length properly.Chris Lattner2006-10-131-2/+13
* simplify trivial functionChris Lattner2006-10-121-5/+1
* Add RemoveDeadNode to remove a dead node and its (potentially) dead operands.Evan Cheng2006-10-121-4/+9
* Naming consistency.Evan Cheng2006-10-111-6/+6
* Jimptables working again on alpha.Andrew Lenharth2006-10-111-2/+2
* add two helper methods.Chris Lattner2006-10-111-0/+4
* Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value.Evan Cheng2006-10-101-23/+51
* Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes.Evan Cheng2006-10-093-32/+153
* Fix build error in gcc 3.4 and make more this generalAndrew Lenharth2006-10-091-1/+1
* Fix usage example.Nick Lewycky2006-10-091-1/+1
* Fix PR897Chris Lattner2006-10-081-0/+5
* Add support for targets to declare that they use a GOTChris Lattner2006-10-061-0/+11
* add an accessorChris Lattner2006-10-061-0/+5
* Add getStore() helper function to create ISD::STORE nodes.Evan Cheng2006-10-051-0/+5
* Add insertelement/extractelement helper ctors.Chris Lattner2006-10-051-0/+8