aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-01-27PHI and INLINEASM are now builtin instructions provided by Target.tdChris Lattner
2006-01-27If we want to emit things in enum order, use getInstructionsByEnumValue toChris Lattner
2006-01-27There is at least a 'noitinerary' itinerary nowChris Lattner
2006-01-27Add a default NoItinerary class for targets to use.Chris Lattner
2006-01-27Don't emit JIT code for these instructionsChris Lattner
2006-01-26Teach the scheduler to emit the appropriate INLINEASM MachineInstr for anChris Lattner
2006-01-26Add a common INLINEASM opcodeChris Lattner
2006-01-26Teach the dag selectors to select InlineAsm nodes.Chris Lattner
2006-01-26Dropped DwarfWriter::Jim Laskey
2006-01-26initial selectiondag support for new INLINEASM node. Note that inline asmsChris Lattner
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-26Implement a method for inline asm supportChris Lattner
2006-01-26add some methods for case-insensitive string comparesChris Lattner
2006-01-26Update files lists.Jim Laskey
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-26Improve compatibility with VC2005, patch by Morten Ofstad!Chris Lattner
2006-01-26dynamically allocate plugin space as neededAndrew Lenharth
2006-01-26Another folding problem: if a node r/w chain or flag, don't fold it if itEvan Cheng
2006-01-26Pass plugins on to children when optimizing.Andrew Lenharth
2006-01-26Remember plugins should someone like bugpoint want to know them.Andrew Lenharth
2006-01-26added a couple test cases, including the new vaarg breakageAndrew Lenharth
2006-01-26Teach Visual Studio about X86 subtargets.Jeff Cohen
2006-01-26Split out Dwarf constants for use outside DwarfWriter.Jim Laskey
2006-01-26Added preliminary x86 subtarget support.Evan Cheng
2006-01-26fix stack corruption! Previously, 16-byte whole-FP-register stores wereDuraid Madina
2006-01-26some hooveringDuraid Madina
2006-01-26Rest of subtarget support, remove references to ppcChris Lattner
2006-01-26Add trivial subtarget supportChris Lattner
2006-01-26minor renamingAndrew Lenharth
2006-01-26allow R28 to be used for frame calculations without entirely removing it from...Andrew Lenharth
2006-01-26Work around some x86 Darwin assembler bugsEvan Cheng
2006-01-26add method for constraint parsingChris Lattner
2006-01-26add methods for constraint parsingChris Lattner
2006-01-26Add a FIXME comment.Evan Cheng
2006-01-26When trying to fold X86::SETCC into a Select, make a copy if it has more thanEvan Cheng
2006-01-26teach the cloner to handle inline asmsChris Lattner
2006-01-26Allow use of isa<InlineAsm>(X) without #including InlineAsm.hChris Lattner
2006-01-26parse and verify the constraint string.Chris Lattner
2006-01-26Clean up some code; improve efficiency; and fixed a potential bug involvingEvan Cheng
2006-01-26Remove the uses of STATUS flag register. Rely on node property SDNPInFlag,Evan Cheng
2006-01-26Duh.Evan Cheng
2006-01-26Incoming (and optional) flag bugs. They may be embedded inside a inner node ofEvan Cheng
2006-01-26Make sure the only user of InlineAsm's are direct calls.Chris Lattner
2006-01-25new tests for actual inline asm expressionsChris Lattner
2006-01-25document the syntax of inline asmChris Lattner