oota-llvm.git
2006-11-04 Evan ChengClean up some code.
2006-11-04 Chris Lattnerencode BLR predicate info for the JIT
2006-11-04 Chris LattnerGo through all kinds of trouble to mark 'blr' as having...
2006-11-04 Chris LattnerParse PredicateOperand's. When an instruction takes...
2006-11-04 Chris LattnerFirst steps to getting PredicateOperand's to work....
2006-11-04 Reid SpencerOkay, need a pattern before and after the cast pattern.
2006-11-04 Reid SpencerAllow the regular expression to be extended by a parameter.
2006-11-04 Reid SpencerFor PR950:
2006-11-04 Reid SpencerAdd a note about warnings from the GNU ld 2.16.X linker.
2006-11-04 Evan ChengFixed some spiller bugs exposed by the recent two-addre...
2006-11-03 Chris LattnerDescribe PPC predicates, which are a pair of CR# and...
2006-11-03 Chris Lattnerinitial steps to getting the predicate on PPC::BLR...
2006-11-03 Chris Lattnerremove dead var
2006-11-03 Chris Lattnerremove dead/redundant vars
2006-11-03 Chris Lattnerremove redundant/dead vars
2006-11-03 Chris Lattnerremove dead vars
2006-11-03 Chris Lattnereliminate need for the NumMIOperands field in Operand.
2006-11-03 Andrew LenharthThe wrong parameter was being tested to deturmine i32...
2006-11-03 Andrew Lenharthadd a regression for memmove
2006-11-03 Chris Lattneradd a note
2006-11-03 Chris Lattnerthis started failing due to Reid's changes in the bc...
2006-11-03 Chris LattnerFix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handlin...
2006-11-03 Chris Lattnernew testcase
2006-11-03 Reid SpencerMake the huge_val test run a C++ program not C
2006-11-03 Chris Lattnerthis will work better
2006-11-03 Chris LattnerFix the build on xcode < 2.4
2006-11-03 Reid SpencerAdd a check to see if HUGE_VAL is sane or not.
2006-11-03 Andrew LenharthSplit the External and Intrinsic handling into seperate...
2006-11-03 Evan ChengFix comments.
2006-11-03 Evan ChengRename
2006-11-03 Reid SpencerRemove dead variable. Fix 80 column violations.
2006-11-03 Rafael Espindolarevert previous patch
2006-11-03 Evan ChengAdded DAG combiner transformation to generate pre-index...
2006-11-03 Evan ChengAdded isPredecessor.
2006-11-03 Evan ChengProper check for two-addressness.
2006-11-03 Evan ChengAdded a target specific hook to check whether / how...
2006-11-03 Evan ChengAdd isPredecessor to check whether a node is another...
2006-11-03 Evan ChengDead code.
2006-11-03 Reid SpencerRemove unused variable.
2006-11-03 Reid SpencerRemove an unused variable.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Reid SpencerRemove some dead code.
2006-11-03 Rafael Espindolaadd createCFGSimplificationPass to ARMTargetMachine...
2006-11-03 Rafael Espindolaassert.h -> cassert
2006-11-03 Chris Lattnerremove dead code
2006-11-03 Chris Lattnersilence warning
2006-11-03 Reid SpencerDon't write out variables that are never used.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings.
2006-11-03 Chris Lattnersilence warning
2006-11-03 Chris Lattnersilence warnings
2006-11-03 Reid SpencerMake sample project -pedantic clean.
2006-11-03 Reid SpencerMake Stacker Runtime -pedantic clean.
2006-11-03 Reid SpencerMake llvm2cpp -pedantic clean.
2006-11-03 Reid SpencerMake CBackend -pedantic clean.
2006-11-02 Reid SpencerMake CodeGen libs -pedantic clean.
2006-11-02 Rafael Espindola#include <assert.h>
2006-11-02 Chris Lattnerfix a bug reid noticed
2006-11-02 Jim Laskey1. Hash not quite right for DIEValues.
2006-11-02 Reid SpencerRevert last patch which causes tblgen to segfault ...
2006-11-02 Reid SpencerRemove unused variable.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Jim LaskeyGeneral clean up of teh dwarf writer.
2006-11-02 Rafael Espindolamove ARMCondCodeToString to ARMAsmPrinter.cpp
2006-11-02 Jim LaskeyAllow FoldingSet clients to pump up the initial hash...
2006-11-02 Reid SpencerRemove unused variable.
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.
next