oota-llvm.git
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:
2006-01-23 Chris LattnerFix Regression/CodeGen/SparcV8/2006-01-22-BitConvertLeg...
2006-01-23 Chris LattnerTestcase that failed due to a legalizer bug
2006-01-23 Chris Lattnerthis option is gone, the dag isel is the default now
2006-01-23 Evan ChengRemove a couple of unnecessary #include's
2006-01-23 Chris Lattnerremove the V8 simple isel
2006-01-23 Chris Lattnermake this test harder
2006-01-23 Evan ChengFactor out more instruction scheduler code to the base...
2006-01-23 Duraid Madinadon't need this any more; the "#define hashes to trees...
2006-01-23 Chris Lattneradd a bunch more optimizations for unary double math...
2006-01-23 Chris Lattneradd new tests
2006-01-23 Chris Lattneradd checks for new functions. I'd appreciate it if...
2006-01-23 Duraid Madinadie, die!! r15, you are not callee-saved
2006-01-23 Duraid Madinafix register corruption! (my god.) r15 is a scratch...
2006-01-23 Chris LattnerRefactor/genericize this, no functionality change
2006-01-23 Chris LattnerMake sure this tests the right thing, xfail on solaris...
2006-01-23 Chris LattnerFix bugs lowering stackrestore, fixing 2004-08-12-Inlin...
2006-01-23 Chris LattnerSpeedup and simplify pass registration by the observati...
2006-01-23 Chris LattnerRemove dead #include
2006-01-23 Chris LattnerIt doesn't make sense to give llc a list of passes...
2006-01-23 Chris Lattnerthis doesn't work, remove it
2006-01-22 Chris LattnerThis only needs <iosfwd> not <iostream>
2006-01-22 Chris LattnerAdd #include of <iostream>
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2006-01-22 Chris LattnerAdd explicit iostream #includes
2006-01-22 Chris LattnerMake this more efficient in the following ways:
2006-01-22 Chris LattnerThis header should not pull in <iostream>
2006-01-22 Chris Lattneradd explicit #includes of iostream
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerSeveral non-functionality changing changes:
2006-01-22 Jeff CohenVisual Studio still has issues at being left out.
2006-01-22 Jeff CohenVisual Studio neurotic about inconsistent class/struct...
2006-01-21 Chris LattnerFix a bug in a recent refactor that caused a bunch...
2006-01-21 Duraid Madinainsignificant, but next up is proper stack frame layout!
2006-01-21 Chris LattnerFix CodeGen/PowerPC/2006-01-20-ShiftPartsCrash.ll
2006-01-21 Chris Lattnernew testcase that crashes llc for ppc
2006-01-21 Evan ChengRename fcmovae to fcmovnb and fcmova to fcmovnbe (follo...
2006-01-21 Evan ChengDo some code refactoring on Jim's scheduler in preparat...
2006-01-21 Chris Lattnertrivial formatting improvement: don't insert extra...
next