XFAIL this on Linux until Jim gets Darwin ship shape.
[oota-llvm.git] / lib /
2006-11-08 Chris Lattnerregenerate
2006-11-08 Chris LattnerFix a bug noticed by Emil Mikulic.
2006-11-08 Evan ChengFix a obscure post-indexed load / store dag combine...
2006-11-08 Chris LattnerRefactor all the addressing mode selection stuff into...
2006-11-08 Chris Lattnercorrect the (currently unused) pattern for lwzu.
2006-11-08 Devang PatelBeautify.
2006-11-08 Chris Lattneroptimize single MBB loops better. In particular, produce:
2006-11-07 Devang PatelUpdate new pass managers to use PassManagerAnalysisHelp...
2006-11-07 Chris Lattnerscalarrepl should not split the two elements of the...
2006-11-07 Devang PatelIntroduce PassManagerAnalysisHelper.
2006-11-07 Devang PatelAdd PassManager_New.
2006-11-07 Evan ChengFixed a bug which causes x86 be to incorrectly match
2006-11-07 Devang PatelAdd ModulePassManager_New.
2006-11-07 Jim LaskeyAccidently reran commit.
2006-11-07 Devang PatelAdd FunctionPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Devang PatelAdd BasicBlockPassManager_New.
2006-11-07 Jim LaskeyMissed a label map, reverting till covered.
2006-11-07 Andrew LenharthOptionally allow comparison operations from affect...
2006-11-07 Andrew LenharthAllow loop detection during debug in forwarding nodes...
2006-11-07 Andrew Lenharthdebug type for DSA TD
2006-11-07 Jim Laskey1. Add a pass to fold debug label instructions so a...
2006-11-07 Chris Lattneradd a note from viterbi
2006-11-07 Chris LattnerEnable improved spilling costs by default. This speeds...
2006-11-07 Jim LaskeyUse correct value for float HUGH_VAL.
2006-11-07 Evan ChengAdd post-indexed load / store transformations.
2006-11-07 Chris LattnerAdd a new llcbeta option. This speeds up viterbi from...
2006-11-07 Reid SpencerUnbreak X86/ELF Debugging. Somehow this line got lost...
2006-11-07 Chris LattnerFix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicEx...
2006-11-07 Chris Lattnerfix encoding of BLR
2006-11-06 Evan ChengRemove dead code; added a missing null ptr check.
2006-11-06 Chris Lattneradd a note
2006-11-06 Jim LaskeyTab interferes with uniqueness.
2006-11-06 Jim LaskeyD'oh - reversed logic.
2006-11-06 Evan ChengAdd comment.
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-11-05 Reid SpencerFix a bug in the last patch and convert to && instead...
2006-11-05 Reid SpencerImplement the -enabled-cbe-printf-a feature.
2006-11-05 Nick LewyckyRemove commented line from earlier debugging.
2006-11-05 Evan ChengAdded pre-indexed store support.
2006-11-05 Evan ChengAdded getIndexedStore.
2006-11-04 Jim LaskeyLive local variables are being dropped because the...
2006-11-04 Evan ChengChanges to use operand constraints to process two-addre...
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 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 Andrew LenharthThe wrong parameter was being tested to deturmine i32...
2006-11-03 Chris Lattneradd a note
2006-11-03 Chris LattnerFix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handlin...
2006-11-03 Chris Lattnerthis will work better
2006-11-03 Chris LattnerFix the build on xcode < 2.4
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 ChengDead code.
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 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 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 SpencerRemove unused variable.
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 Andrew Lenharthfix 2006-11-01-vastart.ll
2006-11-02 Reid SpencerFor PR950:
2006-11-02 Chris LattnerImplement the getRegForInlineAsmConstraint method for...
2006-11-02 Chris LattnerAllow the getRegForInlineAsmConstraint method to return...
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 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 Evan ChengCopyFromReg starts a live range so its use should not...
next