aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-01-30Pass the address of the main MaskedValueIsZero function to allow recursion.Chris Lattner
2006-01-29Remove extra qualifier.Jim Laskey
2006-01-29Clean up the interface to ValueTypeActions, allowing Legalize to use a copyChris Lattner
2006-01-29revert an accidental commitChris Lattner
2006-01-29remove some methodsChris Lattner
2006-01-29Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner
2006-01-29remove the getBR2Way_CC methodChris Lattner
2006-01-28add another variantChris Lattner
2006-01-28Add some methodsChris Lattner
2006-01-28remove this method I just added, now is not the time.Chris Lattner
2006-01-28add a new callbackChris Lattner
2006-01-28Implement Promote for VAARG, and allow it to be custom promoted for peopleNate Begeman
2006-01-28The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate'sChris Lattner
2006-01-27Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman
2006-01-27Using bit size of integers instead of ambiguous "long" et all.Jim Laskey
2006-01-27Sorry - really folowing convention.Jim Laskey
2006-01-27Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey
2006-01-27Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer
2006-01-27add a methodChris Lattner
2006-01-26Add a common INLINEASM opcodeChris Lattner
2006-01-26Dropped DwarfWriter::Jim Laskey
2006-01-26Add new INLINEASM nodeChris Lattner
2006-01-26Use global information to fill out Dwarf compile units.Jim Laskey
2006-01-26Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen
2006-01-26add some methods for case-insensitive string comparesChris Lattner
2006-01-26Use find instead of lower_bounds.Jim Laskey
2006-01-26Add a method for inline asm support.Chris Lattner
2006-01-26Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey
2006-01-26Add support to find existing entries.Jim Laskey
2006-01-26Remember plugins should someone like bugpoint want to know them.Andrew Lenharth
2006-01-26Split out Dwarf constants for use outside DwarfWriter.Jim Laskey
2006-01-26add methods for constraint parsingChris Lattner
2006-01-26Allow use of isa<InlineAsm>(X) without #including InlineAsm.hChris Lattner
2006-01-26Duh.Evan Cheng
2006-01-25add another methodChris Lattner
2006-01-25add some useful accessors :)Chris Lattner
2006-01-25Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner
2006-01-25No need to keep track of top and bottom nodes in a group since the vector isEvan Cheng
2006-01-25First part of bug 680:Nate Begeman
2006-01-25Add a enum to specify target scheduling preference: SchedulingForLatency orEvan Cheng
2006-01-25Some minor scheduler changes.Evan Cheng
2006-01-24add a methodChris Lattner
2006-01-24Be consistent in using class/struct to keep Visual Studio happy.Jeff Cohen
2006-01-24Initial checkin of the InlineAsm classChris Lattner
2006-01-24Crude Dwarf global variable debugging.Jim Laskey
2006-01-23Add global scope asm supportChris Lattner
2006-01-23another couple selectsAndrew Lenharth
2006-01-23another selecttoAndrew Lenharth
2006-01-23Skeleton of the list schedule.Evan Cheng
2006-01-23Update for including additional function tests.Reid Spencer