oota-llvm.git
2006-11-02 Reid SpencerRemove unused variables.
2006-11-02 Reid SpencerRemove a function prototype that is no longer needed...
2006-11-02 Reid SpencerGet rid of unused variable.
2006-11-02 Reid SpencerAdd some documentation about the arguments.
2006-11-02 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-11-02 Andrew Lenhartha regression :(
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris Lattnernew testcase
2006-11-02 Chris LattnerImplement the getRegForInlineAsmConstraint method for...
2006-11-02 Chris LattnerAllow the getRegForInlineAsmConstraint method to return...
2006-11-02 Chris Lattnergeneralize this api
2006-11-01 Evan ChengRename
2006-11-01 Evan ChengTwo-address instructions no longer have to be A :=...
2006-11-01 Devang PatelThere can be more than one PHINode at the start of...
2006-11-01 Evan ChengTied-to constraint must be op_with_larger_idx = op_with...
2006-11-01 Evan ChengAdded getTiedToSrcOperand() to check for two-address...
2006-11-01 Evan ChengClean up.
2006-11-01 Devang PatelHandle PHINode with only one incoming value.
2006-11-01 Devang PatelTestcase from llvm.org/bugs/show_bug.cgi?id=979
2006-11-01 Evan ChengCopyFromReg starts a live range so its use should not...
2006-11-01 Reid SpencerMake ScalarEvolution actually use a ZeroExtend expressi...
2006-11-01 Chris Lattnergive branch folding a simple heuristic to decide which...
2006-11-01 Chris Lattnerextra pass is required now
2006-11-01 Chris LattnerFix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and...
2006-11-01 Chris Lattnernew testcase that crashes global opt, reduced from...
2006-11-01 Reid SpencerPartial update for Release 1.9
2006-11-01 Rafael Espindolaprint null values in bss
2006-11-01 Rafael Espindolaimplement zextload bool and truncstore bool
2006-11-01 Evan ChengAdd a printSetLabel that takes two id's.
2006-11-01 Chris LattnerFactor gep instructions through phi nodes.
2006-11-01 Chris Lattnerremove a testcase for a marginal feature
2006-11-01 Chris LattnerTurn a phi of many loads into a phi of the address...
2006-11-01 Evan ChengFix ldmxcsr JIT encoding.
2006-11-01 Chris LattnerFix a bug in the previous patch
2006-11-01 Chris LattnerFold things like "phi [add (a,b), add(c,d)]" into two...
2006-11-01 Evan ChengPrint jumptable index.
2006-11-01 Reid SpencerRemove unnecessary sign conversions made possible by...
2006-11-01 Reid SpencerFix a bug in the interpreter where divides of unmatched...
2006-11-01 Chris Lattnermake tail merging more aggressive. If two blocks share...
2006-11-01 Chris Lattnerenable branch folding with an option
2006-11-01 Evan ChengNot meant to be checked in.
2006-11-01 Evan ChengAdd operand constraints to TargetInstrInfo.
2006-11-01 Evan ChengAdd constraints to Instruction class.
2006-10-31 Andrew Lenharthmore shotenning
2006-10-31 Chris LattnerCompile CodeGen/PowerPC/fp-branch.ll to:
2006-10-31 Chris LattnerThis test should compile down to one comparison, not...
2006-10-31 Chris Lattnerlook through isunordered to inline it into branch blocks.
2006-10-31 Evan ChengNuke dead code.
2006-10-31 Chris Lattnerallow the address of a global to be used with the ...
2006-10-31 Chris Lattnerimplement the 'c' inline asm modifier character
2006-10-31 Chris Lattnernew testcase for PR882
2006-10-31 Chris Lattnerhandle global address constant sdnodes
2006-10-31 Andrew LenharthLet us play simplify the td file (and fix a few missed...
2006-10-31 Andrew Lenharthmake one giant add and sub tester
2006-10-31 Chris Lattnerhandle "st" as "st(0)"
2006-10-31 Chris LattnerTargetLowering::isOperandValidForConstraint
2006-10-31 Chris LattnerChange the prototype for TargetLowering::isOperandValid...
2006-10-31 Chris Lattnergeneralize the fix for PR977 to also fix
2006-10-31 Chris Lattneranother testcase for PR977
2006-10-31 Chris LattnerFix PR977 and Transforms/LCSSA/2006-10-31-UnreachableBl...
2006-10-31 Chris Lattnertestcase for PR977
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-31 Rafael Espindolaadd support for calling functions when the caller has...
2006-10-31 Anton Korobeynikov1. Clean up code due to changes in SwitchTo*Section(2)
2006-10-31 Chris LattnerTurn an assert into an error message. This is commonly...
2006-10-31 Chris Lattneradd a note
2006-10-31 Chris Lattnernew testcase
2006-10-31 Chris Lattnernew testcase
2006-10-31 Anton KorobeynikovUnbreaking static ctors patch.
2006-10-31 Evan ChengFix a typo which can break jumptables.
2006-10-31 Reid SpencerMake this compile again.
2006-10-31 Evan ChengApply Aton's LLVM patch for PR973: Linux ctors / dtors...
2006-10-30 Reid SpencerFix a problem introduced by a last-minute change (logic...
2006-10-30 Chris Lattnerfix miscompilation of llvm.isunordered, where we branch...
2006-10-30 Reid SpencerDon't mislead readers by claiming a variable is default...
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Chris Lattnerfix wonky indentation
2006-10-30 Devang PatelUpdate comment. Valid option is -debug-pass=Structures.
2006-10-30 Jim LaskeySwitch abbreviations to use the folding set.a.
2006-10-30 Jim LaskeySimplify DwarfWriter header.
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-30 Evan ChengLower jumptable to BR_JT. The legalizer can lower it...
2006-10-30 Evan ChengAdded a new SDNode type: BR_JT for jumptable branch.
2006-10-30 Chris Lattnerfix this regtest
2006-10-30 Chris Lattneradd a new form of insert.
2006-10-30 Chris LattnerAdd SmallString a (currently) minimal class that adapts...
2006-10-30 Chris Lattneradd a method
2006-10-29 Chris Lattneradd newline at end of file
2006-10-29 Chris Lattneradd a highly efficient hash table that is specialized...
2006-10-29 Chris LattnerAdd a new llvm::Allocator abstraction, which will be...
2006-10-29 Chris LattnerFix SimplifyCFG/2006-10-29-InvokeCrash.ll, a crash...
2006-10-29 Chris Lattnernew testcase
2006-10-29 Chris LattnerMake CanFallThrough more intelligent (so it can handle...
2006-10-29 Chris Lattnerfix Generic/2006-10-29-Crash.ll
2006-10-29 Chris Lattnernew testcase
2006-10-29 Chris LattnerFix a load folding issue that Evan noticed: there is...
2006-10-29 Jim LaskeyTry again.
2006-10-29 Jim LaskeyNot handling zero length strings.
2006-10-29 Evan ChengVLOAD is not the LoadSDNode opcode.
2006-10-29 Nick LewyckyRemove spurious case. EXTLOAD is not one of the node...
next