oota-llvm.git
2006-05-16 Reid SpencerMake sure that $(CXX.Flags) is passed to the linker...
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 Chris LattnerAdd a chain to FORMAL_ARGUMENTS.
2006-05-16 Vladimir PrusReplace "../whatever.td" with "whatever.td", so that...
2006-05-16 Reid SpencerFor PR778:
2006-05-16 Reid SpencerWhen linking, make sure the project libraries are linke...
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 Vladimir PrusAdd my homepage, as a test that commit access works
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 Reid SpencerUpgrade in preparation for doxygen 1.4.4. The config...
2006-05-15 Chris LattnerImprove comment, patch provided by Vladimir Prus!
2006-05-15 Chris LattnerUpdate dox, patch by Vladimir Prus!
2006-05-15 Chris LattnerImprove comments, patch provided by Vladimir Prus!
2006-05-15 Reid SpencerDoxygenify the comments, bringing the file level commen...
2006-05-15 Chris LattnerRemove some dead code, identified by coverity.
2006-05-15 Owen AndersonAdd myself to the credits.
2006-05-14 Rafael Espindolaadded a skeleton of the ARM backend
2006-05-14 Rafael Espindolaadded myself to CREDITS.TXT
2006-05-14 Chris LattnerFree memory allocated by copy_env.
2006-05-14 Chris Lattnerprint a nice error if bugpoint gets an error reading...
2006-05-14 Chris LattnerFix a bug found by inspection.
2006-05-14 Chris Lattnerimprove comment.
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...
next