Vector args passed in registers don't reserve stack space.
[oota-llvm.git] / lib /
2006-05-16 Chris LattnerVector args passed in registers don't reserve stack...
2006-05-16 Chris LattnerSwitch the PPC backend over to using FORMAL_ARGUMENTS...
2006-05-16 Andrew Lenharththis should be 128 I think
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-16 Chris LattnerImplement the custom lowering hook right, returning...
2006-05-16 Chris LattnerFix a bug I introduced yesterday, which broke functions...
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-16 Chris LattnerMake this print the right start pointer
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS. This is a minimal...
2006-05-16 Vladimir PrusReplace "../whatever.td" with "whatever.td", so that...
2006-05-16 Chris LattnerMove function-live-in-handling code from the sdisel...
2006-05-16 Chris LattnerPrint the vreg that livein physregs are live in
2006-05-16 Chris LattnerLegalize FORMAL_ARGUMENTS nodes correctly, we don't...
2006-05-16 Chris LattnerFit in 80 cols
2006-05-15 Rafael Espindolaadd an abort after every assert(0)
2006-05-15 Reid SpencerFor PR777:
2006-05-15 Chris LattnerImprove comment, patch provided by Vladimir Prus!
2006-05-15 Chris LattnerRemove some dead code, identified by coverity.
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend
2006-05-14 Chris LattnerLoadLibraryPermanently can theoretically throw an excep...
2006-05-14 Chris LattnerBug noticed, by inspection. Filename can be null.
2006-05-14 Chris LattnerThis function is not documented as throwing an exceptio...
2006-05-14 Chris Lattnerinverted logic, caught by coverity
2006-05-14 Chris Lattnerremove some dead code identified by coverity
2006-05-14 Chris Lattnerremove dead var
2006-05-14 Chris Lattnerremove dead variables
2006-05-14 Evan ChengBacking out last check-in for now. It's causing an...
2006-05-14 Chris LattnerUpdate comment.
2006-05-13 Evan ChengFixing 2006-05-01-SchedCausingSpills.ll; some clean up
2006-05-13 Evan ChengRevert an un-intended change
2006-05-13 Chris LattnerAdd/Sub/Mul are safe to promote here as well. Incremen...
2006-05-13 Chris LattnerMerge identical code.
2006-05-13 Chris LattnerImplement simple promotion for cast elimination in...
2006-05-12 Chris LattnerRemove some dead variables.
2006-05-12 Chris LattnerRemove dead stuff
2006-05-12 Chris LattnerFix build breakage :(
2006-05-12 Chris LattnerMore coverity fixes
2006-05-12 Chris LattnerDead variable
2006-05-12 Chris LattnerRemove dead var, fix bad override.
2006-05-12 Evan ChengIf the register allocator cannot find a register to...
2006-05-12 Evan ChengRemove dead code
2006-05-12 Chris LattnerFix accidentally committed patch.
2006-05-12 Chris LattnerActually override the right method. :)
2006-05-12 Chris Lattnerremove dead variable.
2006-05-12 Chris LattnerFix iterator invalidation bug, identified by Coverity.
2006-05-12 Chris LattnerFix a hypothetical memory leak, identified by Coverity...
2006-05-12 Chris LattnerRemove dead vars
2006-05-12 Chris Lattnerremove dead vars
2006-05-12 Chris LattnerRemove dead variable
2006-05-12 Chris LattnerComment out dead variables
2006-05-12 Reid SpencerWhen reading the symbol table, make sure to delete...
2006-05-12 Chris LattnerRemove dead var
2006-05-12 Chris LattnerRemove dead variable
2006-05-12 Chris Lattnerremove dead variable.
2006-05-12 Chris LattnerRemove dead variable.
2006-05-12 Chris LattnerCompile:
2006-05-12 Chris LattnerFix PowerPC/2006-05-12-rlwimi-crash.ll
2006-05-12 Owen AndersonAdd a method to generate a string representation from...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Owen AndersonFix some tabbing issues.
2006-05-12 Evan ChengBacking out fix for PR770. Need to re-apply it after...
2006-05-12 Evan ChengDuh. That could take a long time.
2006-05-12 Owen AndersonAdd a new constructor to TargetData that builds a Targe...
2006-05-12 Chris LattnerTwo simplifications for token factor nodes: simplify...
2006-05-12 Evan ChengAdd capability to scheduler to commute nodes for profit.
2006-05-12 Evan ChengTypo! How did we commute nodes before?!
2006-05-12 Chris LattnerFor extra sanity checking, fill free'd memory with...
2006-05-11 Chris LattnerFix some bugs in the freelist manipulation code.
2006-05-11 Evan ChengRefactor scheduler code. Move register-reduction list...
2006-05-11 Chris LattnerSignificantly revamp allocation of machine code to...
2006-05-11 Chris LattnerRefactor some code, making it simpler.
2006-05-11 Evan ChengAdd MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to...
2006-05-11 Evan ChengSet weight of zero length intervals to infinite to...
2006-05-11 Evan ChengBacking out previous check-in.
2006-05-10 Evan ChengIf the live interval legnth is essentially zero, i...
2006-05-10 Chris LattnerTwo changes:
2006-05-10 Chris LattnerFix the PowerPC JIT-only failure on UnitTests/Vector...
2006-05-10 Evan ChengTemplatify RegReductionPriorityQueue
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-09 Nate BegemanFix PR773
2006-05-09 Chris LattnerFix a regression in my patch from last night that broke...
2006-05-09 Chris LattnerIndent .data/.text in the .s file
2006-05-09 Evan ChengAdd pseudo dependency to force a def&use operand to...
2006-05-09 Evan ChengDebugging info
2006-05-09 Evan ChengRemove a completed entry.
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerOh yeah, there are two of these now, unify both.
2006-05-09 Chris LattnerSetting SwitchToSectionDirective properly in the MASM...
2006-05-09 Chris LattnerMASM doesn't have one of these.
2006-05-09 Chris LattnerDon't prefix section directives with a tab. Doing...
2006-05-09 Chris LattnerMake the masm codepath work like the normal code path.
2006-05-09 Chris LattnerPreserve prior behavior
2006-05-09 Chris LattnerThe MASM asmprinter has been fixed, these hacks are...
2006-05-09 Chris LattnerFix the MASM asmprinter's lies. It does not want to...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-09 Chris LattnerSome notes and thoughts to myself
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2006-05-08 Chris LattnerMove some methods out of line so that MutexGuard.h...
2006-05-08 Chris LattnerAnother bad case I noticed
next