aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove JumpTableTextSectionChris Lattner2006-10-051-8/+0
* Pass the MachineFunction into EmitJumpTableInfo.Chris Lattner2006-10-051-1/+1
* move getSectionForFunction to AsmPrinter.Chris Lattner2006-10-052-8/+6
* Give TargetAsmInfo a virtual dtor, add a new getSectionForFunction method.Chris Lattner2006-10-051-2/+10
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-043-8/+85
* ADd a methodChris Lattner2006-10-031-0/+1
* Provide a function that ensures MBB numbering is dense and inorder. ThisChris Lattner2006-10-031-0/+8
* clean up use of 'explicit'. This is PR934.Chris Lattner2006-10-031-43/+42
* Fix for PR929. The PHI nodes were being gone through for each instructionBill Wendling2006-10-031-1/+11
* Move DominatorTree to immediately follow DominatorTreeBaseChris Lattner2006-10-031-56/+56
* Add ability to annotate (color) nodes in a viewGraph.Jim Laskey2006-10-023-3/+24
* Override use_back in instruction/basicblock to provide more type information.Chris Lattner2006-09-302-1/+10
* Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner2006-09-301-2/+6
* Now that ConstantBool::True/False are gone, we can modify Type.cpp toChris Lattner2006-09-281-5/+0
* Eliminate ConstantBool::True and ConstantBool::False. Instead, provideChris Lattner2006-09-281-7/+11
* refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me...Chris Lattner2006-09-281-0/+1
* remove dead methodChris Lattner2006-09-281-5/+0
* new helper class to provide more explicit management of static ctor/dtors.Chris Lattner2006-09-281-0/+79
* - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI justEvan Cheng2006-09-281-4/+10
* Add support for ${:comment}, which expands to the current target's commentChris Lattner2006-09-261-0/+8
* Add support for targets that want to do something with the llvm.used list,Chris Lattner2006-09-262-0/+9
* order this properly to avoid warnings in TargetAsmInfo.cpp. Add a commentChris Lattner2006-09-251-1/+4
* Add support for other relocation bases to jump tables, as well as custom asm ...Andrew Lenharth2006-09-242-0/+7
* remove misleading commentChris Lattner2006-09-231-7/+1
* add method, correct commentChris Lattner2006-09-231-3/+7
* Use iterative algorith to assign DFS number. This reducesDevang Patel2006-09-221-10/+1
* Use abstract class to facilitate dlopen() interface.Devang Patel2006-09-211-2/+20
* Fix findCaseDest to return null when BB is both the default dest and oneNick Lewycky2006-09-181-0/+2
* Add a new helper method to SwitchInst. Useful when you've got a BB fromNick Lewycky2006-09-181-0/+13
* Sort out mangled names for globalsJim Laskey2006-09-181-0/+3
* Add support for pattern matching cast operationsChris Lattner2006-09-181-0/+33
* fix typoChris Lattner2006-09-181-1/+1
* add a helper methodChris Lattner2006-09-181-0/+5
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-7/+18
* Add ShiftInst::isLogical/ArithmeticShift methods.Chris Lattner2006-09-172-7/+17
* Add new SetCondInst::isRelational/isEquality methods. RenameChris Lattner2006-09-172-4/+15