aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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