oota-llvm.git
2006-05-14 Chris LattnerCatch a potentially thrown exception.
2006-05-14 Chris LattnerImprove documentation on throwing, it is not complete...
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 LattnerDelete memory allocated by CopyEnv
2006-05-14 Chris Lattnerremove dead var
2006-05-14 Chris Lattnerremove dead variables
2006-05-14 Chris LattnerChange token to match asmprinter output
2006-05-14 Evan ChengBacking out last check-in for now. It's causing an...
2006-05-14 Chris LattnerUpdate comment.
2006-05-14 Chris LattnerThis is a proper fix for the compiler warning. A termi...
2006-05-13 Reid SpencerFix an infinite loop bug that Vladimir Prus identified.
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
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 Reid SpencerDon't try to reference uninitialized data. Make sure...
2006-05-13 Reid SpencerFor PR741:
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-13 Chris LattnerNew testcase for instcombine
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 Reid SpencerDon't use old-style casts. This prevents compiler warni...
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 LattnerAvoid defining dead result
2006-05-12 Chris LattnerRemove dead return value.
2006-05-12 Chris LattnerCompile:
2006-05-12 Chris LattnerFix PowerPC/2006-05-12-rlwimi-crash.ll
2006-05-12 Chris Lattnernew testcase for a recent rlwimi crash.
2006-05-12 Evan ChengNoop instruction
2006-05-12 Evan ChengUnused instruction
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 ChengNew scheduling test case.
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 ChengAlso add super- register class info.
2006-05-11 Evan ChengAlso add super- register classes info.
2006-05-11 Evan ChengSet weight of zero length intervals to infinite to...
2006-05-11 Evan ChengBacking out previous check-in.
2006-05-11 Owen AndersonFix some problems linking stuff in libTarget.
2006-05-10 Evan ChengIf the live interval legnth is essentially zero, i...
2006-05-10 Evan ChengUpdate test case
2006-05-10 Chris LattnerTwo changes:
2006-05-10 Chris LattnerNew testcase, check that dead code doesn't pessimize...
2006-05-10 Chris LattnerFix the PowerPC JIT-only failure on UnitTests/Vector...
2006-05-10 Evan ChengTemplatify RegReductionPriorityQueue
2006-05-10 Chris LattnerAdd alloca/malloc ctors that don't take array sizes.
2006-05-10 Chris LattnerAdd an assertion for a common error
2006-05-10 Evan ChengWatch out for the following case:
2006-05-10 Evan ChengFix a load folding bug. It is exposed by a multi- resul...
2006-05-09 Nate BegemanFix PR773
2006-05-09 Chris LattnerThis method doesn't need to be virtual, thanks to Reid...
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 ChengAnother instruction scheduling test case
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 ChengTest case for PR770
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-05-09 Evan ChengAdded sub- register classes information.
2006-05-09 Evan ChengAdd sub-register class information.
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
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.
next