oota-llvm.git
2006-01-26 Evan ChengAdded preliminary x86 subtarget support.
2006-01-26 Duraid Madinafix stack corruption! Previously, 16-byte whole-FP...
2006-01-26 Duraid Madinasome hoovering
2006-01-26 Chris LattnerRest of subtarget support, remove references to ppc
2006-01-26 Chris LattnerAdd trivial subtarget support
2006-01-26 Andrew Lenharthminor renaming
2006-01-26 Andrew Lenharthallow R28 to be used for frame calculations without...
2006-01-26 Evan ChengWork around some x86 Darwin assembler bugs
2006-01-26 Chris Lattneradd method for constraint parsing
2006-01-26 Chris Lattneradd methods for constraint parsing
2006-01-26 Evan ChengAdd a FIXME comment.
2006-01-26 Evan ChengWhen trying to fold X86::SETCC into a Select, make...
2006-01-26 Chris Lattnerteach the cloner to handle inline asms
2006-01-26 Chris LattnerAllow use of isa<InlineAsm>(X) without #including Inlin...
2006-01-26 Chris Lattnerparse and verify the constraint string.
2006-01-26 Evan ChengClean up some code; improve efficiency; and fixed a...
2006-01-26 Evan ChengRemove the uses of STATUS flag register. Rely on node...
2006-01-26 Evan ChengDuh.
2006-01-26 Evan ChengIncoming (and optional) flag bugs. They may be embedded...
2006-01-26 Chris LattnerMake sure the only user of InlineAsm's are direct calls.
2006-01-25 Chris Lattnernew tests for actual inline asm expressions
2006-01-25 Chris Lattnerdocument the syntax of inline asm
2006-01-25 Andrew Lenharthoops
2006-01-25 Chris Lattnerupdate the bytecode format guide for the encoding of...
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2006-01-25 Andrew Lenharthforgot one
2006-01-25 Chris Lattnerregenerate
2006-01-25 Chris LattnerParse inline asm objects
2006-01-25 Chris LattnerPrint InlineAsm objects
2006-01-25 Chris Lattneradd another method
2006-01-25 Andrew Lenharthmake things compile again
2006-01-25 Reid SpencerDon't break the optimized build (by incorrect placement...
2006-01-25 Chris Lattneradd some useful accessors :)
2006-01-25 Chris LattnerChange inline asms to be uniqued like constants, not...
2006-01-25 Chris Lattnerinitialize an instance var, apparently I forgot to...
2006-01-25 Evan ChengNo need to keep track of top and bottom nodes in a...
2006-01-25 Evan ChengSet SchedulingForLatency to be the default scheduling...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Jeff CohenMake it even more portable.
2006-01-25 Jeff CohenFix VC++ compilation error.
2006-01-25 Evan ChengDefault scheduling preference is SchedulingForLatency.
2006-01-25 Evan ChengX86 prefer scheduling for reduced register pressure.
2006-01-25 Evan ChengBottom up register usage reducing list scheduler.
2006-01-25 Evan ChengKeep track of bottom / top element of a set of flagged...
2006-01-25 Evan ChengIf scheduler choice is the default (-sched=default...
2006-01-25 Evan ChengAdd a enum to specify target scheduling preference...
2006-01-25 Evan ChengSome minor scheduler changes.
2006-01-25 Evan ChengFix a selectcc lowering bug. Make a copy of X86ISD...
2006-01-25 Chris LattnerLoosen up these checks to allow direct uses of ESP
2006-01-25 Jeff CohenPortably cast a pointer to an integer.
2006-01-25 Duraid Madinaadd bundling! well not really, for now it's just stop...
2006-01-25 Andrew Lenharthmaintaining stackpointer alignment. Perhaps it doesn...
2006-01-24 Andrew Lenharthfix build on 64 bit hosts
2006-01-24 Evan ChengFix an optional in flag bug.
2006-01-24 Evan ChengOptional InFlag was not being included in node.
2006-01-24 Chris LattnerFix Regression/Transforms/ScalarRepl/2006-01-24-Illegal...
2006-01-24 Chris Lattnertestcase that crashes scalarrepl
2006-01-24 Chris Lattneruse ESP directly, not a copy of ESP into some other...
2006-01-24 Chris LattnerThis is still broken
2006-01-24 Chris LattnerFix an infinite loop I caused by making sure to legaliz...
2006-01-24 Chris Lattneradd a method
2006-01-24 Chris LattnerEmit the copies out of call return registers *after...
2006-01-24 Chris Lattnernew c front-end testcase
2006-01-24 Chris LattnerAllow jit-beta to work
2006-01-24 Jeff CohenFix VC++ compilation error.
2006-01-24 Jeff CohenRemove unused variables.
2006-01-24 Jeff CohenBe consistent in using class/struct to keep Visual...
2006-01-24 Jeff CohenAdd new files to Visual Studio.
2006-01-24 Jeff CohenTrack changes in config.h.in.
2006-01-24 Chris Lattnerrename method
2006-01-24 Chris LattnerRename method
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-24 Chris LattnerPretty print file-scope asm blocks.
2006-01-24 Chris Lattnersyntax change
2006-01-24 Chris Lattnerminor syntax change
2006-01-23 Chris LattnerPrint file-scope inline asm blocks at the start of...
2006-01-23 Chris LattnerAdd support for reading/writing inline asm
2006-01-23 Chris LattnerUpdate for file-scope inline asm
2006-01-23 Chris Lattnernew testcase
2006-01-23 Chris Lattnerdocument module-level inline asm support.
2006-01-23 Chris LattnerAdd support for linking inline asm
2006-01-23 Chris LattnerWhen cloning a module, clone the inline asm.
2006-01-23 Chris Lattnerregenerate
2006-01-23 Chris LattnerAdd support for parsing global asm blocks
2006-01-23 Chris LattnerPrint out inline asm strings
2006-01-23 Chris LattnerAdd global scope asm support
2006-01-23 Andrew Lenharthbye bye Pattern ISEL
2006-01-23 Andrew Lenharthadded stores to lsmark
2006-01-23 Andrew Lenharthanother couple selects
2006-01-23 Andrew Lenharthfix up more lsmark stuff
2006-01-23 Andrew Lenharthyea, lowering this stuff will basically work
2006-01-23 Andrew Lenharthanother selectto
2006-01-23 Jim LaskeyTypo.
2006-01-23 Evan ChengSkeleton of the list schedule.
2006-01-23 Evan ChengMinor clean up.
2006-01-23 Reid SpencerUpdate for including additional function tests.
2006-01-23 Reid SpencerRevert last patch because it messes up the JIT, amongst...
2006-01-23 Reid SpencerFor PR411:
2006-01-23 Reid SpencerFor PR411:
next