aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Add some methods for inline asm support.Chris Lattner2006-02-041-3/+16
* Add a framework for eliminating instructions that produces undemanded bits.Nate Begeman2006-02-031-0/+9
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,Chris Lattner2006-02-022-18/+18
* add a new isStoreToStackSlot methodChris Lattner2006-02-021-1/+10
* add an instance var and argument.Chris Lattner2006-02-021-1/+6
* add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner2006-02-011-9/+16
* Beef up the interface to inline asm constraint parsing, making it moreChris Lattner2006-02-011-3/+27
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-313-11/+24
* One more getTargetNode() variant shouldn't hurt...Evan Cheng2006-01-301-0/+16
* Clear the OpAction field before setting it. This allows a target to setChris Lattner2006-01-301-0/+1
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+14
* Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,Chris Lattner2006-01-301-6/+14
* Pass the address of the main MaskedValueIsZero function to allow recursion.Chris Lattner2006-01-301-3/+5
* Remove extra qualifier.Jim Laskey2006-01-291-1/+1
* Clean up the interface to ValueTypeActions, allowing Legalize to use a copyChris Lattner2006-01-291-11/+36
* revert an accidental commitChris Lattner2006-01-291-5/+1
* remove some methodsChris Lattner2006-01-291-5/+0
* Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner2006-01-293-6/+16
* remove the getBR2Way_CC methodChris Lattner2006-01-291-15/+0
* add another variantChris Lattner2006-01-281-0/+2
* Add some methodsChris Lattner2006-01-281-0/+17
* remove this method I just added, now is not the time.Chris Lattner2006-01-281-6/+0
* add a new callbackChris Lattner2006-01-281-5/+12
* Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman2006-01-281-1/+6
* The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate'sChris Lattner2006-01-282-43/+0
* Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman2006-01-271-6/+0
* Using bit size of integers instead of ambiguous "long" et all.Jim Laskey2006-01-271-8/+8
* Sorry - really folowing convention.Jim Laskey2006-01-271-0/+1
* Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey2006-01-272-5/+39
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-271-1/+12
* add a methodChris Lattner2006-01-271-0/+3
* Add a common INLINEASM opcodeChris Lattner2006-01-261-2/+5
* Dropped DwarfWriter::Jim Laskey2006-01-261-1/+1
* Add new INLINEASM nodeChris Lattner2006-01-261-0/+9
* Use global information to fill out Dwarf compile units.Jim Laskey2006-01-262-2/+7
* Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen2006-01-262-4/+7
* add some methods for case-insensitive string comparesChris Lattner2006-01-261-0/+21
* Use find instead of lower_bounds.Jim Laskey2006-01-261-2/+2
* Add a method for inline asm support.Chris Lattner2006-01-261-0/+11
* Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey2006-01-262-421/+128
* Add support to find existing entries.Jim Laskey2006-01-261-0/+20
* Remember plugins should someone like bugpoint want to know them.Andrew Lenharth2006-01-261-0/+2
* Split out Dwarf constants for use outside DwarfWriter.Jim Laskey2006-01-261-0/+432
* add methods for constraint parsingChris Lattner2006-01-261-0/+19
* Allow use of isa<InlineAsm>(X) without #including InlineAsm.hChris Lattner2006-01-261-0/+4
* Duh.Evan Cheng2006-01-261-2/+2
* add another methodChris Lattner2006-01-251-0/+7
* add some useful accessors :)Chris Lattner2006-01-251-0/+3
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-252-64/+12
* No need to keep track of top and bottom nodes in a group since the vector isEvan Cheng2006-01-251-5/+3