| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify trivial function | Chris Lattner | 2006-10-12 | 1 | -5/+1 |
* | Add RemoveDeadNode to remove a dead node and its (potentially) dead operands. | Evan Cheng | 2006-10-12 | 1 | -4/+9 |
* | Naming consistency. | Evan Cheng | 2006-10-11 | 1 | -6/+6 |
* | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -2/+2 |
* | add two helper methods. | Chris Lattner | 2006-10-11 | 1 | -0/+4 |
* | Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value. | Evan Cheng | 2006-10-10 | 1 | -23/+51 |
* | Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. | Evan Cheng | 2006-10-09 | 3 | -32/+153 |
* | Fix build error in gcc 3.4 and make more this general | Andrew Lenharth | 2006-10-09 | 1 | -1/+1 |
* | Fix usage example. | Nick Lewycky | 2006-10-09 | 1 | -1/+1 |
* | Fix PR897 | Chris Lattner | 2006-10-08 | 1 | -0/+5 |
* | Add support for targets to declare that they use a GOT | Chris Lattner | 2006-10-06 | 1 | -0/+11 |
* | add an accessor | Chris Lattner | 2006-10-06 | 1 | -0/+5 |
* | Add getStore() helper function to create ISD::STORE nodes. | Evan Cheng | 2006-10-05 | 1 | -0/+5 |
* | Add insertelement/extractelement helper ctors. | Chris Lattner | 2006-10-05 | 1 | -0/+8 |
* | remove JumpTableTextSection | Chris Lattner | 2006-10-05 | 1 | -8/+0 |
* | Pass the MachineFunction into EmitJumpTableInfo. | Chris Lattner | 2006-10-05 | 1 | -1/+1 |
* | move getSectionForFunction to AsmPrinter. | Chris Lattner | 2006-10-05 | 2 | -8/+6 |
* | Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method. | Chris Lattner | 2006-10-05 | 1 | -2/+10 |
* | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng | 2006-10-04 | 3 | -8/+85 |
* | ADd a method | Chris Lattner | 2006-10-03 | 1 | -0/+1 |
* | Provide a function that ensures MBB numbering is dense and inorder. This | Chris Lattner | 2006-10-03 | 1 | -0/+8 |
* | clean up use of 'explicit'. This is PR934. | Chris Lattner | 2006-10-03 | 1 | -43/+42 |
* | Fix for PR929. The PHI nodes were being gone through for each instruction | Bill Wendling | 2006-10-03 | 1 | -1/+11 |
* | Move DominatorTree to immediately follow DominatorTreeBase | Chris Lattner | 2006-10-03 | 1 | -56/+56 |
* | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey | 2006-10-02 | 3 | -3/+24 |
* | Override use_back in instruction/basicblock to provide more type information. | Chris Lattner | 2006-09-30 | 2 | -1/+10 |
* | Add a version of the globalvariable ctor that inserts at a specific location. | Chris Lattner | 2006-09-30 | 1 | -2/+6 |
* | Now that ConstantBool::True/False are gone, we can modify Type.cpp to | Chris Lattner | 2006-09-28 | 1 | -5/+0 |
* | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 1 | -7/+11 |
* | refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me... | Chris Lattner | 2006-09-28 | 1 | -0/+1 |
* | remove dead method | Chris Lattner | 2006-09-28 | 1 | -5/+0 |
* | new helper class to provide more explicit management of static ctor/dtors. | Chris Lattner | 2006-09-28 | 1 | -0/+79 |
* | - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just | Evan Cheng | 2006-09-28 | 1 | -4/+10 |
* | Add support for ${:comment}, which expands to the current target's comment | Chris Lattner | 2006-09-26 | 1 | -0/+8 |
* | Add support for targets that want to do something with the llvm.used list, | Chris Lattner | 2006-09-26 | 2 | -0/+9 |
* | order this properly to avoid warnings in TargetAsmInfo.cpp. Add a comment | Chris Lattner | 2006-09-25 | 1 | -1/+4 |
* | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth | 2006-09-24 | 2 | -0/+7 |
* | remove misleading comment | Chris Lattner | 2006-09-23 | 1 | -7/+1 |
* | add method, correct comment | Chris Lattner | 2006-09-23 | 1 | -3/+7 |
* | Use iterative algorith to assign DFS number. This reduces | Devang Patel | 2006-09-22 | 1 | -10/+1 |
* | Use abstract class to facilitate dlopen() interface. | Devang Patel | 2006-09-21 | 1 | -2/+20 |
* | Fix findCaseDest to return null when BB is both the default dest and one | Nick Lewycky | 2006-09-18 | 1 | -0/+2 |
* | Add a new helper method to SwitchInst. Useful when you've got a BB from | Nick Lewycky | 2006-09-18 | 1 | -0/+13 |
* | Sort out mangled names for globals | Jim Laskey | 2006-09-18 | 1 | -0/+3 |
* | Add support for pattern matching cast operations | Chris Lattner | 2006-09-18 | 1 | -0/+33 |
* | fix typo | Chris Lattner | 2006-09-18 | 1 | -1/+1 |
* | add a helper method | Chris Lattner | 2006-09-18 | 1 | -0/+5 |
* | Added some eye-candy for Subtarget type checking | Anton Korobeynikov | 2006-09-17 | 1 | -7/+18 |
* | Add ShiftInst::isLogical/ArithmeticShift methods. | Chris Lattner | 2006-09-17 | 2 | -7/+17 |
* | Add new SetCondInst::isRelational/isEquality methods. Rename | Chris Lattner | 2006-09-17 | 2 | -4/+15 |