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